Color Hex Logo

#aaa87f Color Hex

#AAA87F
(170,168,127)
0 Favorites   0 Comments

Color spaces of #aaa87f

RGB 170168127
HSL0.160.200.58
HSV57°25°67°
CMYK 0.000.010.25   0.33
XYZ34.411038.083625.6159
Yxy38.08360.35070.3882
Hunter Lab61.7119-8.463018.5877
CIE-Lab68.0822-6.062721.5035

#aaa87f color RGB value is (170,168,127).

#aaa87f hex color red value is 170, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaa87f hue: 0.16 , saturation: 0.20 and the lightness value of aaa87f is 0.58.

The process color (four color CMYK) of #aaa87f color hex is 0.00, 0.01, 0.25, 0.33. Web safe color of #aaa87f is #999966. Color #aaa87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01111111
Octal 252 250 177
Decimal 170 168 127
Hex AA A8 7F

RGB Percentages of Color #aaa87f

%36.56
%36.13
%27.31

CMYK Percentages of Color #aaa87f

%0
%1
%25
%33

Triadic Colors of #aaa87f

#aaa87f #7faaa8 #a87faa

Analogous Colors of #aaa87f

#aaa87f #97aa7f #aa937f

Monochromatic Colors of #aaa87f

#aaa87f

Complementary Color

#aaa87f #7f81aa

#aaa87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa87f Color CSS Codes

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

#aaa87f Text Font Color

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

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


#aaa87f Background Color

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

This div background color is #aaa87f


#aaa87f Border Color

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

This div border color is #aaa87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa87f


Comments

No comments written yet.

Please login to write comment.