COLOR #A2A99D

HEX: #A2A99D
RGB: (162,169,157)

Color info

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

RGB color model

#A2A99D color RGB value is (162,169,157).

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

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 157 of 255 = 62%

162
169
157

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

Portions of RGB colors in percentages

R + G + B =
162 + 169 + 157 = 488 (100%)
R 162 of 488 ~ 33.2%
G 169 of 488 ~ 34.63%
B 157 of 488 ~ 32.17%

%33.2
%34.63
%32.17

CMYK color model

#A2A99D color CMYK value is (4,0,7,34).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(4,0,7,34)
C4M0Y7K34 
(4%,0%,7%,34%)
(0.04/0.00/0.07/0.34)	

CMYK percentages

%4.14
%0
%7.1
%33.73

Codes

Color #A2A99D in popluar color models

A2A99D
RGB162169157
HSL95°6.52%63.92%
HSB/HSV95°7.10%66.27%
CMYK4.14%0.00%7.10%
33.73%

Color #A2A99D in popluar number systems.

HEXA2A99D
Decimal162169157
Binary101000101010100110011101
Octal242251235

Shades and tints

Shades of #A2A99D

#A2A99D
(162,169,157)
#949A8F
(148,154,143)
#868B81
(134,139,129)
#787C73
(120,124,115)
#6A6D65
(106,109,101)
#5C5E57
(92,94,87)
#4E4F49
(78,79,73)
#40403B
(64,64,59)
#32312D
(50,49,45)
#24221F
(36,34,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A2A99D

#A2A99D
(162,169,157)
#AAB0A5
(170,176,165)
#B2B7AD
(178,183,173)
#BABEB5
(186,190,181)
#C2C5BD
(194,197,189)
#CACCC5
(202,204,197)
#D2D3CD
(210,211,205)
#DADAD5
(218,218,213)
#E2E1DD
(226,225,221)
#EAE8E5
(234,232,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A99D; }

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

This text font color is #A2A99D.


Background Color

.myBgColor { background-color: #A2A99D; }

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

This div background color is #A2A99D.


Border color

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

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

This div border color is #A2A99D.


Opacity

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

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

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

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

This text has shadow with #A2A99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A99D on black background.


Color preview on white background

This text has color #A2A99D on white background.



Black color preview on #A2A99D background

This text has black color on #A2A99D background.


White color preview on #A2A99D background

This text has white color on #A2A99D background.