COLOR #AAAA9D

HEX: #AAAA9D
RGB: (170,170,157)

Color info

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

RGB color model

#AAAA9D color RGB value is (170,170,157).

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

RGB channels and saturation

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

170
170
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 157 = 497 (100%)
R 170 of 497 ~ 34.21%
G 170 of 497 ~ 34.21%
B 157 of 497 ~ 31.59%

%34.21
%34.21
%31.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(0,0,8,33)
C0M0Y8K33 
(0%,0%,8%,33%)
(0.00/0.00/0.08/0.33)	

CMYK percentages

%0
%0
%7.65
%33.33

Codes

Color #AAAA9D in popluar color models

AAAA9D
RGB170170157
HSL60°7.10%64.12%
HSB/HSV60°7.65%66.67%
CMYK0.00%0.00%7.65%
33.33%

Color #AAAA9D in popluar number systems.

HEXAAAA9D
Decimal170170157
Binary101010101010101010011101
Octal252252235

Shades and tints

Shades of #AAAA9D

#AAAA9D
(170,170,157)
#9B9B8F
(155,155,143)
#8C8C81
(140,140,129)
#7D7D73
(125,125,115)
#6E6E65
(110,110,101)
#5F5F57
(95,95,87)
#505049
(80,80,73)
#41413B
(65,65,59)
#32322D
(50,50,45)
#23231F
(35,35,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAAA9D

#AAAA9D
(170,170,157)
#B1B1A5
(177,177,165)
#B8B8AD
(184,184,173)
#BFBFB5
(191,191,181)
#C6C6BD
(198,198,189)
#CDCDC5
(205,205,197)
#D4D4CD
(212,212,205)
#DBDBD5
(219,219,213)
#E2E2DD
(226,226,221)
#E9E9E5
(233,233,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAA9D; }

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

This text font color is #AAAA9D.


Background Color

.myBgColor { background-color: #AAAA9D; }

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

This div background color is #AAAA9D.


Border color

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

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

This div border color is #AAAA9D.


Opacity

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

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

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

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

This text has shadow with #AAAA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAA9D on black background.


Color preview on white background

This text has color #AAAA9D on white background.



Black color preview on #AAAA9D background

This text has black color on #AAAA9D background.


White color preview on #AAAA9D background

This text has white color on #AAAA9D background.