COLOR #AAA995

HEX: #AAA995 RGB: (170,169,149)

Color info

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

RGB color model

#AAA995 color RGB value is (170,169,149).

RGB: (170,169,149) (67%, 66%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 149 of 255 = 58%

170
169
149

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

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 149 = 488 (100%)
R 170 of 488 ~ 34.84%
G 169 of 488 ~ 34.63%
B 149 of 488 ~ 30.53'%

%34.84
%34.63
%30.53

CMYK color model

#AAA995 color CMYK value is (0,1,12,33).

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

CMYK: (0,1,12,33)
C0M1Y12K33 (0%, 1%, 12%, 33%)
(0.00 / 0.01 / 0.12 / 0.33)

CMYK percentages

%0
%0.59
%12.35
%33.33

Codes

Color #AAA995 in popluar color models

AA A9 95
RGB 170 169 149
HSL 57° 10.99% 62.55%
HSB/HSV 57° 12.35% 66.67%
CMYK 0.00% 0.59% 12.35%
33.33%

Color #AAA995 in popluar number systems.

HEX AA A9 95
Decimal 170 169 149
Binary 10101010 10101001 10010101
Octal 252 251 225

Shades and tints

Shades of #AAA995

#AAA995
(170,169,149)
#9B9A88
(155,154,136)
#8C8B7B
(140,139,123)
#7D7C6E
(125,124,110)
#6E6D61
(110,109,97)
#5F5E54
(95,94,84)
#504F47
(80,79,71)
#41403A
(65,64,58)
#32312D
(50,49,45)
#232220
(35,34,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAA995

#AAA995
(170,169,149)
#B1B09E
(177,176,158)
#B8B7A7
(184,183,167)
#BFBEB0
(191,190,176)
#C6C5B9
(198,197,185)
#CDCCC2
(205,204,194)
#D4D3CB
(212,211,203)
#DBDAD4
(219,218,212)
#E2E1DD
(226,225,221)
#E9E8E6
(233,232,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA995; }

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

This text font color is #AAA995.

Background Color

.myBgColor { background-color: #AAA995; }

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

This div background color is #AAA995.

Border color

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

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

This div border color is #AAA995.

Opacity

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

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

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

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

This text has shadow with #AAA995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA995.

Preview

Color preview on black background

This text has color #AAA995 on black background.


Color preview on white background

This text has color #AAA995 on white background.


Black color preview on #AAA995 background

This text has black color on #AAA995 background.


White color preview on #AAA995 background

This text has white color on #AAA995 background.


Related colors

Complementary color

Complementary color for #hex is #55566A.


I love getcolorcode.com

Triadic colors

1 #95AAA9 and #A995AA with #AAA995 are triadic colors.

2 #95A9AA and #A9AA95 with #AAA995 are triadic colors.