COLOR #A79F96

HEX: #A79F96
RGB: (167,159,150)

Color info

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

RGB color model

#A79F96 color RGB value is (167,159,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 150 of 255 = 59%

167
159
150

R + G + B ~ 62%. #A79F96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 150 = 476 (100%)
R 167 of 476 ~ 35.08%
G 159 of 476 ~ 33.4%
B 150 of 476 ~ 31.51%

%35.08
%33.4
%31.51

CMYK color model

#A79F96 color CMYK value is (0,5,10,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,5,10,35)
C0M5Y10K35 
(0%,5%,10%,35%)
(0.00/0.05/0.10/0.35)	

CMYK percentages

%0
%4.79
%10.18
%34.51

Codes

Color #A79F96 in popluar color models

A79F96
RGB167159150
HSL32°8.81%62.16%
HSB/HSV32°10.18%65.49%
CMYK0.00%4.79%10.18%
34.51%

Color #A79F96 in popluar number systems.

HEXA79F96
Decimal167159150
Binary101001111001111110010110
Octal247237226

Shades and tints

Shades of #A79F96

#A79F96
(167,159,150)
#989189
(152,145,137)
#89837C
(137,131,124)
#7A756F
(122,117,111)
#6B6762
(107,103,98)
#5C5955
(92,89,85)
#4D4B48
(77,75,72)
#3E3D3B
(62,61,59)
#2F2F2E
(47,47,46)
#202121
(32,33,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A79F96

#A79F96
(167,159,150)
#AFA79F
(175,167,159)
#B7AFA8
(183,175,168)
#BFB7B1
(191,183,177)
#C7BFBA
(199,191,186)
#CFC7C3
(207,199,195)
#D7CFCC
(215,207,204)
#DFD7D5
(223,215,213)
#E7DFDE
(231,223,222)
#EFE7E7
(239,231,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F96; }

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

This text font color is #A79F96.


Background Color

.myBgColor { background-color: #A79F96; }

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

This div background color is #A79F96.


Border color

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

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

This div border color is #A79F96.


Opacity

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

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

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

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

This text has shadow with #A79F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F96 on black background.


Color preview on white background

This text has color #A79F96 on white background.



Black color preview on #A79F96 background

This text has black color on #A79F96 background.


White color preview on #A79F96 background

This text has white color on #A79F96 background.