COLOR #A9A09F

HEX: #A9A09F
RGB: (169,160,159)

Color info

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

RGB color model

#A9A09F color RGB value is (169,160,159).

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

RGB channels and saturation

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

169
160
159

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 159 = 488 (100%)
R 169 of 488 ~ 34.63%
G 160 of 488 ~ 32.79%
B 159 of 488 ~ 32.58%

%34.63
%32.79
%32.58

CMYK color model

#A9A09F color CMYK value is (0,5,6,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(0,5,6,34)
C0M5Y6K34 
(0%,5%,6%,34%)
(0.00/0.05/0.06/0.34)	

CMYK percentages

%0
%5.33
%5.92
%33.73

Codes

Color #A9A09F in popluar color models

A9A09F
RGB169160159
HSL5.49%64.31%
HSB/HSV5.92%66.27%
CMYK0.00%5.33%5.92%
33.73%

Color #A9A09F in popluar number systems.

HEXA9A09F
Decimal169160159
Binary101010011010000010011111
Octal251240237

Shades and tints

Shades of #A9A09F

#A9A09F
(169,160,159)
#9A9291
(154,146,145)
#8B8483
(139,132,131)
#7C7675
(124,118,117)
#6D6867
(109,104,103)
#5E5A59
(94,90,89)
#4F4C4B
(79,76,75)
#403E3D
(64,62,61)
#31302F
(49,48,47)
#222221
(34,34,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9A09F

#A9A09F
(169,160,159)
#B0A8A7
(176,168,167)
#B7B0AF
(183,176,175)
#BEB8B7
(190,184,183)
#C5C0BF
(197,192,191)
#CCC8C7
(204,200,199)
#D3D0CF
(211,208,207)
#DAD8D7
(218,216,215)
#E1E0DF
(225,224,223)
#E8E8E7
(232,232,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A09F; }

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

This text font color is #A9A09F.


Background Color

.myBgColor { background-color: #A9A09F; }

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

This div background color is #A9A09F.


Border color

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

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

This div border color is #A9A09F.


Opacity

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

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

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

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

This text has shadow with #A9A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A09F on black background.


Color preview on white background

This text has color #A9A09F on white background.



Black color preview on #A9A09F background

This text has black color on #A9A09F background.


White color preview on #A9A09F background

This text has white color on #A9A09F background.