COLOR #A79A82

HEX: #A79A82
RGB: (167,154,130)

Color info

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

RGB color model

#A79A82 color RGB value is (167,154,130).

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

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 130 of 255 = 51%

167
154
130

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

Portions of RGB colors in percentages

R + G + B =
167 + 154 + 130 = 451 (100%)
R 167 of 451 ~ 37.03%
G 154 of 451 ~ 34.15%
B 130 of 451 ~ 28.82%

%37.03
%34.15
%28.82

CMYK color model

#A79A82 color CMYK value is (0,8,22,35).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 22.16%
  • key color value is 34.51%
CMYK:
(0,8,22,35)
C0M8Y22K35 
(0%,8%,22%,35%)
(0.00/0.08/0.22/0.35)	

CMYK percentages

%0
%7.78
%22.16
%34.51

Codes

Color #A79A82 in popluar color models

A79A82
RGB167154130
HSL39°17.37%58.24%
HSB/HSV39°22.16%65.49%
CMYK0.00%7.78%22.16%
34.51%

Color #A79A82 in popluar number systems.

HEXA79A82
Decimal167154130
Binary101001111001101010000010
Octal247232202

Shades and tints

Shades of #A79A82

#A79A82
(167,154,130)
#988C77
(152,140,119)
#897E6C
(137,126,108)
#7A7061
(122,112,97)
#6B6256
(107,98,86)
#5C544B
(92,84,75)
#4D4640
(77,70,64)
#3E3835
(62,56,53)
#2F2A2A
(47,42,42)
#201C1F
(32,28,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A79A82

#A79A82
(167,154,130)
#AFA38D
(175,163,141)
#B7AC98
(183,172,152)
#BFB5A3
(191,181,163)
#C7BEAE
(199,190,174)
#CFC7B9
(207,199,185)
#D7D0C4
(215,208,196)
#DFD9CF
(223,217,207)
#E7E2DA
(231,226,218)
#EFEBE5
(239,235,229)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79A82; }

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

This text font color is #A79A82.


Background Color

.myBgColor { background-color: #A79A82; }

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

This div background color is #A79A82.


Border color

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

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

This div border color is #A79A82.


Opacity

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

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

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

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

This text has shadow with #A79A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79A82 on black background.


Color preview on white background

This text has color #A79A82 on white background.



Black color preview on #A79A82 background

This text has black color on #A79A82 background.


White color preview on #A79A82 background

This text has white color on #A79A82 background.