Color Hex Logo

#aaac84 Color Hex

#AAAC84
(170,172,132)
1 Favorites   0 Comments

Color spaces of #aaac84

RGB 170172132
HSL0.180.190.60
HSV63°23°67°
CMYK 0.010.000.23   0.33
XYZ35.494939.717027.6252
Yxy39.71700.34520.3862
Hunter Lab63.0214-9.752818.1255
CIE-Lab69.2675-7.468720.3999

#aaac84 color RGB value is (170,172,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10000100
Octal 252 254 204
Decimal 170 172 132
Hex AA AC 84

RGB Percentages of Color #aaac84

%35.86
%36.29
%27.85

CMYK Percentages of Color #aaac84

%1
%0
%23
%33

Triadic Colors of #aaac84

#aaac84 #84aaac #ac84aa

Analogous Colors of #aaac84

#aaac84 #96ac84 #ac9a84

Monochromatic Colors of #aaac84

#aaac84

Complementary Color

#aaac84 #8684ac

#aaac84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac84 Color CSS Codes

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

#aaac84 Text Font Color

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

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


#aaac84 Background Color

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

This div background color is #aaac84


#aaac84 Border Color

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

This div border color is #aaac84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac84


Comments

No comments written yet.

Please login to write comment.