Color Hex Logo

#aa8706 Color Hex

#AA8706
(170,135,6)
0 Favorites   0 Comments

Color spaces of #aa8706

RGB 1701356
HSL0.130.930.35
HSV47°96°67°
CMYK 0.000.210.96   0.33
XYZ25.274425.88713.8369
Yxy25.88710.45950.4707
Hunter Lab50.8794-0.368831.1444
CIE-Lab57.92972.864461.8953

#aa8706 color RGB value is (170,135,6).

#aa8706 hex color red value is 170, green value is 135 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aa8706 hue: 0.13 , saturation: 0.93 and the lightness value of aa8706 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 00000110
Octal 252 207 6
Decimal 170 135 6
Hex AA 87 6

RGB Percentages of Color #aa8706

%54.66
%43.41
%1.93

CMYK Percentages of Color #aa8706

%0
%21
%96
%33

Triadic Colors of #aa8706

#aa8706 #06aa87 #8706aa

Analogous Colors of #aa8706

#aa8706 #7baa06 #aa3506

Monochromatic Colors of #aa8706

#aa8706

Complementary Color

#aa8706 #0629aa

#aa8706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8706 Color CSS Codes

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

#aa8706 Text Font Color

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

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


#aa8706 Background Color

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

This div background color is #aa8706


#aa8706 Border Color

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

This div border color is #aa8706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8706


Comments

No comments written yet.

Please login to write comment.