COLOR #AAA59F

HEX: #AAA59F RGB: (170,165,159)

Color info

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

RGB color model

#AAA59F color RGB value is (170,165,159).

RGB: (170,165,159) (67%, 65%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 159 of 255 = 62%

170
165
159

R + G + B ~ 65%. #AAA59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 159 = 494 (100%)
R 170 of 494 ~ 34.41%
G 165 of 494 ~ 33.4%
B 159 of 494 ~ 32.19'%

%34.41
%33.4
%32.19

CMYK color model

#AAA59F color CMYK value is (0,3,6,33).

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

CMYK: (0,3,6,33)
C0M3Y6K33 (0%, 3%, 6%, 33%)
(0.00 / 0.03 / 0.06 / 0.33)

CMYK percentages

%0
%2.94
%6.47
%33.33

Codes

Color #AAA59F in popluar color models

AA A5 9F
RGB 170 165 159
HSL 33° 6.08% 64.51%
HSB/HSV 33° 6.47% 66.67%
CMYK 0.00% 2.94% 6.47%
33.33%

Color #AAA59F in popluar number systems.

HEX AA A5 9F
Decimal 170 165 159
Binary 10101010 10100101 10011111
Octal 252 245 237

Shades and tints

Shades of #AAA59F

#AAA59F
(170,165,159)
#9B9691
(155,150,145)
#8C8783
(140,135,131)
#7D7875
(125,120,117)
#6E6967
(110,105,103)
#5F5A59
(95,90,89)
#504B4B
(80,75,75)
#413C3D
(65,60,61)
#322D2F
(50,45,47)
#231E21
(35,30,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AAA59F

#AAA59F
(170,165,159)
#B1ADA7
(177,173,167)
#B8B5AF
(184,181,175)
#BFBDB7
(191,189,183)
#C6C5BF
(198,197,191)
#CDCDC7
(205,205,199)
#D4D5CF
(212,213,207)
#DBDDD7
(219,221,215)
#E2E5DF
(226,229,223)
#E9EDE7
(233,237,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA59F; }

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

This text font color is #AAA59F.

Background Color

.myBgColor { background-color: #AAA59F; }

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

This div background color is #AAA59F.

Border color

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

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

This div border color is #AAA59F.

Opacity

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

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

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

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

This text has shadow with #AAA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA59F.

Preview

Color preview on black background

This text has color #AAA59F on black background.


Color preview on white background

This text has color #AAA59F on white background.


Black color preview on #AAA59F background

This text has black color on #AAA59F background.


White color preview on #AAA59F background

This text has white color on #AAA59F background.


Related colors

Complementary color

Complementary color for #hex is #555A60.


I love getcolorcode.com

Triadic colors

1 #9FAAA5 and #A59FAA with #AAA59F are triadic colors.

2 #9FA5AA and #A5AA9F with #AAA59F are triadic colors.