COLOR #AAA59A

HEX: #AAA59A RGB: (170,165,154)

Color info

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

RGB color model

#AAA59A color RGB value is (170,165,154).

RGB: (170,165,154) (67%, 65%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 154 of 255 = 60%

170
165
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 154 = 489 (100%)
R 170 of 489 ~ 34.76%
G 165 of 489 ~ 33.74%
B 154 of 489 ~ 31.49'%

%34.76
%33.74
%31.49

CMYK color model

#AAA59A color CMYK value is (0,3,9,33).

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

CMYK: (0,3,9,33)
C0M3Y9K33 (0%, 3%, 9%, 33%)
(0.00 / 0.03 / 0.09 / 0.33)

CMYK percentages

%0
%2.94
%9.41
%33.33

Codes

Color #AAA59A in popluar color models

AA A5 9A
RGB 170 165 154
HSL 41° 8.60% 63.53%
HSB/HSV 41° 9.41% 66.67%
CMYK 0.00% 2.94% 9.41%
33.33%

Color #AAA59A in popluar number systems.

HEX AA A5 9A
Decimal 170 165 154
Binary 10101010 10100101 10011010
Octal 252 245 232

Shades and tints

Shades of #AAA59A

#AAA59A
(170,165,154)
#9B968C
(155,150,140)
#8C877E
(140,135,126)
#7D7870
(125,120,112)
#6E6962
(110,105,98)
#5F5A54
(95,90,84)
#504B46
(80,75,70)
#413C38
(65,60,56)
#322D2A
(50,45,42)
#231E1C
(35,30,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AAA59A

#AAA59A
(170,165,154)
#B1ADA3
(177,173,163)
#B8B5AC
(184,181,172)
#BFBDB5
(191,189,181)
#C6C5BE
(198,197,190)
#CDCDC7
(205,205,199)
#D4D5D0
(212,213,208)
#DBDDD9
(219,221,217)
#E2E5E2
(226,229,226)
#E9EDEB
(233,237,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA59A; }

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

This text font color is #AAA59A.

Background Color

.myBgColor { background-color: #AAA59A; }

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

This div background color is #AAA59A.

Border color

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

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

This div border color is #AAA59A.

Opacity

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

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

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

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

This text has shadow with #AAA59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA59A.

Preview

Color preview on black background

This text has color #AAA59A on black background.


Color preview on white background

This text has color #AAA59A on white background.


Black color preview on #AAA59A background

This text has black color on #AAA59A background.


White color preview on #AAA59A background

This text has white color on #AAA59A background.


Related colors

Complementary color

Complementary color for #hex is #555A65.


I love getcolorcode.com

Triadic colors

1 #9AAAA5 and #A59AAA with #AAA59A are triadic colors.

2 #9AA5AA and #A5AA9A with #AAA59A are triadic colors.