Color Hex Logo

#aaac89 Color Hex

#AAAC89
(170,172,137)
0 Favorites   0 Comments

Color spaces of #aaac89

RGB 170172137
HSL0.180.170.61
HSV63°20°67°
CMYK 0.010.000.20   0.33
XYZ35.845439.857229.4709
Yxy39.85720.34080.3790
Hunter Lab63.1326-9.133316.5156
CIE-Lab69.3677-6.719417.8134

#aaac89 color RGB value is (170,172,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10001001
Octal 252 254 211
Decimal 170 172 137
Hex AA AC 89

RGB Percentages of Color #aaac89

%35.49
%35.91
%28.60

CMYK Percentages of Color #aaac89

%1
%0
%20
%33

Triadic Colors of #aaac89

#aaac89 #89aaac #ac89aa

Analogous Colors of #aaac89

#aaac89 #99ac89 #ac9d89

Monochromatic Colors of #aaac89

#aaac89

Complementary Color

#aaac89 #8b89ac

#aaac89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac89 Color CSS Codes

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

#aaac89 Text Font Color

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

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


#aaac89 Background Color

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

This div background color is #aaac89


#aaac89 Border Color

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

This div border color is #aaac89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac89


Comments

No comments written yet.

Please login to write comment.