COLOR #A2AA9D

HEX: #A2AA9D RGB: (162,170,157)

Color info

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

RGB color model

#A2AA9D color RGB value is (162,170,157).

RGB: (162,170,157) (64%, 67%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 157 of 255 = 62%

162
170
157

R + G + B ~ 64%. #A2AA9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 170 + 157 = 489 (100%)
R 162 of 489 ~ 33.13%
G 170 of 489 ~ 34.76%
B 157 of 489 ~ 32.11'%

%33.13
%34.76
%32.11

CMYK color model

#A2AA9D color CMYK value is (5,0,8,33).

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

CMYK: (5,0,8,33)
C5M0Y8K33 (5%, 0%, 8%, 33%)
(0.05 / 0.00 / 0.08 / 0.33)

CMYK percentages

%4.71
%0
%7.65
%33.33

Codes

Color #A2AA9D in popluar color models

A2 AA 9D
RGB 162 170 157
HSL 97° 7.10% 64.12%
HSB/HSV 97° 7.65% 66.67%
CMYK 4.71% 0.00% 7.65%
33.33%

Color #A2AA9D in popluar number systems.

HEX A2 AA 9D
Decimal 162 170 157
Binary 10100010 10101010 10011101
Octal 242 252 235

Shades and tints

Shades of #A2AA9D

#A2AA9D
(162,170,157)
#949B8F
(148,155,143)
#868C81
(134,140,129)
#787D73
(120,125,115)
#6A6E65
(106,110,101)
#5C5F57
(92,95,87)
#4E5049
(78,80,73)
#40413B
(64,65,59)
#32322D
(50,50,45)
#24231F
(36,35,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2AA9D

#A2AA9D
(162,170,157)
#AAB1A5
(170,177,165)
#B2B8AD
(178,184,173)
#BABFB5
(186,191,181)
#C2C6BD
(194,198,189)
#CACDC5
(202,205,197)
#D2D4CD
(210,212,205)
#DADBD5
(218,219,213)
#E2E2DD
(226,226,221)
#EAE9E5
(234,233,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AA9D; }

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

This text font color is #A2AA9D.

Background Color

.myBgColor { background-color: #A2AA9D; }

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

This div background color is #A2AA9D.

Border color

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

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

This div border color is #A2AA9D.

Opacity

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

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

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

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

This text has shadow with #A2AA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AA9D.

Preview

Color preview on black background

This text has color #A2AA9D on black background.


Color preview on white background

This text has color #A2AA9D on white background.


Black color preview on #A2AA9D background

This text has black color on #A2AA9D background.


White color preview on #A2AA9D background

This text has white color on #A2AA9D background.


Related colors

Complementary color

Complementary color for #hex is #5D5562.


I love getcolorcode.com

Triadic colors

1 #9DA2AA and #AA9DA2 with #A2AA9D are triadic colors.

2 #9DAAA2 and #AAA29D with #A2AA9D are triadic colors.