Color Hex Logo

#aa720e Color Hex

#AA720E
(170,114,14)
0 Favorites   0 Comments

Color spaces of #aa720e

RGB 17011414
HSL0.110.850.36
HSV38°92°67°
CMYK 0.000.330.92   0.33
XYZ22.674120.61243.1990
Yxy20.61240.48780.4434
Hunter Lab45.40099.694927.6030
CIE-Lab52.522714.742956.4288

#aa720e color RGB value is (170,114,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 00001110
Octal 252 162 16
Decimal 170 114 14
Hex AA 72 E

RGB Percentages of Color #aa720e

%57.05
%38.26
%4.70

CMYK Percentages of Color #aa720e

%0
%33
%92
%33

Triadic Colors of #aa720e

#aa720e #0eaa72 #720eaa

Analogous Colors of #aa720e

#aa720e #94aa0e #aa240e

Monochromatic Colors of #aa720e

#aa720e

Complementary Color

#aa720e #0e46aa

#aa720e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa720e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa720e Color CSS Codes

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

#aa720e Text Font Color

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

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


#aa720e Background Color

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

This div background color is #aa720e


#aa720e Border Color

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

This div border color is #aa720e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa720e


Comments

No comments written yet.

Please login to write comment.