COLOR #A79C79

HEX: #A79C79
RGB: (167,156,121)

Color info

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

RGB color model

#A79C79 color RGB value is (167,156,121).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 121 of 255 = 47%

167
156
121

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 121 = 444 (100%)
R 167 of 444 ~ 37.61%
G 156 of 444 ~ 35.14%
B 121 of 444 ~ 27.25%

%37.61
%35.14
%27.25

CMYK color model

#A79C79 color CMYK value is (0,7,28,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(0,7,28,35)
C0M7Y28K35 
(0%,7%,28%,35%)
(0.00/0.07/0.28/0.35)	

CMYK percentages

%0
%6.59
%27.54
%34.51

Codes

Color #A79C79 in popluar color models

A79C79
RGB167156121
HSL46°20.72%56.47%
HSB/HSV46°27.54%65.49%
CMYK0.00%6.59%27.54%
34.51%

Color #A79C79 in popluar number systems.

HEXA79C79
Decimal167156121
Binary10100111100111001111001
Octal247234171

Shades and tints

Shades of #A79C79

#A79C79
(167,156,121)
#988E6E
(152,142,110)
#898063
(137,128,99)
#7A7258
(122,114,88)
#6B644D
(107,100,77)
#5C5642
(92,86,66)
#4D4837
(77,72,55)
#3E3A2C
(62,58,44)
#2F2C21
(47,44,33)
#201E16
(32,30,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #A79C79

#A79C79
(167,156,121)
#AFA585
(175,165,133)
#B7AE91
(183,174,145)
#BFB79D
(191,183,157)
#C7C0A9
(199,192,169)
#CFC9B5
(207,201,181)
#D7D2C1
(215,210,193)
#DFDBCD
(223,219,205)
#E7E4D9
(231,228,217)
#EFEDE5
(239,237,229)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79C79; }

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

This text font color is #A79C79.


Background Color

.myBgColor { background-color: #A79C79; }

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

This div background color is #A79C79.


Border color

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

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

This div border color is #A79C79.


Opacity

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

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

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

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

This text has shadow with #A79C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C79 on black background.


Color preview on white background

This text has color #A79C79 on white background.



Black color preview on #A79C79 background

This text has black color on #A79C79 background.


White color preview on #A79C79 background

This text has white color on #A79C79 background.