COLOR #A79C83

HEX: #A79C83
RGB: (167,156,131)

Color info

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

RGB color model

#A79C83 color RGB value is (167,156,131).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 131 of 255 = 51%

167
156
131

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 131 = 454 (100%)
R 167 of 454 ~ 36.78%
G 156 of 454 ~ 34.36%
B 131 of 454 ~ 28.85%

%36.78
%34.36
%28.85

CMYK color model

#A79C83 color CMYK value is (0,7,22,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(0,7,22,35)
C0M7Y22K35 
(0%,7%,22%,35%)
(0.00/0.07/0.22/0.35)	

CMYK percentages

%0
%6.59
%21.56
%34.51

Codes

Color #A79C83 in popluar color models

A79C83
RGB167156131
HSL42°16.98%58.43%
HSB/HSV42°21.56%65.49%
CMYK0.00%6.59%21.56%
34.51%

Color #A79C83 in popluar number systems.

HEXA79C83
Decimal167156131
Binary101001111001110010000011
Octal247234203

Shades and tints

Shades of #A79C83

#A79C83
(167,156,131)
#988E78
(152,142,120)
#89806D
(137,128,109)
#7A7262
(122,114,98)
#6B6457
(107,100,87)
#5C564C
(92,86,76)
#4D4841
(77,72,65)
#3E3A36
(62,58,54)
#2F2C2B
(47,44,43)
#201E20
(32,30,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #A79C83

#A79C83
(167,156,131)
#AFA58E
(175,165,142)
#B7AE99
(183,174,153)
#BFB7A4
(191,183,164)
#C7C0AF
(199,192,175)
#CFC9BA
(207,201,186)
#D7D2C5
(215,210,197)
#DFDBD0
(223,219,208)
#E7E4DB
(231,228,219)
#EFEDE6
(239,237,230)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C83; }

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

This text font color is #A79C83.


Background Color

.myBgColor { background-color: #A79C83; }

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

This div background color is #A79C83.


Border color

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

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

This div border color is #A79C83.


Opacity

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

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

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

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

This text has shadow with #A79C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C83 on black background.


Color preview on white background

This text has color #A79C83 on white background.



Black color preview on #A79C83 background

This text has black color on #A79C83 background.


White color preview on #A79C83 background

This text has white color on #A79C83 background.