COLOR #AAA59D

HEX: #AAA59D
RGB: (170,165,157)

Color info

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

RGB color model

#AAA59D color RGB value is (170,165,157).

  • red value is 170;
  • green value is 165;
  • blue value is 157.
RGB:
(170,165,157)
(67%,65%,62%)

RGB channels and saturation

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

170
165
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 157 = 492 (100%)
R 170 of 492 ~ 34.55%
G 165 of 492 ~ 33.54%
B 157 of 492 ~ 31.91%

%34.55
%33.54
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 7.65%
  • 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
%7.65
%33.33

Codes

Color #AAA59D in popluar color models

AAA59D
RGB170165157
HSL37°7.10%64.12%
HSB/HSV37°7.65%66.67%
CMYK0.00%2.94%7.65%
33.33%

Color #AAA59D in popluar number systems.

HEXAAA59D
Decimal170165157
Binary101010101010010110011101
Octal252245235

Shades and tints

Shades of #AAA59D

#AAA59D
(170,165,157)
#9B968F
(155,150,143)
#8C8781
(140,135,129)
#7D7873
(125,120,115)
#6E6965
(110,105,101)
#5F5A57
(95,90,87)
#504B49
(80,75,73)
#413C3B
(65,60,59)
#322D2D
(50,45,45)
#231E1F
(35,30,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AAA59D

#AAA59D
(170,165,157)
#B1ADA5
(177,173,165)
#B8B5AD
(184,181,173)
#BFBDB5
(191,189,181)
#C6C5BD
(198,197,189)
#CDCDC5
(205,205,197)
#D4D5CD
(212,213,205)
#DBDDD5
(219,221,213)
#E2E5DD
(226,229,221)
#E9EDE5
(233,237,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA59D; }

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

This text font color is #AAA59D.


Background Color

.myBgColor { background-color: #AAA59D; }

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

This div background color is #AAA59D.


Border color

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

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

This div border color is #AAA59D.


Opacity

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

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

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

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

This text has shadow with #AAA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA59D on black background.


Color preview on white background

This text has color #AAA59D on white background.



Black color preview on #AAA59D background

This text has black color on #AAA59D background.


White color preview on #AAA59D background

This text has white color on #AAA59D background.