Color Hex Logo

#aaac87 Color Hex

#AAAC87
(170,172,135)
0 Favorites   0 Comments

Color spaces of #aaac87

RGB 170172135
HSL0.180.180.60
HSV63°22°67°
CMYK 0.010.000.22   0.33
XYZ35.703339.800428.7221
Yxy39.80040.34260.3819
Hunter Lab63.0876-9.384317.1681
CIE-Lab69.3271-7.022518.8486

#aaac87 color RGB value is (170,172,135).

#aaac87 hex color red value is 170, green value is 172 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aaac87 hue: 0.18 , saturation: 0.18 and the lightness value of aaac87 is 0.60.

The process color (four color CMYK) of #aaac87 color hex is 0.01, 0.00, 0.22, 0.33. Web safe color of #aaac87 is #999999. Color #aaac87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10000111
Octal 252 254 207
Decimal 170 172 135
Hex AA AC 87

RGB Percentages of Color #aaac87

%35.64
%36.06
%28.30

CMYK Percentages of Color #aaac87

%1
%0
%22
%33

Triadic Colors of #aaac87

#aaac87 #87aaac #ac87aa

Analogous Colors of #aaac87

#aaac87 #98ac87 #ac9c87

Monochromatic Colors of #aaac87

#aaac87

Complementary Color

#aaac87 #8987ac

#aaac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac87 Color CSS Codes

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

#aaac87 Text Font Color

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

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


#aaac87 Background Color

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

This div background color is #aaac87


#aaac87 Border Color

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

This div border color is #aaac87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac87


Comments

No comments written yet.

Please login to write comment.