COLOR #AAA59B

HEX: #AAA59B RGB: (170,165,155)

Color info

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

RGB color model

#AAA59B color RGB value is (170,165,155).

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

RGB channels and saturation

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

170
165
155

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 155 = 490 (100%)
R 170 of 490 ~ 34.69%
G 165 of 490 ~ 33.67%
B 155 of 490 ~ 31.63'%

%34.69
%33.67
%31.63

CMYK color model

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

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

Codes

Color #AAA59B in popluar color models

AA A5 9B
RGB 170 165 155
HSL 40° 8.11% 63.73%
HSB/HSV 40° 8.82% 66.67%
CMYK 0.00% 2.94% 8.82%
33.33%

Color #AAA59B in popluar number systems.

HEX AA A5 9B
Decimal 170 165 155
Binary 10101010 10100101 10011011
Octal 252 245 233

Shades and tints

Shades of #AAA59B

#AAA59B
(170,165,155)
#9B968D
(155,150,141)
#8C877F
(140,135,127)
#7D7871
(125,120,113)
#6E6963
(110,105,99)
#5F5A55
(95,90,85)
#504B47
(80,75,71)
#413C39
(65,60,57)
#322D2B
(50,45,43)
#231E1D
(35,30,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AAA59B

#AAA59B
(170,165,155)
#B1ADA4
(177,173,164)
#B8B5AD
(184,181,173)
#BFBDB6
(191,189,182)
#C6C5BF
(198,197,191)
#CDCDC8
(205,205,200)
#D4D5D1
(212,213,209)
#DBDDDA
(219,221,218)
#E2E5E3
(226,229,227)
#E9EDEC
(233,237,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA59B; }

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

This text font color is #AAA59B.

Background Color

.myBgColor { background-color: #AAA59B; }

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

This div background color is #AAA59B.

Border color

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

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

This div border color is #AAA59B.

Opacity

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

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

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

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

This text has shadow with #AAA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA59B.

Preview

Color preview on black background

This text has color #AAA59B on black background.


Color preview on white background

This text has color #AAA59B on white background.


Black color preview on #AAA59B background

This text has black color on #AAA59B background.


White color preview on #AAA59B background

This text has white color on #AAA59B background.


Related colors

Complementary color

Complementary color for #hex is #555A64.


I love getcolorcode.com

Triadic colors

1 #9BAAA5 and #A59BAA with #AAA59B are triadic colors.

2 #9BA5AA and #A5AA9B with #AAA59B are triadic colors.