Color Hex Logo

#aaa89a Color Hex

#AAA89A
(170,168,154)
0 Favorites   0 Comments

Color spaces of #aaa89a

RGB 170168154
HSL0.150.090.64
HSV53°67°
CMYK 0.000.010.09   0.33
XYZ36.412938.884436.1581
Yxy38.88440.32670.3489
Hunter Lab62.3574-4.89229.2707
CIE-Lab68.6674-1.80467.4798

#aaa89a color RGB value is (170,168,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10011010
Octal 252 250 232
Decimal 170 168 154
Hex AA A8 9A

RGB Percentages of Color #aaa89a

%34.55
%34.15
%31.30

CMYK Percentages of Color #aaa89a

%0
%1
%9
%33

Triadic Colors of #aaa89a

#aaa89a #9aaaa8 #a89aaa

Analogous Colors of #aaa89a

#aaa89a #a4aa9a #aaa09a

Monochromatic Colors of #aaa89a

#aaa89a

Complementary Color

#aaa89a #9a9caa

#aaa89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa89a Color CSS Codes

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

#aaa89a Text Font Color

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

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


#aaa89a Background Color

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

This div background color is #aaa89a


#aaa89a Border Color

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

This div border color is #aaa89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa89a


Comments

No comments written yet.

Please login to write comment.