COLOR #A9A99F

HEX: #A9A99F RGB: (169,169,159)

Color info

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

RGB color model

#A9A99F color RGB value is (169,169,159).

RGB: (169,169,159) (66%, 66%, 62%)

RGB channels and saturation

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

169
169
159

R + G + B ~ 65%. #A9A99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 169 + 159 = 497 (100%)
R 169 of 497 ~ 34%
G 169 of 497 ~ 34%
B 159 of 497 ~ 31.99'%

%34
%34
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%

CMYK: (0,0,6,34)
C0M0Y6K34 (0%, 0%, 6%, 34%)
(0.00 / 0.00 / 0.06 / 0.34)

CMYK percentages

%0
%0
%5.92
%33.73

Codes

Color #A9A99F in popluar color models

A9 A9 9F
RGB 169 169 159
HSL 60° 5.49% 64.31%
HSB/HSV 60° 5.92% 66.27%
CMYK 0.00% 0.00% 5.92%
33.73%

Color #A9A99F in popluar number systems.

HEX A9 A9 9F
Decimal 169 169 159
Binary 10101001 10101001 10011111
Octal 251 251 237

Shades and tints

Shades of #A9A99F

#A9A99F
(169,169,159)
#9A9A91
(154,154,145)
#8B8B83
(139,139,131)
#7C7C75
(124,124,117)
#6D6D67
(109,109,103)
#5E5E59
(94,94,89)
#4F4F4B
(79,79,75)
#40403D
(64,64,61)
#31312F
(49,49,47)
#222221
(34,34,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A9A99F

#A9A99F
(169,169,159)
#B0B0A7
(176,176,167)
#B7B7AF
(183,183,175)
#BEBEB7
(190,190,183)
#C5C5BF
(197,197,191)
#CCCCC7
(204,204,199)
#D3D3CF
(211,211,207)
#DADAD7
(218,218,215)
#E1E1DF
(225,225,223)
#E8E8E7
(232,232,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A99F; }

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

This text font color is #A9A99F.

Background Color

.myBgColor { background-color: #A9A99F; }

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

This div background color is #A9A99F.

Border color

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

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

This div border color is #A9A99F.

Opacity

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

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

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

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

This text has shadow with #A9A99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A99F.

Preview

Color preview on black background

This text has color #A9A99F on black background.


Color preview on white background

This text has color #A9A99F on white background.


Black color preview on #A9A99F background

This text has black color on #A9A99F background.


White color preview on #A9A99F background

This text has white color on #A9A99F background.


Related colors

Complementary color

Complementary color for #hex is #565660.


I love getcolorcode.com