Color Hex Logo

#aaa77f Color Hex

#AAA77F
(170,167,127)
0 Favorites   0 Comments

Color spaces of #aaa77f

RGB 170167127
HSL0.160.200.58
HSV56°25°67°
CMYK 0.000.020.25   0.33
XYZ34.227037.715825.5546
Yxy37.71580.35110.3868
Hunter Lab61.4132-7.990918.3181
CIE-Lab67.8106-5.528521.1339

#aaa77f color RGB value is (170,167,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01111111
Octal 252 247 177
Decimal 170 167 127
Hex AA A7 7F

RGB Percentages of Color #aaa77f

%36.64
%35.99
%27.37

CMYK Percentages of Color #aaa77f

%0
%2
%25
%33

Triadic Colors of #aaa77f

#aaa77f #7faaa7 #a77faa

Analogous Colors of #aaa77f

#aaa77f #98aa7f #aa927f

Monochromatic Colors of #aaa77f

#aaa77f

Complementary Color

#aaa77f #7f82aa

#aaa77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa77f Color CSS Codes

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

#aaa77f Text Font Color

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

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


#aaa77f Background Color

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

This div background color is #aaa77f


#aaa77f Border Color

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

This div border color is #aaa77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa77f


Comments

No comments written yet.

Please login to write comment.