Color Hex Logo

#aab99c Color Hex

#AAB99C
(170,185,156)
0 Favorites   0 Comments

Color spaces of #aab99c

RGB 170185156
HSL0.250.170.67
HSV91°16°73°
CMYK 0.080.000.16   0.27
XYZ39.927345.644338.1583
Yxy45.64430.32270.3689
Hunter Lab67.5606-12.740113.8053
CIE-Lab73.3141-10.507412.9832

#aab99c color RGB value is (170,185,156).

#aab99c hex color red value is 170, green value is 185 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aab99c hue: 0.25 , saturation: 0.17 and the lightness value of aab99c is 0.67.

The process color (four color CMYK) of #aab99c color hex is 0.08, 0.00, 0.16, 0.27. Web safe color of #aab99c is #99cc99. Color #aab99c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10011100
Octal 252 271 234
Decimal 170 185 156
Hex AA B9 9C

RGB Percentages of Color #aab99c

%33.27
%36.20
%30.53

CMYK Percentages of Color #aab99c

%8
%0
%16
%27

Triadic Colors of #aab99c

#aab99c #9caab9 #b99caa

Analogous Colors of #aab99c

#aab99c #9cb99d #b9b99c

Monochromatic Colors of #aab99c

#aab99c

Complementary Color

#aab99c #ab9cb9

#aab99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab99c Color CSS Codes

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

#aab99c Text Font Color

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

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


#aab99c Background Color

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

This div background color is #aab99c


#aab99c Border Color

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

This div border color is #aab99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab99c

#aab99c Color Palettes


Comments

No comments written yet.

Please login to write comment.