COLOR #A79C85

HEX: #A79C85
RGB: (167,156,133)

Color info

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

RGB color model

#A79C85 color RGB value is (167,156,133).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 133 of 255 = 52%

167
156
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 133 = 456 (100%)
R 167 of 456 ~ 36.62%
G 156 of 456 ~ 34.21%
B 133 of 456 ~ 29.17%

%36.62
%34.21
%29.17

CMYK color model

#A79C85 color CMYK value is (0,7,20,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(0,7,20,35)
C0M7Y20K35 
(0%,7%,20%,35%)
(0.00/0.07/0.20/0.35)	

CMYK percentages

%0
%6.59
%20.36
%34.51

Codes

Color #A79C85 in popluar color models

A79C85
RGB167156133
HSL41°16.19%58.82%
HSB/HSV41°20.36%65.49%
CMYK0.00%6.59%20.36%
34.51%

Color #A79C85 in popluar number systems.

HEXA79C85
Decimal167156133
Binary101001111001110010000101
Octal247234205

Shades and tints

Shades of #A79C85

#A79C85
(167,156,133)
#988E79
(152,142,121)
#89806D
(137,128,109)
#7A7261
(122,114,97)
#6B6455
(107,100,85)
#5C5649
(92,86,73)
#4D483D
(77,72,61)
#3E3A31
(62,58,49)
#2F2C25
(47,44,37)
#201E19
(32,30,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #A79C85

#A79C85
(167,156,133)
#AFA590
(175,165,144)
#B7AE9B
(183,174,155)
#BFB7A6
(191,183,166)
#C7C0B1
(199,192,177)
#CFC9BC
(207,201,188)
#D7D2C7
(215,210,199)
#DFDBD2
(223,219,210)
#E7E4DD
(231,228,221)
#EFEDE8
(239,237,232)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C85; }

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

This text font color is #A79C85.


Background Color

.myBgColor { background-color: #A79C85; }

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

This div background color is #A79C85.


Border color

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

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

This div border color is #A79C85.


Opacity

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

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

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

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

This text has shadow with #A79C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C85 on black background.


Color preview on white background

This text has color #A79C85 on white background.



Black color preview on #A79C85 background

This text has black color on #A79C85 background.


White color preview on #A79C85 background

This text has white color on #A79C85 background.