COLOR #A79F5E

HEX: #A79F5E
RGB: (167,159,94)

Color info

#A79F5E contains mainly red and green colors. Web safe color of #A79F5E is #999966 (or #996).

RGB color model

#A79F5E color RGB value is (167,159,94).

  • red value is 167;
  • green value is 159;
  • blue value is 94.
RGB:
(167,159,94)
(65%,62%,37%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 94 of 255 = 37%

167
159
94

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

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 94 = 420 (100%)
R 167 of 420 ~ 39.76%
G 159 of 420 ~ 37.86%
B 94 of 420 ~ 22.38%

%39.76
%37.86
%22.38

CMYK color model

#A79F5E color CMYK value is (0,5,44,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 43.71%
  • key color value is 34.51%
CMYK:
(0,5,44,35)
C0M5Y44K35 
(0%,5%,44%,35%)
(0.00/0.05/0.44/0.35)	

CMYK percentages

%0
%4.79
%43.71
%34.51

Codes

Color #A79F5E in popluar color models

A79F5E
RGB16715994
HSL53°29.32%51.18%
HSB/HSV53°43.71%65.49%
CMYK0.00%4.79%43.71%
34.51%

Color #A79F5E in popluar number systems.

HEXA79F5E
Decimal16715994
Binary10100111100111111011110
Octal247237136

Shades and tints

Shades of #A79F5E

#A79F5E
(167,159,94)
#989156
(152,145,86)
#89834E
(137,131,78)
#7A7546
(122,117,70)
#6B673E
(107,103,62)
#5C5936
(92,89,54)
#4D4B2E
(77,75,46)
#3E3D26
(62,61,38)
#2F2F1E
(47,47,30)
#202116
(32,33,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #A79F5E

#A79F5E
(167,159,94)
#AFA76C
(175,167,108)
#B7AF7A
(183,175,122)
#BFB788
(191,183,136)
#C7BF96
(199,191,150)
#CFC7A4
(207,199,164)
#D7CFB2
(215,207,178)
#DFD7C0
(223,215,192)
#E7DFCE
(231,223,206)
#EFE7DC
(239,231,220)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79F5E color. Also use rgb(167,159,94) instead hex code.

Text Font Color

.myTextColor { color: #A79F5E; }

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

This text font color is #A79F5E.


Background Color

.myBgColor { background-color: #A79F5E; }

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

This div background color is #A79F5E.


Border color

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

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

This div border color is #A79F5E.


Opacity

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

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

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

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

This text has shadow with #A79F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F5E on black background.


Color preview on white background

This text has color #A79F5E on white background.



Black color preview on #A79F5E background

This text has black color on #A79F5E background.


White color preview on #A79F5E background

This text has white color on #A79F5E background.