COLOR #A17F87

HEX: #A17F87 RGB: (161,127,135)

Color info

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

RGB color model

#A17F87 color RGB value is (161,127,135).

RGB: (161,127,135) (63%, 50%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 135 of 255 = 53%

161
127
135

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

Portions of RGB colors in percentages

R + G + B = 161 + 127 + 135 = 423 (100%)
R 161 of 423 ~ 38.06%
G 127 of 423 ~ 30.02%
B 135 of 423 ~ 31.91'%

%38.06
%30.02
%31.91

CMYK color model

#A17F87 color CMYK value is (0,21,16,37).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK: (0,21,16,37) C0M21Y16K37 (0%,21%,16%,37%) (0.00/0.21/0.16/0.37) 

CMYK percentages

%0
%21.12
%16.15
%36.86

Codes

Color #A17F87 in popluar color models

A1 7F 87
RGB 161 127 135
HSL 346° 15.32% 56.47%
HSB/HSV 346° 21.12% 63.14%
CMYK 0.00% 21.12% 16.15%
36.86%

Color #A17F87 in popluar number systems.

HEX A1 7F 87
Decimal 161 127 135
Binary 10100001 1111111 10000111
Octal 241 177 207

Shades and tints

Shades of #A17F87

#A17F87
(161,127,135)
#93747B
(147,116,123)
#85696F
(133,105,111)
#775E63
(119,94,99)
#695357
(105,83,87)
#5B484B
(91,72,75)
#4D3D3F
(77,61,63)
#3F3233
(63,50,51)
#312727
(49,39,39)
#231C1B
(35,28,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A17F87

#A17F87
(161,127,135)
#A98A91
(169,138,145)
#B1959B
(177,149,155)
#B9A0A5
(185,160,165)
#C1ABAF
(193,171,175)
#C9B6B9
(201,182,185)
#D1C1C3
(209,193,195)
#D9CCCD
(217,204,205)
#E1D7D7
(225,215,215)
#E9E2E1
(233,226,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17F87; }

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

This text font color is #A17F87.

Background Color

.myBgColor { background-color: #A17F87; }

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

This div background color is #A17F87.

Border color

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

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

This div border color is #A17F87.

Opacity

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

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

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

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

This text has shadow with #A17F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17F87.

Preview

Color preview on black background

This text has color #A17F87 on black background.


Color preview on white background

This text has color #A17F87 on white background.


Black color preview on #A17F87 background

This text has black color on #A17F87 background.


White color preview on #A17F87 background

This text has white color on #A17F87 background.


Related colors

Complementary color

Complementary color for #hex is #5E8078.


I love getcolorcode.com

Triadic colors

1 #87A17F and #7F87A1 with #A17F87 are triadic colors.

2 #877FA1 and #7FA187 with #A17F87 are triadic colors.