COLOR #AAA59C

HEX: #AAA59C RGB: (170,165,156)

Color info

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

RGB color model

#AAA59C color RGB value is (170,165,156).

RGB: (170,165,156) (67%, 65%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 156 of 255 = 61%

170
165
156

R + G + B ~ 64%. #AAA59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 156 = 491 (100%)
R 170 of 491 ~ 34.62%
G 165 of 491 ~ 33.6%
B 156 of 491 ~ 31.77'%

%34.62
%33.6
%31.77

CMYK color model

#AAA59C color CMYK value is (0,3,8,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 8.24%
  • key color value is 33.33%

CMYK: (0,3,8,33)
C0M3Y8K33 (0%, 3%, 8%, 33%)
(0.00 / 0.03 / 0.08 / 0.33)

CMYK percentages

%0
%2.94
%8.24
%33.33

Codes

Color #AAA59C in popluar color models

AA A5 9C
RGB 170 165 156
HSL 39° 7.61% 63.92%
HSB/HSV 39° 8.24% 66.67%
CMYK 0.00% 2.94% 8.24%
33.33%

Color #AAA59C in popluar number systems.

HEX AA A5 9C
Decimal 170 165 156
Binary 10101010 10100101 10011100
Octal 252 245 234

Shades and tints

Shades of #AAA59C

#AAA59C
(170,165,156)
#9B968E
(155,150,142)
#8C8780
(140,135,128)
#7D7872
(125,120,114)
#6E6964
(110,105,100)
#5F5A56
(95,90,86)
#504B48
(80,75,72)
#413C3A
(65,60,58)
#322D2C
(50,45,44)
#231E1E
(35,30,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AAA59C

#AAA59C
(170,165,156)
#B1ADA5
(177,173,165)
#B8B5AE
(184,181,174)
#BFBDB7
(191,189,183)
#C6C5C0
(198,197,192)
#CDCDC9
(205,205,201)
#D4D5D2
(212,213,210)
#DBDDDB
(219,221,219)
#E2E5E4
(226,229,228)
#E9EDED
(233,237,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA59C; }

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

This text font color is #AAA59C.

Background Color

.myBgColor { background-color: #AAA59C; }

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

This div background color is #AAA59C.

Border color

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

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

This div border color is #AAA59C.

Opacity

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

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

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

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

This text has shadow with #AAA59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA59C.

Preview

Color preview on black background

This text has color #AAA59C on black background.


Color preview on white background

This text has color #AAA59C on white background.


Black color preview on #AAA59C background

This text has black color on #AAA59C background.


White color preview on #AAA59C background

This text has white color on #AAA59C background.


Related colors

Complementary color

Complementary color for #hex is #555A63.


I love getcolorcode.com

Triadic colors

1 #9CAAA5 and #A59CAA with #AAA59C are triadic colors.

2 #9CA5AA and #A5AA9C with #AAA59C are triadic colors.