COLOR #A47960

HEX: #A47960
RGB: (164,121,96)

Color info

#A47960 contains mainly red and green colors. Web safe color of #A47960 is #996666 (or #966).

RGB color model

#A47960 color RGB value is (164,121,96).

  • red value is 164;
  • green value is 121;
  • blue value is 96.
RGB:
(164,121,96)
(64%,47%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 96 of 255 = 38%

164
121
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 96 = 381 (100%)
R 164 of 381 ~ 43.04%
G 121 of 381 ~ 31.76%
B 96 of 381 ~ 25.2%

%43.04
%31.76
%25.2

CMYK color model

#A47960 color CMYK value is (0,26,41,36).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,26,41,36)
C0M26Y41K36 
(0%,26%,41%,36%)
(0.00/0.26/0.41/0.36)	

CMYK percentages

%0
%26.22
%41.46
%35.69

Codes

Color #A47960 in popluar color models

A47960
RGB16412196
HSL22°27.20%50.98%
HSB/HSV22°41.46%64.31%
CMYK0.00%26.22%41.46%
35.69%

Color #A47960 in popluar number systems.

HEXA47960
Decimal16412196
Binary1010010011110011100000
Octal244171140

Shades and tints

Shades of #A47960

#A47960
(164,121,96)
#966E58
(150,110,88)
#886350
(136,99,80)
#7A5848
(122,88,72)
#6C4D40
(108,77,64)
#5E4238
(94,66,56)
#503730
(80,55,48)
#422C28
(66,44,40)
#342120
(52,33,32)
#261618
(38,22,24)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #A47960

#A47960
(164,121,96)
#AC856E
(172,133,110)
#B4917C
(180,145,124)
#BC9D8A
(188,157,138)
#C4A998
(196,169,152)
#CCB5A6
(204,181,166)
#D4C1B4
(212,193,180)
#DCCDC2
(220,205,194)
#E4D9D0
(228,217,208)
#ECE5DE
(236,229,222)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47960 color. Also use rgb(164,121,96) instead hex code.

Text Font Color

.myTextColor { color: #A47960; }

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

This text font color is #A47960.


Background Color

.myBgColor { background-color: #A47960; }

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

This div background color is #A47960.


Border color

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

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

This div border color is #A47960.


Opacity

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

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

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

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

This text has shadow with #A47960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47960 on black background.


Color preview on white background

This text has color #A47960 on white background.



Black color preview on #A47960 background

This text has black color on #A47960 background.


White color preview on #A47960 background

This text has white color on #A47960 background.