Color Hex Logo

#aaac7e Color Hex

#AAAC7E
(170,172,126)
0 Favorites   0 Comments

Color spaces of #aaac7e

RGB 170172126
HSL0.170.220.58
HSV63°27°67°
CMYK 0.010.000.27   0.33
XYZ35.096039.557525.5243
Yxy39.55750.35030.3949
Hunter Lab62.8948-10.460819.9649
CIE-Lab69.1532-8.330023.4974

#aaac7e color RGB value is (170,172,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01111110
Octal 252 254 176
Decimal 170 172 126
Hex AA AC 7E

RGB Percentages of Color #aaac7e

%36.32
%36.75
%26.92

CMYK Percentages of Color #aaac7e

%1
%0
%27
%33

Triadic Colors of #aaac7e

#aaac7e #7eaaac #ac7eaa

Analogous Colors of #aaac7e

#aaac7e #93ac7e #ac977e

Monochromatic Colors of #aaac7e

#aaac7e

Complementary Color

#aaac7e #807eac

#aaac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac7e Color CSS Codes

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

#aaac7e Text Font Color

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

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


#aaac7e Background Color

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

This div background color is #aaac7e


#aaac7e Border Color

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

This div border color is #aaac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac7e


Comments

No comments written yet.

Please login to write comment.