Color Hex Logo

#aaac6c Color Hex

#AAAC6C
(170,172,108)
0 Favorites   0 Comments

Color spaces of #aaac6c

RGB 170172108
HSL0.170.280.55
HSV62°37°67°
CMYK 0.010.000.37   0.33
XYZ34.036939.133819.9470
Yxy39.13380.36550.4203
Hunter Lab62.5570-12.354024.8846
CIE-Lab68.8481-10.660032.7009

#aaac6c color RGB value is (170,172,108).

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

The process color (four color CMYK) of #aaac6c color hex is 0.01, 0.00, 0.37, 0.33. Web safe color of #aaac6c is #999966. Color #aaac6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01101100
Octal 252 254 154
Decimal 170 172 108
Hex AA AC 6C

RGB Percentages of Color #aaac6c

%37.78
%38.22
%24.00

CMYK Percentages of Color #aaac6c

%1
%0
%37
%33

Triadic Colors of #aaac6c

#aaac6c #6caaac #ac6caa

Analogous Colors of #aaac6c

#aaac6c #8aac6c #ac8e6c

Monochromatic Colors of #aaac6c

#aaac6c

Complementary Color

#aaac6c #6e6cac

#aaac6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac6c Color CSS Codes

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

#aaac6c Text Font Color

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

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


#aaac6c Background Color

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

This div background color is #aaac6c


#aaac6c Border Color

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

This div border color is #aaac6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac6c


Comments

No comments written yet.

Please login to write comment.