COLOR #AAA991

HEX: #AAA991 RGB: (170,169,145)

Color info

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

RGB color model

#AAA991 color RGB value is (170,169,145).

RGB: (170,169,145) (67%, 66%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 145 of 255 = 57%

170
169
145

R + G + B ~ 63%. #AAA991 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 145 = 484 (100%)
R 170 of 484 ~ 35.12%
G 169 of 484 ~ 34.92%
B 145 of 484 ~ 29.96'%

%35.12
%34.92
%29.96

CMYK color model

#AAA991 color CMYK value is (0,1,15,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 14.71%
  • key color value is 33.33%

CMYK: (0,1,15,33)
C0M1Y15K33 (0%, 1%, 15%, 33%)
(0.00 / 0.01 / 0.15 / 0.33)

CMYK percentages

%0
%0.59
%14.71
%33.33

Codes

Color #AAA991 in popluar color models

AA A9 91
RGB 170 169 145
HSL 58° 12.82% 61.76%
HSB/HSV 58° 14.71% 66.67%
CMYK 0.00% 0.59% 14.71%
33.33%

Color #AAA991 in popluar number systems.

HEX AA A9 91
Decimal 170 169 145
Binary 10101010 10101001 10010001
Octal 252 251 221

Shades and tints

Shades of #AAA991

#AAA991
(170,169,145)
#9B9A84
(155,154,132)
#8C8B77
(140,139,119)
#7D7C6A
(125,124,106)
#6E6D5D
(110,109,93)
#5F5E50
(95,94,80)
#504F43
(80,79,67)
#414036
(65,64,54)
#323129
(50,49,41)
#23221C
(35,34,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AAA991

#AAA991
(170,169,145)
#B1B09B
(177,176,155)
#B8B7A5
(184,183,165)
#BFBEAF
(191,190,175)
#C6C5B9
(198,197,185)
#CDCCC3
(205,204,195)
#D4D3CD
(212,211,205)
#DBDAD7
(219,218,215)
#E2E1E1
(226,225,225)
#E9E8EB
(233,232,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA991 color. Also use rgb(170,169,145) instead hex code.

Text Font Color

.myTextColor { color: #AAA991; }

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

This text font color is #AAA991.

Background Color

.myBgColor { background-color: #AAA991; }

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

This div background color is #AAA991.

Border color

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

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

This div border color is #AAA991.

Opacity

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

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

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

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

This text has shadow with #AAA991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA991.

Preview

Color preview on black background

This text has color #AAA991 on black background.


Color preview on white background

This text has color #AAA991 on white background.


Black color preview on #AAA991 background

This text has black color on #AAA991 background.


White color preview on #AAA991 background

This text has white color on #AAA991 background.


Related colors

Complementary color

Complementary color for #hex is #55566E.


I love getcolorcode.com

Triadic colors

1 #91AAA9 and #A991AA with #AAA991 are triadic colors.

2 #91A9AA and #A9AA91 with #AAA991 are triadic colors.