COLOR #AAB59C

HEX: #AAB59C RGB: (170,181,156)

Color info

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

RGB color model

#AAB59C color RGB value is (170,181,156).

RGB: (170,181,156) (67%, 71%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 156 of 255 = 61%

170
181
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 181 + 156 = 507 (100%)
R 170 of 507 ~ 33.53%
G 181 of 507 ~ 35.7%
B 156 of 507 ~ 30.77'%

%33.53
%35.7
%30.77

CMYK color model

#AAB59C color CMYK value is (6,0,14,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK: (6,0,14,29) C6M0Y14K29 (6%,0%,14%,29%) (0.06/0.00/0.14/0.29) 

CMYK percentages

%6.08
%0
%13.81
%29.02

Codes

Color #AAB59C in popluar color models

AA B5 9C
RGB 170 181 156
HSL 86° 14.45% 66.08%
HSB/HSV 86° 13.81% 70.98%
CMYK 6.08% 0.00% 13.81%
29.02%

Color #AAB59C in popluar number systems.

HEX AA B5 9C
Decimal 170 181 156
Binary 10101010 10110101 10011100
Octal 252 265 234

Shades and tints

Shades of #AAB59C

#AAB59C
(170,181,156)
#9BA58E
(155,165,142)
#8C9580
(140,149,128)
#7D8572
(125,133,114)
#6E7564
(110,117,100)
#5F6556
(95,101,86)
#505548
(80,85,72)
#41453A
(65,69,58)
#32352C
(50,53,44)
#23251E
(35,37,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AAB59C

#AAB59C
(170,181,156)
#B1BBA5
(177,187,165)
#B8C1AE
(184,193,174)
#BFC7B7
(191,199,183)
#C6CDC0
(198,205,192)
#CDD3C9
(205,211,201)
#D4D9D2
(212,217,210)
#DBDFDB
(219,223,219)
#E2E5E4
(226,229,228)
#E9EBED
(233,235,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB59C; }

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

This text font color is #AAB59C.

Background Color

.myBgColor { background-color: #AAB59C; }

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

This div background color is #AAB59C.

Border color

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

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

This div border color is #AAB59C.

Opacity

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

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

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

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

This text has shadow with #AAB59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB59C.

Preview

Color preview on black background

This text has color #AAB59C on black background.


Color preview on white background

This text has color #AAB59C on white background.


Black color preview on #AAB59C background

This text has black color on #AAB59C background.


White color preview on #AAB59C background

This text has white color on #AAB59C background.


Related colors

Complementary color

Complementary color for #hex is #554A63.


I love getcolorcode.com

Triadic colors

1 #9CAAB5 and #B59CAA with #AAB59C are triadic colors.

2 #9CB5AA and #B5AA9C with #AAB59C are triadic colors.