COLOR #AAA996

HEX: #AAA996
RGB: (170,169,150)

Color info

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

RGB color model

#AAA996 color RGB value is (170,169,150).

  • red value is 170;
  • green value is 169;
  • blue value is 150.
RGB:
(170,169,150)
(67%,66%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 150 of 255 = 59%

170
169
150

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

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 150 = 489 (100%)
R 170 of 489 ~ 34.76%
G 169 of 489 ~ 34.56%
B 150 of 489 ~ 30.67%

%34.76
%34.56
%30.67

CMYK color model

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

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

Codes

Color #AAA996 in popluar color models

AAA996
RGB170169150
HSL57°10.53%62.75%
HSB/HSV57°11.76%66.67%
CMYK0.00%0.59%11.76%
33.33%

Color #AAA996 in popluar number systems.

HEXAAA996
Decimal170169150
Binary101010101010100110010110
Octal252251226

Shades and tints

Shades of #AAA996

#AAA996
(170,169,150)
#9B9A89
(155,154,137)
#8C8B7C
(140,139,124)
#7D7C6F
(125,124,111)
#6E6D62
(110,109,98)
#5F5E55
(95,94,85)
#504F48
(80,79,72)
#41403B
(65,64,59)
#32312E
(50,49,46)
#232221
(35,34,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAA996

#AAA996
(170,169,150)
#B1B09F
(177,176,159)
#B8B7A8
(184,183,168)
#BFBEB1
(191,190,177)
#C6C5BA
(198,197,186)
#CDCCC3
(205,204,195)
#D4D3CC
(212,211,204)
#DBDAD5
(219,218,213)
#E2E1DE
(226,225,222)
#E9E8E7
(233,232,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA996; }

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

This text font color is #AAA996.


Background Color

.myBgColor { background-color: #AAA996; }

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

This div background color is #AAA996.


Border color

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

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

This div border color is #AAA996.


Opacity

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

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

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

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

This text has shadow with #AAA996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA996 on black background.


Color preview on white background

This text has color #AAA996 on white background.



Black color preview on #AAA996 background

This text has black color on #AAA996 background.


White color preview on #AAA996 background

This text has white color on #AAA996 background.