COLOR #A9A2A8

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

Color info

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

RGB color model

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

RGB: (169,162,168) (66%, 64%, 66%)

RGB channels and saturation

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

169
162
168

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

Portions of RGB colors in percentages

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

%33.87
%32.46
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 0.59%
  • key color value is 33.73%

CMYK: (0,4,1,34)
C0M4Y1K34 (0%, 4%, 1%, 34%)
(0.00 / 0.04 / 0.01 / 0.34)

CMYK percentages

%0
%4.14
%0.59
%33.73

Codes

Color #A9A2A8 in popluar color models

A9 A2 A8
RGB 169 162 168
HSL 309° 3.91% 64.90%
HSB/HSV 309° 4.14% 66.27%
CMYK 0.00% 4.14% 0.59%
33.73%

Color #A9A2A8 in popluar number systems.

HEX A9 A2 A8
Decimal 169 162 168
Binary 10101001 10100010 10101000
Octal 251 242 250

Shades and tints

Shades of #A9A2A8

#A9A2A8
(169,162,168)
#9A9499
(154,148,153)
#8B868A
(139,134,138)
#7C787B
(124,120,123)
#6D6A6C
(109,106,108)
#5E5C5D
(94,92,93)
#4F4E4E
(79,78,78)
#40403F
(64,64,63)
#313230
(49,50,48)
#222421
(34,36,33)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A9A2A8

#A9A2A8
(169,162,168)
#B0AAAF
(176,170,175)
#B7B2B6
(183,178,182)
#BEBABD
(190,186,189)
#C5C2C4
(197,194,196)
#CCCACB
(204,202,203)
#D3D2D2
(211,210,210)
#DADAD9
(218,218,217)
#E1E2E0
(225,226,224)
#E8EAE7
(232,234,231)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A2A8; }

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

This text font color is #A9A2A8.

Background Color

.myBgColor { background-color: #A9A2A8; }

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

This div background color is #A9A2A8.

Border color

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

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

This div border color is #A9A2A8.

Opacity

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

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

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

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

This text has shadow with #A9A2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A2A8.

Preview

Color preview on black background

This text has color #A9A2A8 on black background.


Color preview on white background

This text has color #A9A2A8 on white background.


Black color preview on #A9A2A8 background

This text has black color on #A9A2A8 background.


White color preview on #A9A2A8 background

This text has white color on #A9A2A8 background.


Related colors

Complementary color

Complementary color for #hex is #565D57.


I love getcolorcode.com

Triadic colors

1 #A8A9A2 and #A2A8A9 with #A9A2A8 are triadic colors.

2 #A8A2A9 and #A2A9A8 with #A9A2A8 are triadic colors.