COLOR #A47587

HEX: #A47587
RGB: (164,117,135)

Color info

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

RGB color model

#A47587 color RGB value is (164,117,135).

  • red value is 164;
  • green value is 117;
  • blue value is 135.
RGB:
(164,117,135)
(64%,46%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 135 of 255 = 53%

164
117
135

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

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 135 = 416 (100%)
R 164 of 416 ~ 39.42%
G 117 of 416 ~ 28.13%
B 135 of 416 ~ 32.45%

%39.42
%28.13
%32.45

CMYK color model

#A47587 color CMYK value is (0,29,18,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK:
(0,29,18,36)
C0M29Y18K36 
(0%,29%,18%,36%)
(0.00/0.29/0.18/0.36)	

CMYK percentages

%0
%28.66
%17.68
%35.69

Codes

Color #A47587 in popluar color models

A47587
RGB164117135
HSL337°20.52%55.10%
HSB/HSV337°28.66%64.31%
CMYK0.00%28.66%17.68%
35.69%

Color #A47587 in popluar number systems.

HEXA47587
Decimal164117135
Binary10100100111010110000111
Octal244165207

Shades and tints

Shades of #A47587

#A47587
(164,117,135)
#966B7B
(150,107,123)
#88616F
(136,97,111)
#7A5763
(122,87,99)
#6C4D57
(108,77,87)
#5E434B
(94,67,75)
#50393F
(80,57,63)
#422F33
(66,47,51)
#342527
(52,37,39)
#261B1B
(38,27,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A47587

#A47587
(164,117,135)
#AC8191
(172,129,145)
#B48D9B
(180,141,155)
#BC99A5
(188,153,165)
#C4A5AF
(196,165,175)
#CCB1B9
(204,177,185)
#D4BDC3
(212,189,195)
#DCC9CD
(220,201,205)
#E4D5D7
(228,213,215)
#ECE1E1
(236,225,225)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47587; }

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

This text font color is #A47587.


Background Color

.myBgColor { background-color: #A47587; }

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

This div background color is #A47587.


Border color

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

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

This div border color is #A47587.


Opacity

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

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

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

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

This text has shadow with #A47587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47587 on black background.


Color preview on white background

This text has color #A47587 on white background.



Black color preview on #A47587 background

This text has black color on #A47587 background.


White color preview on #A47587 background

This text has white color on #A47587 background.