COLOR #A9A8A2

HEX: #A9A8A2
RGB: (169,168,162)

Color info

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

RGB color model

#A9A8A2 color RGB value is (169,168,162).

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

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 162 of 255 = 64%

169
168
162

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

Portions of RGB colors in percentages

R + G + B =
169 + 168 + 162 = 499 (100%)
R 169 of 499 ~ 33.87%
G 168 of 499 ~ 33.67%
B 162 of 499 ~ 32.46%

%33.87
%33.67
%32.46

CMYK color model

#A9A8A2 color CMYK value is (0,1,4,34).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK:
(0,1,4,34)
C0M1Y4K34 
(0%,1%,4%,34%)
(0.00/0.01/0.04/0.34)	

CMYK percentages

%0
%0.59
%4.14
%33.73

Codes

Color #A9A8A2 in popluar color models

A9A8A2
RGB169168162
HSL51°3.91%64.90%
HSB/HSV51°4.14%66.27%
CMYK0.00%0.59%4.14%
33.73%

Color #A9A8A2 in popluar number systems.

HEXA9A8A2
Decimal169168162
Binary101010011010100010100010
Octal251250242

Shades and tints

Shades of #A9A8A2

#A9A8A2
(169,168,162)
#9A9994
(154,153,148)
#8B8A86
(139,138,134)
#7C7B78
(124,123,120)
#6D6C6A
(109,108,106)
#5E5D5C
(94,93,92)
#4F4E4E
(79,78,78)
#403F40
(64,63,64)
#313032
(49,48,50)
#222124
(34,33,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9A8A2

#A9A8A2
(169,168,162)
#B0AFAA
(176,175,170)
#B7B6B2
(183,182,178)
#BEBDBA
(190,189,186)
#C5C4C2
(197,196,194)
#CCCBCA
(204,203,202)
#D3D2D2
(211,210,210)
#DAD9DA
(218,217,218)
#E1E0E2
(225,224,226)
#E8E7EA
(232,231,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A8A2; }

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

This text font color is #A9A8A2.


Background Color

.myBgColor { background-color: #A9A8A2; }

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

This div background color is #A9A8A2.


Border color

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

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

This div border color is #A9A8A2.


Opacity

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

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

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

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

This text has shadow with #A9A8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A8A2 on black background.


Color preview on white background

This text has color #A9A8A2 on white background.



Black color preview on #A9A8A2 background

This text has black color on #A9A8A2 background.


White color preview on #A9A8A2 background

This text has white color on #A9A8A2 background.