COLOR #A9A79D

HEX: #A9A79D RGB: (169,167,157)

Color info

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

RGB color model

#A9A79D color RGB value is (169,167,157).

RGB: (169,167,157) (66%, 65%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 157 of 255 = 62%

169
167
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 167 + 157 = 493 (100%)
R 169 of 493 ~ 34.28%
G 167 of 493 ~ 33.87%
B 157 of 493 ~ 31.85'%

%34.28
%33.87
%31.85

CMYK color model

#A9A79D color CMYK value is (0,1,7,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 7.10%
  • key color value is 33.73%

CMYK: (0,1,7,34)
C0M1Y7K34 (0%, 1%, 7%, 34%)
(0.00 / 0.01 / 0.07 / 0.34)

CMYK percentages

%0
%1.18
%7.1
%33.73

Codes

Color #A9A79D in popluar color models

A9 A7 9D
RGB 169 167 157
HSL 50° 6.52% 63.92%
HSB/HSV 50° 7.10% 66.27%
CMYK 0.00% 1.18% 7.10%
33.73%

Color #A9A79D in popluar number systems.

HEX A9 A7 9D
Decimal 169 167 157
Binary 10101001 10100111 10011101
Octal 251 247 235

Shades and tints

Shades of #A9A79D

#A9A79D
(169,167,157)
#9A988F
(154,152,143)
#8B8981
(139,137,129)
#7C7A73
(124,122,115)
#6D6B65
(109,107,101)
#5E5C57
(94,92,87)
#4F4D49
(79,77,73)
#403E3B
(64,62,59)
#312F2D
(49,47,45)
#22201F
(34,32,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9A79D

#A9A79D
(169,167,157)
#B0AFA5
(176,175,165)
#B7B7AD
(183,183,173)
#BEBFB5
(190,191,181)
#C5C7BD
(197,199,189)
#CCCFC5
(204,207,197)
#D3D7CD
(211,215,205)
#DADFD5
(218,223,213)
#E1E7DD
(225,231,221)
#E8EFE5
(232,239,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A79D; }

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

This text font color is #A9A79D.

Background Color

.myBgColor { background-color: #A9A79D; }

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

This div background color is #A9A79D.

Border color

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

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

This div border color is #A9A79D.

Opacity

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

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

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

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

This text has shadow with #A9A79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A79D.

Preview

Color preview on black background

This text has color #A9A79D on black background.


Color preview on white background

This text has color #A9A79D on white background.


Black color preview on #A9A79D background

This text has black color on #A9A79D background.


White color preview on #A9A79D background

This text has white color on #A9A79D background.


Related colors

Complementary color

Complementary color for #hex is #565862.


I love getcolorcode.com

Triadic colors

1 #9DA9A7 and #A79DA9 with #A9A79D are triadic colors.

2 #9DA7A9 and #A7A99D with #A9A79D are triadic colors.