COLOR #A2A9AD

HEX: #A2A9AD
RGB: (162,169,173)

Color info

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

RGB color model

#A2A9AD color RGB value is (162,169,173).

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

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 173 of 255 = 68%

162
169
173

R + G + B ~ 66%. #A2A9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 173 = 504 (100%)
R 162 of 504 ~ 32.14%
G 169 of 504 ~ 33.53%
B 173 of 504 ~ 34.33%

%32.14
%33.53
%34.33

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,2,0,32)
C6M2Y0K32 
(6%,2%,0%,32%)
(0.06/0.02/0.00/0.32)	

CMYK percentages

%6.36
%2.31
%0
%32.16

Codes

Color #A2A9AD in popluar color models

A2A9AD
RGB162169173
HSL202°6.29%65.69%
HSB/HSV202°6.36%67.84%
CMYK6.36%2.31%0.00%
32.16%

Color #A2A9AD in popluar number systems.

HEXA2A9AD
Decimal162169173
Binary101000101010100110101101
Octal242251255

Shades and tints

Shades of #A2A9AD

#A2A9AD
(162,169,173)
#949A9E
(148,154,158)
#868B8F
(134,139,143)
#787C80
(120,124,128)
#6A6D71
(106,109,113)
#5C5E62
(92,94,98)
#4E4F53
(78,79,83)
#404044
(64,64,68)
#323135
(50,49,53)
#242226
(36,34,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #A2A9AD

#A2A9AD
(162,169,173)
#AAB0B4
(170,176,180)
#B2B7BB
(178,183,187)
#BABEC2
(186,190,194)
#C2C5C9
(194,197,201)
#CACCD0
(202,204,208)
#D2D3D7
(210,211,215)
#DADADE
(218,218,222)
#E2E1E5
(226,225,229)
#EAE8EC
(234,232,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A9AD; }

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

This text font color is #A2A9AD.


Background Color

.myBgColor { background-color: #A2A9AD; }

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

This div background color is #A2A9AD.


Border color

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

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

This div border color is #A2A9AD.


Opacity

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

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

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

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

This text has shadow with #A2A9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A9AD on black background.


Color preview on white background

This text has color #A2A9AD on white background.



Black color preview on #A2A9AD background

This text has black color on #A2A9AD background.


White color preview on #A2A9AD background

This text has white color on #A2A9AD background.