Color Hex Logo

#aaac97 Color Hex

#AAAC97
(170,172,151)
0 Favorites   0 Comments

Color spaces of #aaac97

RGB 170172151
HSL0.180.110.63
HSV66°12°67°
CMYK 0.010.000.12   0.33
XYZ36.916040.285535.1083
Yxy40.28550.32870.3587
Hunter Lab63.4709-7.254611.6339
CIE-Lab69.6724-4.471510.5661

#aaac97 color RGB value is (170,172,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10010111
Octal 252 254 227
Decimal 170 172 151
Hex AA AC 97

RGB Percentages of Color #aaac97

%34.48
%34.89
%30.63

CMYK Percentages of Color #aaac97

%1
%0
%12
%33

Triadic Colors of #aaac97

#aaac97 #97aaac #ac97aa

Analogous Colors of #aaac97

#aaac97 #a0ac97 #aca497

Monochromatic Colors of #aaac97

#aaac97

Complementary Color

#aaac97 #9997ac

#aaac97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac97 Color CSS Codes

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

#aaac97 Text Font Color

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

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


#aaac97 Background Color

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

This div background color is #aaac97


#aaac97 Border Color

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

This div border color is #aaac97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac97


Comments

No comments written yet.

Please login to write comment.