Color Hex Logo

#aa490a Color Hex

#AA490A
(170,73,10)
0 Favorites   0 Comments

Color spaces of #aa490a

RGB 1707310
HSL0.070.890.35
HSV24°94°67°
CMYK 0.000.570.94   0.33
XYZ19.014913.33301.8585
Yxy13.33300.55590.3898
Hunter Lab36.514429.053922.5423
CIE-Lab43.260836.995650.6788

#aa490a color RGB value is (170,73,10).

#aa490a hex color red value is 170, green value is 73 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa490a hue: 0.07 , saturation: 0.89 and the lightness value of aa490a is 0.35.

The process color (four color CMYK) of #aa490a color hex is 0.00, 0.57, 0.94, 0.33. Web safe color of #aa490a is #993300. Color #aa490a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 00001010
Octal 252 111 12
Decimal 170 73 10
Hex AA 49 A

RGB Percentages of Color #aa490a

%67.19
%28.85
%3.95

CMYK Percentages of Color #aa490a

%0
%57
%94
%33

Triadic Colors of #aa490a

#aa490a #0aaa49 #490aaa

Analogous Colors of #aa490a

#aa490a #aa990a #aa0a1b

Monochromatic Colors of #aa490a

#aa490a

Complementary Color

#aa490a #0a6baa

#aa490a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa490a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa490a Color CSS Codes

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

#aa490a Text Font Color

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

This sample text font color is #aa490a
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.


#aa490a Background Color

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

This div background color is #aa490a


#aa490a Border Color

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

This div border color is #aa490a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa490a


Comments

No comments written yet.

Please login to write comment.