COLOR #A79D53

HEX: #A79D53
RGB: (167,157,83)

Color info

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

RGB color model

#A79D53 color RGB value is (167,157,83).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 83 of 255 = 33%

167
157
83

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 83 = 407 (100%)
R 167 of 407 ~ 41.03%
G 157 of 407 ~ 38.57%
B 83 of 407 ~ 20.39%

%41.03
%38.57
%20.39

CMYK color model

#A79D53 color CMYK value is (0,6,50,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(0,6,50,35)
C0M6Y50K35 
(0%,6%,50%,35%)
(0.00/0.06/0.50/0.35)	

CMYK percentages

%0
%5.99
%50.3
%34.51

Codes

Color #A79D53 in popluar color models

A79D53
RGB16715783
HSL53°33.60%49.02%
HSB/HSV53°50.30%65.49%
CMYK0.00%5.99%50.30%
34.51%

Color #A79D53 in popluar number systems.

HEXA79D53
Decimal16715783
Binary10100111100111011010011
Octal247235123

Shades and tints

Shades of #A79D53

#A79D53
(167,157,83)
#988F4C
(152,143,76)
#898145
(137,129,69)
#7A733E
(122,115,62)
#6B6537
(107,101,55)
#5C5730
(92,87,48)
#4D4929
(77,73,41)
#3E3B22
(62,59,34)
#2F2D1B
(47,45,27)
#201F14
(32,31,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A79D53

#A79D53
(167,157,83)
#AFA562
(175,165,98)
#B7AD71
(183,173,113)
#BFB580
(191,181,128)
#C7BD8F
(199,189,143)
#CFC59E
(207,197,158)
#D7CDAD
(215,205,173)
#DFD5BC
(223,213,188)
#E7DDCB
(231,221,203)
#EFE5DA
(239,229,218)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79D53; }

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

This text font color is #A79D53.


Background Color

.myBgColor { background-color: #A79D53; }

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

This div background color is #A79D53.


Border color

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

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

This div border color is #A79D53.


Opacity

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

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

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

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

This text has shadow with #A79D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D53 on black background.


Color preview on white background

This text has color #A79D53 on white background.



Black color preview on #A79D53 background

This text has black color on #A79D53 background.


White color preview on #A79D53 background

This text has white color on #A79D53 background.