COLOR #A79A76

HEX: #A79A76
RGB: (167,154,118)

Color info

#A79A76 contains red, green and blue colors in about the same proportion. Web safe color of #A79A76 is #999966 (or #996).

RGB color model

#A79A76 color RGB value is (167,154,118).

  • red value is 167;
  • green value is 154;
  • blue value is 118.
RGB:
(167,154,118)
(65%,60%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 118 of 255 = 46%

167
154
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 154 + 118 = 439 (100%)
R 167 of 439 ~ 38.04%
G 154 of 439 ~ 35.08%
B 118 of 439 ~ 26.88%

%38.04
%35.08
%26.88

CMYK color model

#A79A76 color CMYK value is (0,8,29,35).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(0,8,29,35)
C0M8Y29K35 
(0%,8%,29%,35%)
(0.00/0.08/0.29/0.35)	

CMYK percentages

%0
%7.78
%29.34
%34.51

Codes

Color #A79A76 in popluar color models

A79A76
RGB167154118
HSL44°21.78%55.88%
HSB/HSV44°29.34%65.49%
CMYK0.00%7.78%29.34%
34.51%

Color #A79A76 in popluar number systems.

HEXA79A76
Decimal167154118
Binary10100111100110101110110
Octal247232166

Shades and tints

Shades of #A79A76

#A79A76
(167,154,118)
#988C6C
(152,140,108)
#897E62
(137,126,98)
#7A7058
(122,112,88)
#6B624E
(107,98,78)
#5C5444
(92,84,68)
#4D463A
(77,70,58)
#3E3830
(62,56,48)
#2F2A26
(47,42,38)
#201C1C
(32,28,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #A79A76

#A79A76
(167,154,118)
#AFA382
(175,163,130)
#B7AC8E
(183,172,142)
#BFB59A
(191,181,154)
#C7BEA6
(199,190,166)
#CFC7B2
(207,199,178)
#D7D0BE
(215,208,190)
#DFD9CA
(223,217,202)
#E7E2D6
(231,226,214)
#EFEBE2
(239,235,226)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79A76 color. Also use rgb(167,154,118) instead hex code.

Text Font Color

.myTextColor { color: #A79A76; }

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

This text font color is #A79A76.


Background Color

.myBgColor { background-color: #A79A76; }

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

This div background color is #A79A76.


Border color

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

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

This div border color is #A79A76.


Opacity

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

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

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

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

This text has shadow with #A79A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79A76 on black background.


Color preview on white background

This text has color #A79A76 on white background.



Black color preview on #A79A76 background

This text has black color on #A79A76 background.


White color preview on #A79A76 background

This text has white color on #A79A76 background.