COLOR #A79370

HEX: #A79370
RGB: (167,147,112)

Color info

#A79370 contains red, green and blue colors in about the same proportion. Web safe color of #A79370 is #999966 (or #996).

RGB color model

#A79370 color RGB value is (167,147,112).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 112 of 255 = 44%

167
147
112

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 112 = 426 (100%)
R 167 of 426 ~ 39.2%
G 147 of 426 ~ 34.51%
B 112 of 426 ~ 26.29%

%39.2
%34.51
%26.29

CMYK color model

#A79370 color CMYK value is (0,12,33,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(0,12,33,35)
C0M12Y33K35 
(0%,12%,33%,35%)
(0.00/0.12/0.33/0.35)	

CMYK percentages

%0
%11.98
%32.93
%34.51

Codes

Color #A79370 in popluar color models

A79370
RGB167147112
HSL38°23.81%54.71%
HSB/HSV38°32.93%65.49%
CMYK0.00%11.98%32.93%
34.51%

Color #A79370 in popluar number systems.

HEXA79370
Decimal167147112
Binary10100111100100111110000
Octal247223160

Shades and tints

Shades of #A79370

#A79370
(167,147,112)
#988666
(152,134,102)
#89795C
(137,121,92)
#7A6C52
(122,108,82)
#6B5F48
(107,95,72)
#5C523E
(92,82,62)
#4D4534
(77,69,52)
#3E382A
(62,56,42)
#2F2B20
(47,43,32)
#201E16
(32,30,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #A79370

#A79370
(167,147,112)
#AF9C7D
(175,156,125)
#B7A58A
(183,165,138)
#BFAE97
(191,174,151)
#C7B7A4
(199,183,164)
#CFC0B1
(207,192,177)
#D7C9BE
(215,201,190)
#DFD2CB
(223,210,203)
#E7DBD8
(231,219,216)
#EFE4E5
(239,228,229)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79370; }

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

This text font color is #A79370.


Background Color

.myBgColor { background-color: #A79370; }

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

This div background color is #A79370.


Border color

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

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

This div border color is #A79370.


Opacity

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

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

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

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

This text has shadow with #A79370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79370 on black background.


Color preview on white background

This text has color #A79370 on white background.



Black color preview on #A79370 background

This text has black color on #A79370 background.


White color preview on #A79370 background

This text has white color on #A79370 background.