Color Hex Logo

#aa860f Color Hex

#AA860F
(170,134,15)
0 Favorites   0 Comments

Color spaces of #aa860f

RGB 17013415
HSL0.130.840.36
HSV46°91°67°
CMYK 0.000.210.91   0.33
XYZ25.188925.63074.0716
Yxy25.63070.45890.4669
Hunter Lab50.62680.214230.6704
CIE-Lab57.68483.557060.1625

#aa860f color RGB value is (170,134,15).

#aa860f hex color red value is 170, green value is 134 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aa860f hue: 0.13 , saturation: 0.84 and the lightness value of aa860f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 00001111
Octal 252 206 17
Decimal 170 134 15
Hex AA 86 F

RGB Percentages of Color #aa860f

%53.29
%42.01
%4.70

CMYK Percentages of Color #aa860f

%0
%21
%91
%33

Triadic Colors of #aa860f

#aa860f #0faa86 #860faa

Analogous Colors of #aa860f

#aa860f #81aa0f #aa390f

Monochromatic Colors of #aa860f

#aa860f

Complementary Color

#aa860f #0f33aa

#aa860f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa860f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa860f Color CSS Codes

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

#aa860f Text Font Color

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

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


#aa860f Background Color

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

This div background color is #aa860f


#aa860f Border Color

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

This div border color is #aa860f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa860f


Comments

No comments written yet.

Please login to write comment.