COLOR #A4706D

HEX: #A4706D
RGB: (164,112,109)

Color info

#A4706D contains red, green and blue colors in about the same proportion. Web safe color of #A4706D is #996666 (or #966).

RGB color model

#A4706D color RGB value is (164,112,109).

  • red value is 164;
  • green value is 112;
  • blue value is 109.
RGB:
(164,112,109)
(64%,44%,43%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 109 of 255 = 43%

164
112
109

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 109 = 385 (100%)
R 164 of 385 ~ 42.6%
G 112 of 385 ~ 29.09%
B 109 of 385 ~ 28.31%

%42.6
%29.09
%28.31

CMYK color model

#A4706D color CMYK value is (0,32,34,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(0,32,34,36)
C0M32Y34K36 
(0%,32%,34%,36%)
(0.00/0.32/0.34/0.36)	

CMYK percentages

%0
%31.71
%33.54
%35.69

Codes

Color #A4706D in popluar color models

A4706D
RGB164112109
HSL23.21%53.53%
HSB/HSV33.54%64.31%
CMYK0.00%31.71%33.54%
35.69%

Color #A4706D in popluar number systems.

HEXA4706D
Decimal164112109
Binary1010010011100001101101
Octal244160155

Shades and tints

Shades of #A4706D

#A4706D
(164,112,109)
#966664
(150,102,100)
#885C5B
(136,92,91)
#7A5252
(122,82,82)
#6C4849
(108,72,73)
#5E3E40
(94,62,64)
#503437
(80,52,55)
#422A2E
(66,42,46)
#342025
(52,32,37)
#26161C
(38,22,28)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A4706D

#A4706D
(164,112,109)
#AC7D7A
(172,125,122)
#B48A87
(180,138,135)
#BC9794
(188,151,148)
#C4A4A1
(196,164,161)
#CCB1AE
(204,177,174)
#D4BEBB
(212,190,187)
#DCCBC8
(220,203,200)
#E4D8D5
(228,216,213)
#ECE5E2
(236,229,226)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4706D color. Also use rgb(164,112,109) instead hex code.

Text Font Color

.myTextColor { color: #A4706D; }

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

This text font color is #A4706D.


Background Color

.myBgColor { background-color: #A4706D; }

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

This div background color is #A4706D.


Border color

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

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

This div border color is #A4706D.


Opacity

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

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

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

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

This text has shadow with #A4706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4706D on black background.


Color preview on white background

This text has color #A4706D on white background.



Black color preview on #A4706D background

This text has black color on #A4706D background.


White color preview on #A4706D background

This text has white color on #A4706D background.