Color Hex Logo

#aa8007 Color Hex

#AA8007
(170,128,7)
0 Favorites   0 Comments

Color spaces of #aa8007

RGB 1701287
HSL0.120.920.35
HSV45°96°67°
CMYK 0.000.250.96   0.33
XYZ24.335123.99973.5508
Yxy23.99970.46900.4626
Hunter Lab48.98952.936729.9953
CIE-Lab56.08756.771660.3911

#aa8007 color RGB value is (170,128,7).

#aa8007 hex color red value is 170, green value is 128 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aa8007 hue: 0.12 , saturation: 0.92 and the lightness value of aa8007 is 0.35.

The process color (four color CMYK) of #aa8007 color hex is 0.00, 0.25, 0.96, 0.33. Web safe color of #aa8007 is #999900. Color #aa8007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 00000111
Octal 252 200 7
Decimal 170 128 7
Hex AA 80 7

RGB Percentages of Color #aa8007

%55.74
%41.97
%2.30

CMYK Percentages of Color #aa8007

%0
%25
%96
%33

Triadic Colors of #aa8007

#aa8007 #07aa80 #8007aa

Analogous Colors of #aa8007

#aa8007 #83aa07 #aa2f07

Monochromatic Colors of #aa8007

#aa8007

Complementary Color

#aa8007 #0731aa

#aa8007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8007 Color CSS Codes

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

#aa8007 Text Font Color

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

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


#aa8007 Background Color

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

This div background color is #aa8007


#aa8007 Border Color

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

This div border color is #aa8007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8007


Comments

No comments written yet.

Please login to write comment.