COLOR #A79353

HEX: #A79353
RGB: (167,147,83)

Color info

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

RGB color model

#A79353 color RGB value is (167,147,83).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 83 of 255 = 33%

167
147
83

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 83 = 397 (100%)
R 167 of 397 ~ 42.07%
G 147 of 397 ~ 37.03%
B 83 of 397 ~ 20.91%

%42.07
%37.03
%20.91

CMYK color model

#A79353 color CMYK value is (0,12,50,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(0,12,50,35)
C0M12Y50K35 
(0%,12%,50%,35%)
(0.00/0.12/0.50/0.35)	

CMYK percentages

%0
%11.98
%50.3
%34.51

Codes

Color #A79353 in popluar color models

A79353
RGB16714783
HSL46°33.60%49.02%
HSB/HSV46°50.30%65.49%
CMYK0.00%11.98%50.30%
34.51%

Color #A79353 in popluar number systems.

HEXA79353
Decimal16714783
Binary10100111100100111010011
Octal247223123

Shades and tints

Shades of #A79353

#A79353
(167,147,83)
#98864C
(152,134,76)
#897945
(137,121,69)
#7A6C3E
(122,108,62)
#6B5F37
(107,95,55)
#5C5230
(92,82,48)
#4D4529
(77,69,41)
#3E3822
(62,56,34)
#2F2B1B
(47,43,27)
#201E14
(32,30,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A79353

#A79353
(167,147,83)
#AF9C62
(175,156,98)
#B7A571
(183,165,113)
#BFAE80
(191,174,128)
#C7B78F
(199,183,143)
#CFC09E
(207,192,158)
#D7C9AD
(215,201,173)
#DFD2BC
(223,210,188)
#E7DBCB
(231,219,203)
#EFE4DA
(239,228,218)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79353; }

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

This text font color is #A79353.


Background Color

.myBgColor { background-color: #A79353; }

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

This div background color is #A79353.


Border color

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

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

This div border color is #A79353.


Opacity

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

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

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

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

This text has shadow with #A79353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79353 on black background.


Color preview on white background

This text has color #A79353 on white background.



Black color preview on #A79353 background

This text has black color on #A79353 background.


White color preview on #A79353 background

This text has white color on #A79353 background.