COLOR #A79F61

HEX: #A79F61
RGB: (167,159,97)

Color info

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

RGB color model

#A79F61 color RGB value is (167,159,97).

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

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 97 of 255 = 38%

167
159
97

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

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 97 = 423 (100%)
R 167 of 423 ~ 39.48%
G 159 of 423 ~ 37.59%
B 97 of 423 ~ 22.93%

%39.48
%37.59
%22.93

CMYK color model

#A79F61 color CMYK value is (0,5,42,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 41.92%
  • key color value is 34.51%
CMYK:
(0,5,42,35)
C0M5Y42K35 
(0%,5%,42%,35%)
(0.00/0.05/0.42/0.35)	

CMYK percentages

%0
%4.79
%41.92
%34.51

Codes

Color #A79F61 in popluar color models

A79F61
RGB16715997
HSL53°28.46%51.76%
HSB/HSV53°41.92%65.49%
CMYK0.00%4.79%41.92%
34.51%

Color #A79F61 in popluar number systems.

HEXA79F61
Decimal16715997
Binary10100111100111111100001
Octal247237141

Shades and tints

Shades of #A79F61

#A79F61
(167,159,97)
#989159
(152,145,89)
#898351
(137,131,81)
#7A7549
(122,117,73)
#6B6741
(107,103,65)
#5C5939
(92,89,57)
#4D4B31
(77,75,49)
#3E3D29
(62,61,41)
#2F2F21
(47,47,33)
#202119
(32,33,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A79F61

#A79F61
(167,159,97)
#AFA76F
(175,167,111)
#B7AF7D
(183,175,125)
#BFB78B
(191,183,139)
#C7BF99
(199,191,153)
#CFC7A7
(207,199,167)
#D7CFB5
(215,207,181)
#DFD7C3
(223,215,195)
#E7DFD1
(231,223,209)
#EFE7DF
(239,231,223)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F61; }

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

This text font color is #A79F61.


Background Color

.myBgColor { background-color: #A79F61; }

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

This div background color is #A79F61.


Border color

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

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

This div border color is #A79F61.


Opacity

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

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

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

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

This text has shadow with #A79F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F61 on black background.


Color preview on white background

This text has color #A79F61 on white background.



Black color preview on #A79F61 background

This text has black color on #A79F61 background.


White color preview on #A79F61 background

This text has white color on #A79F61 background.