COLOR #A9AAAD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
170
173

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

Portions of RGB colors in percentages

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

%33.01
%33.2
%33.79

CMYK color model

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

  • cyan value is 2.31%
  • magenta value is 1.73%
  • 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

%2.31
%1.73
%0
%32.16

Codes

Color #A9AAAD in popluar color models

A9AAAD
RGB169170173
HSL225°2.38%67.06%
HSB/HSV225°2.31%67.84%
CMYK2.31%1.73%0.00%
32.16%

Color #A9AAAD in popluar number systems.

HEXA9AAAD
Decimal169170173
Binary101010011010101010101101
Octal251252255

Shades and tints

Shades of #A9AAAD

#A9AAAD
(169,170,173)
#9A9B9E
(154,155,158)
#8B8C8F
(139,140,143)
#7C7D80
(124,125,128)
#6D6E71
(109,110,113)
#5E5F62
(94,95,98)
#4F5053
(79,80,83)
#404144
(64,65,68)
#313235
(49,50,53)
#222326
(34,35,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9AAAD

#A9AAAD
(169,170,173)
#B0B1B4
(176,177,180)
#B7B8BB
(183,184,187)
#BEBFC2
(190,191,194)
#C5C6C9
(197,198,201)
#CCCDD0
(204,205,208)
#D3D4D7
(211,212,215)
#DADBDE
(218,219,222)
#E1E2E5
(225,226,229)
#E8E9EC
(232,233,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AAAD; }

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

This text font color is #A9AAAD.


Background Color

.myBgColor { background-color: #A9AAAD; }

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

This div background color is #A9AAAD.


Border color

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

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

This div border color is #A9AAAD.


Opacity

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

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

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

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

This text has shadow with #A9AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AAAD on black background.


Color preview on white background

This text has color #A9AAAD on white background.



Black color preview on #A9AAAD background

This text has black color on #A9AAAD background.


White color preview on #A9AAAD background

This text has white color on #A9AAAD background.