COLOR #AAB99A

HEX: #AAB99A RGB: (170,185,154)

Color info

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

RGB color model

#AAB99A color RGB value is (170,185,154).

RGB: (170,185,154) (67%, 73%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 154 of 255 = 60%

170
185
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 154 = 509 (100%)
R 170 of 509 ~ 33.4%
G 185 of 509 ~ 36.35%
B 154 of 509 ~ 30.26'%

%33.4
%36.35
%30.26

CMYK color model

#AAB99A color CMYK value is (8,0,17,27).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%

CMYK: (8,0,17,27)
C8M0Y17K27 (8%, 0%, 17%, 27%)
(0.08 / 0.00 / 0.17 / 0.27)

CMYK percentages

%8.11
%0
%16.76
%27.45

Codes

Color #AAB99A in popluar color models

AA B9 9A
RGB 170 185 154
HSL 89° 18.13% 66.47%
HSB/HSV 89° 16.76% 72.55%
CMYK 8.11% 0.00% 16.76%
27.45%

Color #AAB99A in popluar number systems.

HEX AA B9 9A
Decimal 170 185 154
Binary 10101010 10111001 10011010
Octal 252 271 232

Shades and tints

Shades of #AAB99A

#AAB99A
(170,185,154)
#9BA98C
(155,169,140)
#8C997E
(140,153,126)
#7D8970
(125,137,112)
#6E7962
(110,121,98)
#5F6954
(95,105,84)
#505946
(80,89,70)
#414938
(65,73,56)
#32392A
(50,57,42)
#23291C
(35,41,28)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #AAB99A

#AAB99A
(170,185,154)
#B1BFA3
(177,191,163)
#B8C5AC
(184,197,172)
#BFCBB5
(191,203,181)
#C6D1BE
(198,209,190)
#CDD7C7
(205,215,199)
#D4DDD0
(212,221,208)
#DBE3D9
(219,227,217)
#E2E9E2
(226,233,226)
#E9EFEB
(233,239,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB99A color. Also use rgb(170,185,154) instead hex code.

Text Font Color

.myTextColor { color: #AAB99A; }

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

This text font color is #AAB99A.

Background Color

.myBgColor { background-color: #AAB99A; }

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

This div background color is #AAB99A.

Border color

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

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

This div border color is #AAB99A.

Opacity

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

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

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

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

This text has shadow with #AAB99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB99A.

Preview

Color preview on black background

This text has color #AAB99A on black background.


Color preview on white background

This text has color #AAB99A on white background.


Black color preview on #AAB99A background

This text has black color on #AAB99A background.


White color preview on #AAB99A background

This text has white color on #AAB99A background.


Related colors

Complementary color

Complementary color for #hex is #554665.


I love getcolorcode.com

Triadic colors

1 #9AAAB9 and #B99AAA with #AAB99A are triadic colors.

2 #9AB9AA and #B9AA9A with #AAB99A are triadic colors.