Color Hex Logo

#aaa79e Color Hex

#AAA79E
(170,167,158)
0 Favorites   0 Comments

Color spaces of #aaa79e

RGB 170167158
HSL0.130.070.64
HSV45°67°
CMYK 0.000.020.07   0.33
XYZ36.567838.652137.8810
Yxy38.65210.32330.3417
Hunter Lab62.1708-3.80837.3939
CIE-Lab68.4985-0.56225.0228

#aaa79e color RGB value is (170,167,158).

#aaa79e hex color red value is 170, green value is 167 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aaa79e hue: 0.13 , saturation: 0.07 and the lightness value of aaa79e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10011110
Octal 252 247 236
Decimal 170 167 158
Hex AA A7 9E

RGB Percentages of Color #aaa79e

%34.34
%33.74
%31.92

CMYK Percentages of Color #aaa79e

%0
%2
%7
%33

Triadic Colors of #aaa79e

#aaa79e #9eaaa7 #a79eaa

Analogous Colors of #aaa79e

#aaa79e #a7aa9e #aaa19e

Monochromatic Colors of #aaa79e

#aaa79e

Complementary Color

#aaa79e #9ea1aa

#aaa79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa79e Color CSS Codes

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

#aaa79e Text Font Color

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

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


#aaa79e Background Color

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

This div background color is #aaa79e


#aaa79e Border Color

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

This div border color is #aaa79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa79e

#aaa79e Color Palettes


Comments

No comments written yet.

Please login to write comment.