COLOR #AAB899

HEX: #AAB899
RGB: (170,184,153)

Color info

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

RGB color model

#AAB899 color RGB value is (170,184,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 153 of 255 = 60%

170
184
153

R + G + B ~ 66%. #AAB899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 153 = 507 (100%)
R 170 of 507 ~ 33.53%
G 184 of 507 ~ 36.29%
B 153 of 507 ~ 30.18%

%33.53
%36.29
%30.18

CMYK color model

#AAB899 color CMYK value is (8,0,17,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(8,0,17,28)
C8M0Y17K28 
(8%,0%,17%,28%)
(0.08/0.00/0.17/0.28)	

CMYK percentages

%7.61
%0
%16.85
%27.84

Codes

Color #AAB899 in popluar color models

AAB899
RGB170184153
HSL87°17.92%66.08%
HSB/HSV87°16.85%72.16%
CMYK7.61%0.00%16.85%
27.84%

Color #AAB899 in popluar number systems.

HEXAAB899
Decimal170184153
Binary101010101011100010011001
Octal252270231

Shades and tints

Shades of #AAB899

#AAB899
(170,184,153)
#9BA88C
(155,168,140)
#8C987F
(140,152,127)
#7D8872
(125,136,114)
#6E7865
(110,120,101)
#5F6858
(95,104,88)
#50584B
(80,88,75)
#41483E
(65,72,62)
#323831
(50,56,49)
#232824
(35,40,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAB899

#AAB899
(170,184,153)
#B1BEA2
(177,190,162)
#B8C4AB
(184,196,171)
#BFCAB4
(191,202,180)
#C6D0BD
(198,208,189)
#CDD6C6
(205,214,198)
#D4DCCF
(212,220,207)
#DBE2D8
(219,226,216)
#E2E8E1
(226,232,225)
#E9EEEA
(233,238,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB899; }

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

This text font color is #AAB899.


Background Color

.myBgColor { background-color: #AAB899; }

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

This div background color is #AAB899.


Border color

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

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

This div border color is #AAB899.


Opacity

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

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

Text with #AAB899 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 #AAB899;}

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

This text has shadow with #AAB899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB899 on black background.


Color preview on white background

This text has color #AAB899 on white background.



Black color preview on #AAB899 background

This text has black color on #AAB899 background.


White color preview on #AAB899 background

This text has white color on #AAB899 background.