COLOR #A47F86

HEX: #A47F86
RGB: (164,127,134)

Color info

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

RGB color model

#A47F86 color RGB value is (164,127,134).

  • red value is 164;
  • green value is 127;
  • blue value is 134.
RGB: (164,127,134) (64%,50%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 134 of 255 = 53%

164
127
134

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 134 = 425 (100%)
R 164 of 425 ~ 38.59%
G 127 of 425 ~ 29.88%
B 134 of 425 ~ 31.53%

%38.59
%29.88
%31.53

CMYK color model

#A47F86 color CMYK value is (0,23,18,36).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK: (0,23,18,36) C0M23Y18K36 (0%,23%,18%,36%) (0.00/0.23/0.18/0.36)

CMYK percentages

%0
%22.56
%18.29
%35.69

Codes

Color #A47F86 in popluar color models

A47F86
RGB164127134
HSL349°16.89%57.06%
HSB/HSV349°22.56%64.31%
CMYK0.00%22.56%18.29%
35.69%

Color #A47F86 in popluar number systems.

HEXA47F86
Decimal164127134
Binary10100100111111110000110
Octal244177206

Shades and tints

Shades of #A47F86

#A47F86
(164,127,134)
#96747A
(150,116,122)
#88696E
(136,105,110)
#7A5E62
(122,94,98)
#6C5356
(108,83,86)
#5E484A
(94,72,74)
#503D3E
(80,61,62)
#423232
(66,50,50)
#342726
(52,39,38)
#261C1A
(38,28,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A47F86

#A47F86
(164,127,134)
#AC8A91
(172,138,145)
#B4959C
(180,149,156)
#BCA0A7
(188,160,167)
#C4ABB2
(196,171,178)
#CCB6BD
(204,182,189)
#D4C1C8
(212,193,200)
#DCCCD3
(220,204,211)
#E4D7DE
(228,215,222)
#ECE2E9
(236,226,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47F86 color. Also use rgb(164,127,134) instead hex code.

Text Font Color

.myTextColor { color: #A47F86; }

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

This text font color is #A47F86.


Background Color

.myBgColor { background-color: #A47F86; }

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

This div background color is #A47F86.


Border color

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

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

This div border color is #A47F86.


Opacity

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

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

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

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

This text has shadow with #A47F86 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A47F86 on black background.


Color preview on white background

This text has color #A47F86 on white background.



Black color preview on #A47F86 background

This text has black color on #A47F86 background.


White color preview on #A47F86 background

This text has white color on #A47F86 background.