COLOR #AAA9AD

HEX: #AAA9AD
RGB: (170,169,173)

Color info

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

RGB color model

#AAA9AD color RGB value is (170,169,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 173 of 255 = 68%

170
169
173

R + G + B ~ 67%. #AAA9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 173 = 512 (100%)
R 170 of 512 ~ 33.2%
G 169 of 512 ~ 33.01%
B 173 of 512 ~ 33.79%

%33.2
%33.01
%33.79

CMYK color model

#AAA9AD color CMYK value is (2,2,0,32).

  • cyan value is 1.73%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,2,0,32)
C2M2Y0K32 
(2%,2%,0%,32%)
(0.02/0.02/0.00/0.32)	

CMYK percentages

%1.73
%2.31
%0
%32.16

Codes

Color #AAA9AD in popluar color models

AAA9AD
RGB170169173
HSL255°2.38%67.06%
HSB/HSV255°2.31%67.84%
CMYK1.73%2.31%0.00%
32.16%

Color #AAA9AD in popluar number systems.

HEXAAA9AD
Decimal170169173
Binary101010101010100110101101
Octal252251255

Shades and tints

Shades of #AAA9AD

#AAA9AD
(170,169,173)
#9B9A9E
(155,154,158)
#8C8B8F
(140,139,143)
#7D7C80
(125,124,128)
#6E6D71
(110,109,113)
#5F5E62
(95,94,98)
#504F53
(80,79,83)
#414044
(65,64,68)
#323135
(50,49,53)
#232226
(35,34,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAA9AD

#AAA9AD
(170,169,173)
#B1B0B4
(177,176,180)
#B8B7BB
(184,183,187)
#BFBEC2
(191,190,194)
#C6C5C9
(198,197,201)
#CDCCD0
(205,204,208)
#D4D3D7
(212,211,215)
#DBDADE
(219,218,222)
#E2E1E5
(226,225,229)
#E9E8EC
(233,232,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA9AD; }

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

This text font color is #AAA9AD.


Background Color

.myBgColor { background-color: #AAA9AD; }

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

This div background color is #AAA9AD.


Border color

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

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

This div border color is #AAA9AD.


Opacity

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

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

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

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

This text has shadow with #AAA9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA9AD on black background.


Color preview on white background

This text has color #AAA9AD on white background.



Black color preview on #AAA9AD background

This text has black color on #AAA9AD background.


White color preview on #AAA9AD background

This text has white color on #AAA9AD background.