COLOR #A79C82

HEX: #A79C82 RGB: (167,156,130)

Color info

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

RGB color model

#A79C82 color RGB value is (167,156,130).

RGB: (167,156,130) (65%, 61%, 51%)

RGB channels and saturation

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

167
156
130

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

Portions of RGB colors in percentages

R + G + B = 167 + 156 + 130 = 453 (100%)
R 167 of 453 ~ 36.87%
G 156 of 453 ~ 34.44%
B 130 of 453 ~ 28.7'%

%36.87
%34.44
%28.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 22.16%
  • 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
%22.16
%34.51

Codes

Color #A79C82 in popluar color models

A7 9C 82
RGB 167 156 130
HSL 42° 17.37% 58.24%
HSB/HSV 42° 22.16% 65.49%
CMYK 0.00% 6.59% 22.16%
34.51%

Color #A79C82 in popluar number systems.

HEX A7 9C 82
Decimal 167 156 130
Binary 10100111 10011100 10000010
Octal 247 234 202

Shades and tints

Shades of #A79C82

#A79C82
(167,156,130)
#988E77
(152,142,119)
#89806C
(137,128,108)
#7A7261
(122,114,97)
#6B6456
(107,100,86)
#5C564B
(92,86,75)
#4D4840
(77,72,64)
#3E3A35
(62,58,53)
#2F2C2A
(47,44,42)
#201E1F
(32,30,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A79C82

#A79C82
(167,156,130)
#AFA58D
(175,165,141)
#B7AE98
(183,174,152)
#BFB7A3
(191,183,163)
#C7C0AE
(199,192,174)
#CFC9B9
(207,201,185)
#D7D2C4
(215,210,196)
#DFDBCF
(223,219,207)
#E7E4DA
(231,228,218)
#EFEDE5
(239,237,229)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C82; }

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

This text font color is #A79C82.

Background Color

.myBgColor { background-color: #A79C82; }

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

This div background color is #A79C82.

Border color

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

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

This div border color is #A79C82.

Opacity

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

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

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

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

This text has shadow with #A79C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79C82.

Preview

Color preview on black background

This text has color #A79C82 on black background.


Color preview on white background

This text has color #A79C82 on white background.


Black color preview on #A79C82 background

This text has black color on #A79C82 background.


White color preview on #A79C82 background

This text has white color on #A79C82 background.


Related colors

Complementary color

Complementary color for #hex is #58637D.


I love getcolorcode.com

Triadic colors

1 #82A79C and #9C82A7 with #A79C82 are triadic colors.

2 #829CA7 and #9CA782 with #A79C82 are triadic colors.