COLOR #A9A09D

HEX: #A9A09D
RGB: (169,160,157)

Color info

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

RGB color model

#A9A09D color RGB value is (169,160,157).

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

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 157 of 255 = 62%

169
160
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 157 = 486 (100%)
R 169 of 486 ~ 34.77%
G 160 of 486 ~ 32.92%
B 157 of 486 ~ 32.3%

%34.77
%32.92
%32.3

CMYK color model

#A9A09D color CMYK value is (0,5,7,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(0,5,7,34)
C0M5Y7K34 
(0%,5%,7%,34%)
(0.00/0.05/0.07/0.34)	

CMYK percentages

%0
%5.33
%7.1
%33.73

Codes

Color #A9A09D in popluar color models

A9A09D
RGB169160157
HSL15°6.52%63.92%
HSB/HSV15°7.10%66.27%
CMYK0.00%5.33%7.10%
33.73%

Color #A9A09D in popluar number systems.

HEXA9A09D
Decimal169160157
Binary101010011010000010011101
Octal251240235

Shades and tints

Shades of #A9A09D

#A9A09D
(169,160,157)
#9A928F
(154,146,143)
#8B8481
(139,132,129)
#7C7673
(124,118,115)
#6D6865
(109,104,101)
#5E5A57
(94,90,87)
#4F4C49
(79,76,73)
#403E3B
(64,62,59)
#31302D
(49,48,45)
#22221F
(34,34,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9A09D

#A9A09D
(169,160,157)
#B0A8A5
(176,168,165)
#B7B0AD
(183,176,173)
#BEB8B5
(190,184,181)
#C5C0BD
(197,192,189)
#CCC8C5
(204,200,197)
#D3D0CD
(211,208,205)
#DAD8D5
(218,216,213)
#E1E0DD
(225,224,221)
#E8E8E5
(232,232,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A09D; }

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

This text font color is #A9A09D.


Background Color

.myBgColor { background-color: #A9A09D; }

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

This div background color is #A9A09D.


Border color

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

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

This div border color is #A9A09D.


Opacity

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

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

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

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

This text has shadow with #A9A09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A09D on black background.


Color preview on white background

This text has color #A9A09D on white background.



Black color preview on #A9A09D background

This text has black color on #A9A09D background.


White color preview on #A9A09D background

This text has white color on #A9A09D background.