COLOR #A47E83

HEX: #A47E83
RGB: (164,126,131)

Color info

#A47E83 contains red, green and blue colors in about the same proportion. Web safe color of #A47E83 is #996699 (or #969).

RGB color model

#A47E83 color RGB value is (164,126,131).

  • red value is 164;
  • green value is 126;
  • blue value is 131.
RGB:
(164,126,131)
(64%,49%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 131 of 255 = 51%

164
126
131

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 131 = 421 (100%)
R 164 of 421 ~ 38.95%
G 126 of 421 ~ 29.93%
B 131 of 421 ~ 31.12%

%38.95
%29.93
%31.12

CMYK color model

#A47E83 color CMYK value is (0,23,20,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(0,23,20,36)
C0M23Y20K36 
(0%,23%,20%,36%)
(0.00/0.23/0.20/0.36)	

CMYK percentages

%0
%23.17
%20.12
%35.69

Codes

Color #A47E83 in popluar color models

A47E83
RGB164126131
HSL352°17.27%56.86%
HSB/HSV352°23.17%64.31%
CMYK0.00%23.17%20.12%
35.69%

Color #A47E83 in popluar number systems.

HEXA47E83
Decimal164126131
Binary10100100111111010000011
Octal244176203

Shades and tints

Shades of #A47E83

#A47E83
(164,126,131)
#967378
(150,115,120)
#88686D
(136,104,109)
#7A5D62
(122,93,98)
#6C5257
(108,82,87)
#5E474C
(94,71,76)
#503C41
(80,60,65)
#423136
(66,49,54)
#34262B
(52,38,43)
#261B20
(38,27,32)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A47E83

#A47E83
(164,126,131)
#AC898E
(172,137,142)
#B49499
(180,148,153)
#BC9FA4
(188,159,164)
#C4AAAF
(196,170,175)
#CCB5BA
(204,181,186)
#D4C0C5
(212,192,197)
#DCCBD0
(220,203,208)
#E4D6DB
(228,214,219)
#ECE1E6
(236,225,230)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E83 color. Also use rgb(164,126,131) instead hex code.

Text Font Color

.myTextColor { color: #A47E83; }

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

This text font color is #A47E83.


Background Color

.myBgColor { background-color: #A47E83; }

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

This div background color is #A47E83.


Border color

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

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

This div border color is #A47E83.


Opacity

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

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

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

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

This text has shadow with #A47E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E83 on black background.


Color preview on white background

This text has color #A47E83 on white background.



Black color preview on #A47E83 background

This text has black color on #A47E83 background.


White color preview on #A47E83 background

This text has white color on #A47E83 background.