Color Hex Logo

#aaac6b Color Hex

#AAAC6B
(170,172,107)
0 Favorites   0 Comments

Color spaces of #aaac6b

RGB 170172107
HSL0.170.280.55
HSV62°38°67°
CMYK 0.010.000.38   0.33
XYZ33.983939.112619.6683
Yxy39.11260.36630.4216
Hunter Lab62.5401-12.449325.1319
CIE-Lab68.8328-10.778333.2060

#aaac6b color RGB value is (170,172,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01101011
Octal 252 254 153
Decimal 170 172 107
Hex AA AC 6B

RGB Percentages of Color #aaac6b

%37.86
%38.31
%23.83

CMYK Percentages of Color #aaac6b

%1
%0
%38
%33

Triadic Colors of #aaac6b

#aaac6b #6baaac #ac6baa

Analogous Colors of #aaac6b

#aaac6b #8aac6b #ac8e6b

Monochromatic Colors of #aaac6b

#aaac6b

Complementary Color

#aaac6b #6d6bac

#aaac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac6b Color CSS Codes

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

#aaac6b Text Font Color

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

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


#aaac6b Background Color

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

This div background color is #aaac6b


#aaac6b Border Color

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

This div border color is #aaac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac6b


Comments

No comments written yet.

Please login to write comment.