COLOR #A79F9C

HEX: #A79F9C
RGB: (167,159,156)

Color info

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

RGB color model

#A79F9C color RGB value is (167,159,156).

  • red value is 167;
  • green value is 159;
  • blue value is 156.
RGB:
(167,159,156)
(65%,62%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 156 of 255 = 61%

167
159
156

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

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 156 = 482 (100%)
R 167 of 482 ~ 34.65%
G 159 of 482 ~ 32.99%
B 156 of 482 ~ 32.37%

%34.65
%32.99
%32.37

CMYK color model

#A79F9C color CMYK value is (0,5,7,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(0,5,7,35)
C0M5Y7K35 
(0%,5%,7%,35%)
(0.00/0.05/0.07/0.35)	

CMYK percentages

%0
%4.79
%6.59
%34.51

Codes

Color #A79F9C in popluar color models

A79F9C
RGB167159156
HSL16°5.88%63.33%
HSB/HSV16°6.59%65.49%
CMYK0.00%4.79%6.59%
34.51%

Color #A79F9C in popluar number systems.

HEXA79F9C
Decimal167159156
Binary101001111001111110011100
Octal247237234

Shades and tints

Shades of #A79F9C

#A79F9C
(167,159,156)
#98918E
(152,145,142)
#898380
(137,131,128)
#7A7572
(122,117,114)
#6B6764
(107,103,100)
#5C5956
(92,89,86)
#4D4B48
(77,75,72)
#3E3D3A
(62,61,58)
#2F2F2C
(47,47,44)
#20211E
(32,33,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A79F9C

#A79F9C
(167,159,156)
#AFA7A5
(175,167,165)
#B7AFAE
(183,175,174)
#BFB7B7
(191,183,183)
#C7BFC0
(199,191,192)
#CFC7C9
(207,199,201)
#D7CFD2
(215,207,210)
#DFD7DB
(223,215,219)
#E7DFE4
(231,223,228)
#EFE7ED
(239,231,237)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F9C; }

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

This text font color is #A79F9C.


Background Color

.myBgColor { background-color: #A79F9C; }

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

This div background color is #A79F9C.


Border color

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

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

This div border color is #A79F9C.


Opacity

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

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

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

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

This text has shadow with #A79F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F9C on black background.


Color preview on white background

This text has color #A79F9C on white background.



Black color preview on #A79F9C background

This text has black color on #A79F9C background.


White color preview on #A79F9C background

This text has white color on #A79F9C background.