Color Hex Logo

#aaa89e Color Hex

#AAA89E
(170,168,158)
0 Favorites   0 Comments

Color spaces of #aaa89e

RGB 170168158
HSL0.140.070.64
HSV50°67°
CMYK 0.000.010.07   0.33
XYZ36.751839.019937.9423
Yxy39.01990.32320.3431
Hunter Lab62.4659-4.29497.7129
CIE-Lab68.7657-1.10495.4076

#aaa89e color RGB value is (170,168,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10011110
Octal 252 250 236
Decimal 170 168 158
Hex AA A8 9E

RGB Percentages of Color #aaa89e

%34.27
%33.87
%31.85

CMYK Percentages of Color #aaa89e

%0
%1
%7
%33

Triadic Colors of #aaa89e

#aaa89e #9eaaa8 #a89eaa

Analogous Colors of #aaa89e

#aaa89e #a6aa9e #aaa29e

Monochromatic Colors of #aaa89e

#aaa89e

Complementary Color

#aaa89e #9ea0aa

#aaa89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa89e Color CSS Codes

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

#aaa89e Text Font Color

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

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


#aaa89e Background Color

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

This div background color is #aaa89e


#aaa89e Border Color

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

This div border color is #aaa89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa89e


Comments

No comments written yet.

Please login to write comment.