color codes Logo

#aa031e color codes

#AA031E
(170,3,30)
0 Favorites   0 Comments

Color spaces of #aa031e

RGB 170330
HSL0.970.970.34
HSV350°98°67°
CMYK 0.000.980.82   0.33
XYZ16.84458.70492.0207
Yxy8.70490.61100.3157
Hunter Lab29.504150.277316.5921
CIE-Lab35.409859.257435.6862

#aa031e color RGB value is (170,3,30).

#aa031e hex color red value is 170, green value is 3 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aa031e hue: 0.97 , saturation: 0.97 and the lightness value of aa031e is 0.34.

The process color (four color CMYK) of #aa031e color code is 0.00, 0.98, 0.82, 0.33. Web safe color of #aa031e is #990033. Color #aa031e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 00011110
Octal 252 3 36
Decimal 170 3 30
Hex AA 3 1E

RGB Percentages of Color #aa031e

%83.74
%1.48
%14.78

CMYK Percentages of Color #aa031e

%0
%98
%82
%33

Triadic Colors of #aa031e

#aa031e #1eaa03 #031eaa

Analogous Colors of #aa031e

#aa031e #aa3c03 #aa0372

Monochromatic Colors of #aa031e

#aa031e

Complementary Color

#aa031e #03aa8f

#aa031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa031e Color CSS Codes

.mybgcolor {background-color:#aa031e; } 
.myforecolor {color:#aa031e; }
.mybordercolor {border:3px solid #aa031e; }

#aa031e Text Font Color

<p style="color:#aa031e">Text here</p>

This sample text font color is #aa031e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aa031e Background Color

<div style="background-color:#aa031e">
Div content here</div>

This div background color is #aa031e


#aa031e Border Color

<div style="border:3px solid #aa031e">
Div here</div>

This div border color is #aa031e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,3,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa031e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa031e;
  -webkit-box-shadow: 1px 1px 3px 2px #aa031e;
  box-shadow:         1px 1px 3px 2px #aa031e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,3,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa031e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa031e;
  -webkit-box-shadow: 1px 1px 3px 2px #aa031e;
  box-shadow:         1px 1px 3px 2px #aa031e;">
Div content here</div>

This div box has shadow with color #aa031e


Comments

No comments written yet.

Please login to write comment.