COLOR #A2A9A8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

162
169
168

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

Portions of RGB colors in percentages

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

%32.46
%33.87
%33.67

CMYK color model

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

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

CMYK percentages

%4.14
%0
%0.59
%33.73

Codes

Color #A2A9A8 in popluar color models

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

Color #A2A9A8 in popluar number systems.

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

Shades and tints

Shades of #A2A9A8

#A2A9A8
(162,169,168)
#949A99
(148,154,153)
#868B8A
(134,139,138)
#787C7B
(120,124,123)
#6A6D6C
(106,109,108)
#5C5E5D
(92,94,93)
#4E4F4E
(78,79,78)
#40403F
(64,64,63)
#323130
(50,49,48)
#242221
(36,34,33)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2A9A8

#A2A9A8
(162,169,168)
#AAB0AF
(170,176,175)
#B2B7B6
(178,183,182)
#BABEBD
(186,190,189)
#C2C5C4
(194,197,196)
#CACCCB
(202,204,203)
#D2D3D2
(210,211,210)
#DADAD9
(218,218,217)
#E2E1E0
(226,225,224)
#EAE8E7
(234,232,231)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A9A8; }

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

This text font color is #A2A9A8.

Background Color

.myBgColor { background-color: #A2A9A8; }

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

This div background color is #A2A9A8.

Border color

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

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

This div border color is #A2A9A8.

Opacity

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

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

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

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

This text has shadow with #A2A9A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A9A8.

Preview

Color preview on black background

This text has color #A2A9A8 on black background.


Color preview on white background

This text has color #A2A9A8 on white background.


Black color preview on #A2A9A8 background

This text has black color on #A2A9A8 background.


White color preview on #A2A9A8 background

This text has white color on #A2A9A8 background.


Related colors

Complementary color

Complementary color for #hex is #5D5657.


I love getcolorcode.com

Triadic colors

1 #A8A2A9 and #A9A8A2 with #A2A9A8 are triadic colors.

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