COLOR #A9A49E

HEX: #A9A49E
RGB: (169,164,158)

Color info

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

RGB color model

#A9A49E color RGB value is (169,164,158).

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

RGB channels and saturation

R 169 of 255 = 66%
G 164 of 255 = 64%
B 158 of 255 = 62%

169
164
158

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

Portions of RGB colors in percentages

R + G + B =
169 + 164 + 158 = 491 (100%)
R 169 of 491 ~ 34.42%
G 164 of 491 ~ 33.4%
B 158 of 491 ~ 32.18%

%34.42
%33.4
%32.18

CMYK color model

#A9A49E color CMYK value is (0,3,7,34).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(0,3,7,34)
C0M3Y7K34 
(0%,3%,7%,34%)
(0.00/0.03/0.07/0.34)	

CMYK percentages

%0
%2.96
%6.51
%33.73

Codes

Color #A9A49E in popluar color models

A9A49E
RGB169164158
HSL33°6.01%64.12%
HSB/HSV33°6.51%66.27%
CMYK0.00%2.96%6.51%
33.73%

Color #A9A49E in popluar number systems.

HEXA9A49E
Decimal169164158
Binary101010011010010010011110
Octal251244236

Shades and tints

Shades of #A9A49E

#A9A49E
(169,164,158)
#9A9690
(154,150,144)
#8B8882
(139,136,130)
#7C7A74
(124,122,116)
#6D6C66
(109,108,102)
#5E5E58
(94,94,88)
#4F504A
(79,80,74)
#40423C
(64,66,60)
#31342E
(49,52,46)
#222620
(34,38,32)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #A9A49E

#A9A49E
(169,164,158)
#B0ACA6
(176,172,166)
#B7B4AE
(183,180,174)
#BEBCB6
(190,188,182)
#C5C4BE
(197,196,190)
#CCCCC6
(204,204,198)
#D3D4CE
(211,212,206)
#DADCD6
(218,220,214)
#E1E4DE
(225,228,222)
#E8ECE6
(232,236,230)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A49E color. Also use rgb(169,164,158) instead hex code.

Text Font Color

.myTextColor { color: #A9A49E; }

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

This text font color is #A9A49E.


Background Color

.myBgColor { background-color: #A9A49E; }

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

This div background color is #A9A49E.


Border color

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

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

This div border color is #A9A49E.


Opacity

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

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

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

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

This text has shadow with #A9A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A49E on black background.


Color preview on white background

This text has color #A9A49E on white background.



Black color preview on #A9A49E background

This text has black color on #A9A49E background.


White color preview on #A9A49E background

This text has white color on #A9A49E background.