COLOR #A47D72

HEX: #A47D72
RGB: (164,125,114)

Color info

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

RGB color model

#A47D72 color RGB value is (164,125,114).

  • red value is 164;
  • green value is 125;
  • blue value is 114.
RGB:
(164,125,114)
(64%,49%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 114 of 255 = 45%

164
125
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 125 + 114 = 403 (100%)
R 164 of 403 ~ 40.69%
G 125 of 403 ~ 31.02%
B 114 of 403 ~ 28.29%

%40.69
%31.02
%28.29

CMYK color model

#A47D72 color CMYK value is (0,24,30,36).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,24,30,36)
C0M24Y30K36 
(0%,24%,30%,36%)
(0.00/0.24/0.30/0.36)	

CMYK percentages

%0
%23.78
%30.49
%35.69

Codes

Color #A47D72 in popluar color models

A47D72
RGB164125114
HSL13°21.55%54.51%
HSB/HSV13°30.49%64.31%
CMYK0.00%23.78%30.49%
35.69%

Color #A47D72 in popluar number systems.

HEXA47D72
Decimal164125114
Binary1010010011111011110010
Octal244175162

Shades and tints

Shades of #A47D72

#A47D72
(164,125,114)
#967268
(150,114,104)
#88675E
(136,103,94)
#7A5C54
(122,92,84)
#6C514A
(108,81,74)
#5E4640
(94,70,64)
#503B36
(80,59,54)
#42302C
(66,48,44)
#342522
(52,37,34)
#261A18
(38,26,24)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A47D72

#A47D72
(164,125,114)
#AC887E
(172,136,126)
#B4938A
(180,147,138)
#BC9E96
(188,158,150)
#C4A9A2
(196,169,162)
#CCB4AE
(204,180,174)
#D4BFBA
(212,191,186)
#DCCAC6
(220,202,198)
#E4D5D2
(228,213,210)
#ECE0DE
(236,224,222)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47D72 color. Also use rgb(164,125,114) instead hex code.

Text Font Color

.myTextColor { color: #A47D72; }

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

This text font color is #A47D72.


Background Color

.myBgColor { background-color: #A47D72; }

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

This div background color is #A47D72.


Border color

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

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

This div border color is #A47D72.


Opacity

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

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

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

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

This text has shadow with #A47D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47D72 on black background.


Color preview on white background

This text has color #A47D72 on white background.



Black color preview on #A47D72 background

This text has black color on #A47D72 background.


White color preview on #A47D72 background

This text has white color on #A47D72 background.