COLOR #A79C96

HEX: #A79C96
RGB: (167,156,150)

Color info

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

RGB color model

#A79C96 color RGB value is (167,156,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 150 of 255 = 59%

167
156
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 150 = 473 (100%)
R 167 of 473 ~ 35.31%
G 156 of 473 ~ 32.98%
B 150 of 473 ~ 31.71%

%35.31
%32.98
%31.71

CMYK color model

#A79C96 color CMYK value is (0,7,10,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,7,10,35)
C0M7Y10K35 
(0%,7%,10%,35%)
(0.00/0.07/0.10/0.35)	

CMYK percentages

%0
%6.59
%10.18
%34.51

Codes

Color #A79C96 in popluar color models

A79C96
RGB167156150
HSL21°8.81%62.16%
HSB/HSV21°10.18%65.49%
CMYK0.00%6.59%10.18%
34.51%

Color #A79C96 in popluar number systems.

HEXA79C96
Decimal167156150
Binary101001111001110010010110
Octal247234226

Shades and tints

Shades of #A79C96

#A79C96
(167,156,150)
#988E89
(152,142,137)
#89807C
(137,128,124)
#7A726F
(122,114,111)
#6B6462
(107,100,98)
#5C5655
(92,86,85)
#4D4848
(77,72,72)
#3E3A3B
(62,58,59)
#2F2C2E
(47,44,46)
#201E21
(32,30,33)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A79C96

#A79C96
(167,156,150)
#AFA59F
(175,165,159)
#B7AEA8
(183,174,168)
#BFB7B1
(191,183,177)
#C7C0BA
(199,192,186)
#CFC9C3
(207,201,195)
#D7D2CC
(215,210,204)
#DFDBD5
(223,219,213)
#E7E4DE
(231,228,222)
#EFEDE7
(239,237,231)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C96; }

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

This text font color is #A79C96.


Background Color

.myBgColor { background-color: #A79C96; }

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

This div background color is #A79C96.


Border color

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

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

This div border color is #A79C96.


Opacity

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

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

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

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

This text has shadow with #A79C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C96 on black background.


Color preview on white background

This text has color #A79C96 on white background.



Black color preview on #A79C96 background

This text has black color on #A79C96 background.


White color preview on #A79C96 background

This text has white color on #A79C96 background.