COLOR #A47F87

HEX: #A47F87 RGB: (164,127,135)

Color info

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

RGB color model

#A47F87 color RGB value is (164,127,135).

RGB: (164,127,135) (64%, 50%, 53%)

RGB channels and saturation

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

164
127
135

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

Portions of RGB colors in percentages

R + G + B = 164 + 127 + 135 = 426 (100%)
R 164 of 426 ~ 38.5%
G 127 of 426 ~ 29.81%
B 135 of 426 ~ 31.69'%

%38.5
%29.81
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 17.68%
  • 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
%17.68
%35.69

Codes

Color #A47F87 in popluar color models

A4 7F 87
RGB 164 127 135
HSL 347° 16.89% 57.06%
HSB/HSV 347° 22.56% 64.31%
CMYK 0.00% 22.56% 17.68%
35.69%

Color #A47F87 in popluar number systems.

HEX A4 7F 87
Decimal 164 127 135
Binary 10100100 1111111 10000111
Octal 244 177 207

Shades and tints

Shades of #A47F87

#A47F87
(164,127,135)
#96747B
(150,116,123)
#88696F
(136,105,111)
#7A5E63
(122,94,99)
#6C5357
(108,83,87)
#5E484B
(94,72,75)
#503D3F
(80,61,63)
#423233
(66,50,51)
#342727
(52,39,39)
#261C1B
(38,28,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A47F87

#A47F87
(164,127,135)
#AC8A91
(172,138,145)
#B4959B
(180,149,155)
#BCA0A5
(188,160,165)
#C4ABAF
(196,171,175)
#CCB6B9
(204,182,185)
#D4C1C3
(212,193,195)
#DCCCCD
(220,204,205)
#E4D7D7
(228,215,215)
#ECE2E1
(236,226,225)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47F87; }

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

This text font color is #A47F87.

Background Color

.myBgColor { background-color: #A47F87; }

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

This div background color is #A47F87.

Border color

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

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

This div border color is #A47F87.

Opacity

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

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

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

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

This text has shadow with #A47F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47F87.

Preview

Color preview on black background

This text has color #A47F87 on black background.


Color preview on white background

This text has color #A47F87 on white background.


Black color preview on #A47F87 background

This text has black color on #A47F87 background.


White color preview on #A47F87 background

This text has white color on #A47F87 background.


Related colors

Complementary color

Complementary color for #hex is #5B8078.


I love getcolorcode.com

Triadic colors

1 #87A47F and #7F87A4 with #A47F87 are triadic colors.

2 #877FA4 and #7FA487 with #A47F87 are triadic colors.