Color Hex Logo

#aab59a Color Hex

#AAB59A
(170,181,154)
0 Favorites   0 Comments

Color spaces of #aab59a

RGB 170181154
HSL0.230.150.66
HSV84°15°71°
CMYK 0.060.000.15   0.29
XYZ38.934243.926936.9985
Yxy43.92690.32480.3665
Hunter Lab66.2774-11.126813.2963
CIE-Lab72.1796-8.748012.4705

#aab59a color RGB value is (170,181,154).

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

The process color (four color CMYK) of #aab59a color hex is 0.06, 0.00, 0.15, 0.29. Web safe color of #aab59a is #99cc99. Color #aab59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 10011010
Octal 252 265 232
Decimal 170 181 154
Hex AA B5 9A

RGB Percentages of Color #aab59a

%33.66
%35.84
%30.50

CMYK Percentages of Color #aab59a

%6
%0
%15
%29

Triadic Colors of #aab59a

#aab59a #9aaab5 #b59aaa

Analogous Colors of #aab59a

#aab59a #9db59a #b5b39a

Monochromatic Colors of #aab59a

#aab59a

Complementary Color

#aab59a #a59ab5

#aab59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab59a Color CSS Codes

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

#aab59a Text Font Color

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

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


#aab59a Background Color

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

This div background color is #aab59a


#aab59a Border Color

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

This div border color is #aab59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab59a


Comments

No comments written yet.

Please login to write comment.