COLOR #A79F9B

HEX: #A79F9B
RGB: (167,159,155)

Color info

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

RGB color model

#A79F9B color RGB value is (167,159,155).

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

RGB channels and saturation

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

167
159
155

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

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 155 = 481 (100%)
R 167 of 481 ~ 34.72%
G 159 of 481 ~ 33.06%
B 155 of 481 ~ 32.22%

%34.72
%33.06
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 7.19%
  • 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
%7.19
%34.51

Codes

Color #A79F9B in popluar color models

A79F9B
RGB167159155
HSL20°6.38%63.14%
HSB/HSV20°7.19%65.49%
CMYK0.00%4.79%7.19%
34.51%

Color #A79F9B in popluar number systems.

HEXA79F9B
Decimal167159155
Binary101001111001111110011011
Octal247237233

Shades and tints

Shades of #A79F9B

#A79F9B
(167,159,155)
#98918D
(152,145,141)
#89837F
(137,131,127)
#7A7571
(122,117,113)
#6B6763
(107,103,99)
#5C5955
(92,89,85)
#4D4B47
(77,75,71)
#3E3D39
(62,61,57)
#2F2F2B
(47,47,43)
#20211D
(32,33,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A79F9B

#A79F9B
(167,159,155)
#AFA7A4
(175,167,164)
#B7AFAD
(183,175,173)
#BFB7B6
(191,183,182)
#C7BFBF
(199,191,191)
#CFC7C8
(207,199,200)
#D7CFD1
(215,207,209)
#DFD7DA
(223,215,218)
#E7DFE3
(231,223,227)
#EFE7EC
(239,231,236)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F9B; }

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

This text font color is #A79F9B.


Background Color

.myBgColor { background-color: #A79F9B; }

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

This div background color is #A79F9B.


Border color

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

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

This div border color is #A79F9B.


Opacity

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

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

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

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

This text has shadow with #A79F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F9B on black background.


Color preview on white background

This text has color #A79F9B on white background.



Black color preview on #A79F9B background

This text has black color on #A79F9B background.


White color preview on #A79F9B background

This text has white color on #A79F9B background.