COLOR #AAB39C

HEX: #AAB39C RGB: (170,179,156)

Color info

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

RGB color model

#AAB39C color RGB value is (170,179,156).

RGB: (170,179,156) (67%, 70%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 156 of 255 = 61%

170
179
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 156 = 505 (100%)
R 170 of 505 ~ 33.66%
G 179 of 505 ~ 35.45%
B 156 of 505 ~ 30.89'%

%33.66
%35.45
%30.89

CMYK color model

#AAB39C color CMYK value is (5,0,13,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK: (5,0,13,30) C5M0Y13K30 (5%,0%,13%,30%) (0.05/0.00/0.13/0.30) 

CMYK percentages

%5.03
%0
%12.85
%29.8

Codes

Color #AAB39C in popluar color models

AA B3 9C
RGB 170 179 156
HSL 83° 13.14% 65.69%
HSB/HSV 83° 12.85% 70.20%
CMYK 5.03% 0.00% 12.85%
29.80%

Color #AAB39C in popluar number systems.

HEX AA B3 9C
Decimal 170 179 156
Binary 10101010 10110011 10011100
Octal 252 263 234

Shades and tints

Shades of #AAB39C

#AAB39C
(170,179,156)
#9BA38E
(155,163,142)
#8C9380
(140,147,128)
#7D8372
(125,131,114)
#6E7364
(110,115,100)
#5F6356
(95,99,86)
#505348
(80,83,72)
#41433A
(65,67,58)
#32332C
(50,51,44)
#23231E
(35,35,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AAB39C

#AAB39C
(170,179,156)
#B1B9A5
(177,185,165)
#B8BFAE
(184,191,174)
#BFC5B7
(191,197,183)
#C6CBC0
(198,203,192)
#CDD1C9
(205,209,201)
#D4D7D2
(212,215,210)
#DBDDDB
(219,221,219)
#E2E3E4
(226,227,228)
#E9E9ED
(233,233,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB39C; }

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

This text font color is #AAB39C.

Background Color

.myBgColor { background-color: #AAB39C; }

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

This div background color is #AAB39C.

Border color

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

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

This div border color is #AAB39C.

Opacity

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

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

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

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

This text has shadow with #AAB39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB39C.

Preview

Color preview on black background

This text has color #AAB39C on black background.


Color preview on white background

This text has color #AAB39C on white background.


Black color preview on #AAB39C background

This text has black color on #AAB39C background.


White color preview on #AAB39C background

This text has white color on #AAB39C background.


Related colors

Complementary color

Complementary color for #hex is #554C63.


I love getcolorcode.com

Triadic colors

1 #9CAAB3 and #B39CAA with #AAB39C are triadic colors.

2 #9CB3AA and #B3AA9C with #AAB39C are triadic colors.