COLOR #A2A9AA

HEX: #A2A9AA RGB: (162,169,170)

Color info

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

RGB color model

#A2A9AA color RGB value is (162,169,170).

RGB: (162,169,170) (64%, 66%, 67%)

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 170 of 255 = 67%

162
169
170

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

Portions of RGB colors in percentages

R + G + B = 162 + 169 + 170 = 501 (100%)
R 162 of 501 ~ 32.34%
G 169 of 501 ~ 33.73%
B 170 of 501 ~ 33.93'%

%32.34
%33.73
%33.93

CMYK color model

#A2A9AA color CMYK value is (5,1,0,33).

  • cyan value is 4.71%
  • magenta value is 0.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (5,1,0,33)
C5M1Y0K33 (5%, 1%, 0%, 33%)
(0.05 / 0.01 / 0.00 / 0.33)

CMYK percentages

%4.71
%0.59
%0
%33.33

Codes

Color #A2A9AA in popluar color models

A2 A9 AA
RGB 162 169 170
HSL 188° 4.49% 65.10%
HSB/HSV 188° 4.71% 66.67%
CMYK 4.71% 0.59% 0.00%
33.33%

Color #A2A9AA in popluar number systems.

HEX A2 A9 AA
Decimal 162 169 170
Binary 10100010 10101001 10101010
Octal 242 251 252

Shades and tints

Shades of #A2A9AA

#A2A9AA
(162,169,170)
#949A9B
(148,154,155)
#868B8C
(134,139,140)
#787C7D
(120,124,125)
#6A6D6E
(106,109,110)
#5C5E5F
(92,94,95)
#4E4F50
(78,79,80)
#404041
(64,64,65)
#323132
(50,49,50)
#242223
(36,34,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #A2A9AA

#A2A9AA
(162,169,170)
#AAB0B1
(170,176,177)
#B2B7B8
(178,183,184)
#BABEBF
(186,190,191)
#C2C5C6
(194,197,198)
#CACCCD
(202,204,205)
#D2D3D4
(210,211,212)
#DADADB
(218,218,219)
#E2E1E2
(226,225,226)
#EAE8E9
(234,232,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A9AA; }

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

This text font color is #A2A9AA.

Background Color

.myBgColor { background-color: #A2A9AA; }

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

This div background color is #A2A9AA.

Border color

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

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

This div border color is #A2A9AA.

Opacity

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

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

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

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

This text has shadow with #A2A9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A9AA.

Preview

Color preview on black background

This text has color #A2A9AA on black background.


Color preview on white background

This text has color #A2A9AA on white background.


Black color preview on #A2A9AA background

This text has black color on #A2A9AA background.


White color preview on #A2A9AA background

This text has white color on #A2A9AA background.


Related colors

Complementary color

Complementary color for #hex is #5D5655.


I love getcolorcode.com

Triadic colors

1 #AAA2A9 and #A9AAA2 with #A2A9AA are triadic colors.

2 #AAA9A2 and #A9A2AA with #A2A9AA are triadic colors.