Color Hex Logo

#aaa77e Color Hex

#AAA77E
(170,167,126)
0 Favorites   0 Comments

Color spaces of #aaa77e

RGB 170167126
HSL0.160.210.58
HSV56°26°67°
CMYK 0.000.020.26   0.33
XYZ34.162237.689825.2130
Yxy37.68980.35200.3883
Hunter Lab61.3920-8.107918.6247
CIE-Lab67.7914-5.670121.6529

#aaa77e color RGB value is (170,167,126).

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

The process color (four color CMYK) of #aaa77e color hex is 0.00, 0.02, 0.26, 0.33. Web safe color of #aaa77e is #999966. Color #aaa77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01111110
Octal 252 247 176
Decimal 170 167 126
Hex AA A7 7E

RGB Percentages of Color #aaa77e

%36.72
%36.07
%27.21

CMYK Percentages of Color #aaa77e

%0
%2
%26
%33

Triadic Colors of #aaa77e

#aaa77e #7eaaa7 #a77eaa

Analogous Colors of #aaa77e

#aaa77e #97aa7e #aa917e

Monochromatic Colors of #aaa77e

#aaa77e

Complementary Color

#aaa77e #7e81aa

#aaa77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa77e Color CSS Codes

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

#aaa77e Text Font Color

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

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


#aaa77e Background Color

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

This div background color is #aaa77e


#aaa77e Border Color

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

This div border color is #aaa77e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,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 #aaa77e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa77e


Comments

No comments written yet.

Please login to write comment.