COLOR #A79C8C

HEX: #A79C8C
RGB: (167,156,140)

Color info

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

RGB color model

#A79C8C color RGB value is (167,156,140).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 140 of 255 = 55%

167
156
140

R + G + B ~ 60%. #A79C8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 140 = 463 (100%)
R 167 of 463 ~ 36.07%
G 156 of 463 ~ 33.69%
B 140 of 463 ~ 30.24%

%36.07
%33.69
%30.24

CMYK color model

#A79C8C color CMYK value is (0,7,16,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,7,16,35)
C0M7Y16K35 
(0%,7%,16%,35%)
(0.00/0.07/0.16/0.35)	

CMYK percentages

%0
%6.59
%16.17
%34.51

Codes

Color #A79C8C in popluar color models

A79C8C
RGB167156140
HSL36°13.30%60.20%
HSB/HSV36°16.17%65.49%
CMYK0.00%6.59%16.17%
34.51%

Color #A79C8C in popluar number systems.

HEXA79C8C
Decimal167156140
Binary101001111001110010001100
Octal247234214

Shades and tints

Shades of #A79C8C

#A79C8C
(167,156,140)
#988E80
(152,142,128)
#898074
(137,128,116)
#7A7268
(122,114,104)
#6B645C
(107,100,92)
#5C5650
(92,86,80)
#4D4844
(77,72,68)
#3E3A38
(62,58,56)
#2F2C2C
(47,44,44)
#201E20
(32,30,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A79C8C

#A79C8C
(167,156,140)
#AFA596
(175,165,150)
#B7AEA0
(183,174,160)
#BFB7AA
(191,183,170)
#C7C0B4
(199,192,180)
#CFC9BE
(207,201,190)
#D7D2C8
(215,210,200)
#DFDBD2
(223,219,210)
#E7E4DC
(231,228,220)
#EFEDE6
(239,237,230)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C8C; }

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

This text font color is #A79C8C.


Background Color

.myBgColor { background-color: #A79C8C; }

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

This div background color is #A79C8C.


Border color

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

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

This div border color is #A79C8C.


Opacity

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

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

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

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

This text has shadow with #A79C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C8C on black background.


Color preview on white background

This text has color #A79C8C on white background.



Black color preview on #A79C8C background

This text has black color on #A79C8C background.


White color preview on #A79C8C background

This text has white color on #A79C8C background.