COLOR #AAB09C

HEX: #AAB09C RGB: (170,176,156)

Color info

#AAB09C contains red, green and blue colors in about the same proportion. Web safe color of #AAB09C is #999999 (or #999).

RGB color model

#AAB09C color RGB value is (170,176,156).

RGB: (170,176,156) (67%, 69%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 156 of 255 = 61%

170
176
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 156 = 502 (100%)
R 170 of 502 ~ 33.86%
G 176 of 502 ~ 35.06%
B 156 of 502 ~ 31.08'%

%33.86
%35.06
%31.08

CMYK color model

#AAB09C color CMYK value is (3,0,11,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%

CMYK: (3,0,11,31)
C3M0Y11K31 (3%, 0%, 11%, 31%)
(0.03 / 0.00 / 0.11 / 0.31)

CMYK percentages

%3.41
%0
%11.36
%30.98

Codes

Color #AAB09C in popluar color models

AA B0 9C
RGB 170 176 156
HSL 78° 11.24% 65.10%
HSB/HSV 78° 11.36% 69.02%
CMYK 3.41% 0.00% 11.36%
30.98%

Color #AAB09C in popluar number systems.

HEX AA B0 9C
Decimal 170 176 156
Binary 10101010 10110000 10011100
Octal 252 260 234

Shades and tints

Shades of #AAB09C

#AAB09C
(170,176,156)
#9BA08E
(155,160,142)
#8C9080
(140,144,128)
#7D8072
(125,128,114)
#6E7064
(110,112,100)
#5F6056
(95,96,86)
#505048
(80,80,72)
#41403A
(65,64,58)
#32302C
(50,48,44)
#23201E
(35,32,30)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AAB09C

#AAB09C
(170,176,156)
#B1B7A5
(177,183,165)
#B8BEAE
(184,190,174)
#BFC5B7
(191,197,183)
#C6CCC0
(198,204,192)
#CDD3C9
(205,211,201)
#D4DAD2
(212,218,210)
#DBE1DB
(219,225,219)
#E2E8E4
(226,232,228)
#E9EFED
(233,239,237)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB09C color. Also use rgb(170,176,156) instead hex code.

Text Font Color

.myTextColor { color: #AAB09C; }

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

This text font color is #AAB09C.

Background Color

.myBgColor { background-color: #AAB09C; }

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

This div background color is #AAB09C.

Border color

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

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

This div border color is #AAB09C.

Opacity

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

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

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

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

This text has shadow with #AAB09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB09C.

Preview

Color preview on black background

This text has color #AAB09C on black background.


Color preview on white background

This text has color #AAB09C on white background.


Black color preview on #AAB09C background

This text has black color on #AAB09C background.


White color preview on #AAB09C background

This text has white color on #AAB09C background.


Related colors

Complementary color

Complementary color for #hex is #554F63.


I love getcolorcode.com

Triadic colors

1 #9CAAB0 and #B09CAA with #AAB09C are triadic colors.

2 #9CB0AA and #B0AA9C with #AAB09C are triadic colors.