COLOR #A79F9D

HEX: #A79F9D RGB: (167,159,157)

Color info

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

RGB color model

#A79F9D color RGB value is (167,159,157).

RGB: (167,159,157) (65%, 62%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 157 of 255 = 62%

167
159
157

R + G + B ~ 63%. #A79F9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 159 + 157 = 483 (100%)
R 167 of 483 ~ 34.58%
G 159 of 483 ~ 32.92%
B 157 of 483 ~ 32.51'%

%34.58
%32.92
%32.51

CMYK color model

#A79F9D color CMYK value is (0,5,6,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK: (0,5,6,35) C0M5Y6K35 (0%,5%,6%,35%) (0.00/0.05/0.06/0.35) 

CMYK percentages

%0
%4.79
%5.99
%34.51

Codes

Color #A79F9D in popluar color models

A7 9F 9D
RGB 167 159 157
HSL 12° 5.38% 63.53%
HSB/HSV 12° 5.99% 65.49%
CMYK 0.00% 4.79% 5.99%
34.51%

Color #A79F9D in popluar number systems.

HEX A7 9F 9D
Decimal 167 159 157
Binary 10100111 10011111 10011101
Octal 247 237 235

Shades and tints

Shades of #A79F9D

#A79F9D
(167,159,157)
#98918F
(152,145,143)
#898381
(137,131,129)
#7A7573
(122,117,115)
#6B6765
(107,103,101)
#5C5957
(92,89,87)
#4D4B49
(77,75,73)
#3E3D3B
(62,61,59)
#2F2F2D
(47,47,45)
#20211F
(32,33,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A79F9D

#A79F9D
(167,159,157)
#AFA7A5
(175,167,165)
#B7AFAD
(183,175,173)
#BFB7B5
(191,183,181)
#C7BFBD
(199,191,189)
#CFC7C5
(207,199,197)
#D7CFCD
(215,207,205)
#DFD7D5
(223,215,213)
#E7DFDD
(231,223,221)
#EFE7E5
(239,231,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F9D; }

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

This text font color is #A79F9D.

Background Color

.myBgColor { background-color: #A79F9D; }

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

This div background color is #A79F9D.

Border color

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

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

This div border color is #A79F9D.

Opacity

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

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

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

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

This text has shadow with #A79F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79F9D.

Preview

Color preview on black background

This text has color #A79F9D on black background.


Color preview on white background

This text has color #A79F9D on white background.


Black color preview on #A79F9D background

This text has black color on #A79F9D background.


White color preview on #A79F9D background

This text has white color on #A79F9D background.


Related colors

Complementary color

Complementary color for #hex is #586062.


I love getcolorcode.com

Triadic colors

1 #9DA79F and #9F9DA7 with #A79F9D are triadic colors.

2 #9D9FA7 and #9FA79D with #A79F9D are triadic colors.