Color Hex Logo

#aa720a Color Hex

#AA720A
(170,114,10)
0 Favorites   0 Comments

Color spaces of #aa720a

RGB 17011410
HSL0.110.890.35
HSV39°94°67°
CMYK 0.000.330.94   0.33
XYZ22.649720.60263.0701
Yxy20.60260.48900.4448
Hunter Lab45.39019.639027.7628
CIE-Lab52.511814.678457.2504

#aa720a color RGB value is (170,114,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 00001010
Octal 252 162 12
Decimal 170 114 10
Hex AA 72 A

RGB Percentages of Color #aa720a

%57.82
%38.78
%3.40

CMYK Percentages of Color #aa720a

%0
%33
%94
%33

Triadic Colors of #aa720a

#aa720a #0aaa72 #720aaa

Analogous Colors of #aa720a

#aa720a #92aa0a #aa220a

Monochromatic Colors of #aa720a

#aa720a

Complementary Color

#aa720a #0a42aa

#aa720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa720a Color CSS Codes

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

#aa720a Text Font Color

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

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


#aa720a Background Color

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

This div background color is #aa720a


#aa720a Border Color

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

This div border color is #aa720a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,114,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 #aa720a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa720a


Comments

No comments written yet.

Please login to write comment.