COLOR #AAB89F

HEX: #AAB89F
RGB: (170,184,159)

Color info

#AAB89F contains red, green and blue colors in about the same proportion. Web safe color of #AAB89F is #99CC99 (or #9C9).

RGB color model

#AAB89F color RGB value is (170,184,159).

  • red value is 170;
  • green value is 184;
  • blue value is 159.
RGB:
(170,184,159)
(67%,72%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 159 of 255 = 62%

170
184
159

R + G + B ~ 67%. #AAB89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 159 = 513 (100%)
R 170 of 513 ~ 33.14%
G 184 of 513 ~ 35.87%
B 159 of 513 ~ 30.99%

%33.14
%35.87
%30.99

CMYK color model

#AAB89F color CMYK value is (8,0,14,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(8,0,14,28)
C8M0Y14K28 
(8%,0%,14%,28%)
(0.08/0.00/0.14/0.28)	

CMYK percentages

%7.61
%0
%13.59
%27.84

Codes

Color #AAB89F in popluar color models

AAB89F
RGB170184159
HSL94°14.97%67.25%
HSB/HSV94°13.59%72.16%
CMYK7.61%0.00%13.59%
27.84%

Color #AAB89F in popluar number systems.

HEXAAB89F
Decimal170184159
Binary101010101011100010011111
Octal252270237

Shades and tints

Shades of #AAB89F

#AAB89F
(170,184,159)
#9BA891
(155,168,145)
#8C9883
(140,152,131)
#7D8875
(125,136,117)
#6E7867
(110,120,103)
#5F6859
(95,104,89)
#50584B
(80,88,75)
#41483D
(65,72,61)
#32382F
(50,56,47)
#232821
(35,40,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #AAB89F

#AAB89F
(170,184,159)
#B1BEA7
(177,190,167)
#B8C4AF
(184,196,175)
#BFCAB7
(191,202,183)
#C6D0BF
(198,208,191)
#CDD6C7
(205,214,199)
#D4DCCF
(212,220,207)
#DBE2D7
(219,226,215)
#E2E8DF
(226,232,223)
#E9EEE7
(233,238,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB89F color. Also use rgb(170,184,159) instead hex code.

Text Font Color

.myTextColor { color: #AAB89F; }

<p style="color:#AAB89F">This sample text font color is #AAB89F.</p>

This text font color is #AAB89F.


Background Color

.myBgColor { background-color: #AAB89F; }

<div style="background-color:#AAB89F">Inner text</div>

This div background color is #AAB89F.


Border color

.myBorderColor { border: 1px solid #AAB89F; }

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

This div border color is #AAB89F.


Opacity

.myOpacity80 { color: #AAB89F; opacity: 0.8; }

<p style="color:#AAB89F;opacity:0.8;">80%</p>

Text with #AAB89F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAB89F;}

<p style="text-shadow: 3px 3px 1px #AAB89F">Text here.</p>

This text has shadow with #AAB89F color.

.textShadow {text-shadow: 3px 3px 1px #AAB89F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAB89F, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAB89F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAB89F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAB89F, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAB89F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAB89F;
  -webkit-box-shadow:	1px 1px 3px 2px #AAB89F;
  box-shadow:		1px 1px 3px 2px #AAB89F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB89F;
-webkit-box-shadow: 1px 1px 3px 2px #AAB89F;
box-shadow:1px 1px 3px 2px #AAB89F;">
Div content here</div>
This div box has shadow with color #AAB89F.

Preview

Color preview on black background

This text has color #AAB89F on black background.


Color preview on white background

This text has color #AAB89F on white background.



Black color preview on #AAB89F background

This text has black color on #AAB89F background.


White color preview on #AAB89F background

This text has white color on #AAB89F background.