COLOR #A79D59

HEX: #A79D59
RGB: (167,157,89)

Color info

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

RGB color model

#A79D59 color RGB value is (167,157,89).

  • red value is 167;
  • green value is 157;
  • blue value is 89.
RGB:
(167,157,89)
(65%,62%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 89 of 255 = 35%

167
157
89

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 89 = 413 (100%)
R 167 of 413 ~ 40.44%
G 157 of 413 ~ 38.01%
B 89 of 413 ~ 21.55%

%40.44
%38.01
%21.55

CMYK color model

#A79D59 color CMYK value is (0,6,47,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 46.71%
  • key color value is 34.51%
CMYK:
(0,6,47,35)
C0M6Y47K35 
(0%,6%,47%,35%)
(0.00/0.06/0.47/0.35)	

CMYK percentages

%0
%5.99
%46.71
%34.51

Codes

Color #A79D59 in popluar color models

A79D59
RGB16715789
HSL52°30.71%50.20%
HSB/HSV52°46.71%65.49%
CMYK0.00%5.99%46.71%
34.51%

Color #A79D59 in popluar number systems.

HEXA79D59
Decimal16715789
Binary10100111100111011011001
Octal247235131

Shades and tints

Shades of #A79D59

#A79D59
(167,157,89)
#988F51
(152,143,81)
#898149
(137,129,73)
#7A7341
(122,115,65)
#6B6539
(107,101,57)
#5C5731
(92,87,49)
#4D4929
(77,73,41)
#3E3B21
(62,59,33)
#2F2D19
(47,45,25)
#201F11
(32,31,17)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #A79D59

#A79D59
(167,157,89)
#AFA568
(175,165,104)
#B7AD77
(183,173,119)
#BFB586
(191,181,134)
#C7BD95
(199,189,149)
#CFC5A4
(207,197,164)
#D7CDB3
(215,205,179)
#DFD5C2
(223,213,194)
#E7DDD1
(231,221,209)
#EFE5E0
(239,229,224)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79D59 color. Also use rgb(167,157,89) instead hex code.

Text Font Color

.myTextColor { color: #A79D59; }

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

This text font color is #A79D59.


Background Color

.myBgColor { background-color: #A79D59; }

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

This div background color is #A79D59.


Border color

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

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

This div border color is #A79D59.


Opacity

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

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

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

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

This text has shadow with #A79D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D59 on black background.


Color preview on white background

This text has color #A79D59 on white background.



Black color preview on #A79D59 background

This text has black color on #A79D59 background.


White color preview on #A79D59 background

This text has white color on #A79D59 background.