COLOR #A17087

HEX: #A17087
RGB: (161,112,135)

Color info

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

RGB color model

#A17087 color RGB value is (161,112,135).

  • red value is 161;
  • green value is 112;
  • blue value is 135.
RGB:
(161,112,135)
(63%,44%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 112 of 255 = 44%
B 135 of 255 = 53%

161
112
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 112 + 135 = 408 (100%)
R 161 of 408 ~ 39.46%
G 112 of 408 ~ 27.45%
B 135 of 408 ~ 33.09%

%39.46
%27.45
%33.09

CMYK color model

#A17087 color CMYK value is (0,30,16,37).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(0,30,16,37)
C0M30Y16K37 
(0%,30%,16%,37%)
(0.00/0.30/0.16/0.37)	

CMYK percentages

%0
%30.43
%16.15
%36.86

Codes

Color #A17087 in popluar color models

A17087
RGB161112135
HSL332°20.68%53.53%
HSB/HSV332°30.43%63.14%
CMYK0.00%30.43%16.15%
36.86%

Color #A17087 in popluar number systems.

HEXA17087
Decimal161112135
Binary10100001111000010000111
Octal241160207

Shades and tints

Shades of #A17087

#A17087
(161,112,135)
#93667B
(147,102,123)
#855C6F
(133,92,111)
#775263
(119,82,99)
#694857
(105,72,87)
#5B3E4B
(91,62,75)
#4D343F
(77,52,63)
#3F2A33
(63,42,51)
#312027
(49,32,39)
#23161B
(35,22,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #A17087

#A17087
(161,112,135)
#A97D91
(169,125,145)
#B18A9B
(177,138,155)
#B997A5
(185,151,165)
#C1A4AF
(193,164,175)
#C9B1B9
(201,177,185)
#D1BEC3
(209,190,195)
#D9CBCD
(217,203,205)
#E1D8D7
(225,216,215)
#E9E5E1
(233,229,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17087; }

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

This text font color is #A17087.


Background Color

.myBgColor { background-color: #A17087; }

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

This div background color is #A17087.


Border color

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

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

This div border color is #A17087.


Opacity

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

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

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

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

This text has shadow with #A17087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17087 on black background.


Color preview on white background

This text has color #A17087 on white background.



Black color preview on #A17087 background

This text has black color on #A17087 background.


White color preview on #A17087 background

This text has white color on #A17087 background.