Color Hex Logo

#aaa79f Color Hex

#AAA79F
(170,167,159)
0 Favorites   0 Comments

Color spaces of #aaa79f

RGB 170167159
HSL0.120.060.65
HSV44°67°
CMYK 0.000.020.06   0.33
XYZ36.654338.686738.3363
Yxy38.68670.32240.3403
Hunter Lab62.1986-3.65576.9955
CIE-Lab68.5237-0.38434.5050

#aaa79f color RGB value is (170,167,159).

#aaa79f hex color red value is 170, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aaa79f hue: 0.12 , saturation: 0.06 and the lightness value of aaa79f is 0.65.

The process color (four color CMYK) of #aaa79f color hex is 0.00, 0.02, 0.06, 0.33. Web safe color of #aaa79f is #999999. Color #aaa79f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10011111
Octal 252 247 237
Decimal 170 167 159
Hex AA A7 9F

RGB Percentages of Color #aaa79f

%34.27
%33.67
%32.06

CMYK Percentages of Color #aaa79f

%0
%2
%6
%33

Triadic Colors of #aaa79f

#aaa79f #9faaa7 #a79faa

Analogous Colors of #aaa79f

#aaa79f #a8aa9f #aaa29f

Monochromatic Colors of #aaa79f

#aaa79f

Complementary Color

#aaa79f #9fa2aa

#aaa79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa79f Color CSS Codes

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

#aaa79f Text Font Color

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

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


#aaa79f Background Color

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

This div background color is #aaa79f


#aaa79f Border Color

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

This div border color is #aaa79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa79f


Comments

No comments written yet.

Please login to write comment.