COLOR #A95D87

HEX: #A95D87
RGB: (169,93,135)

Color info

#A95D87 contains mainly red and blue colors. Web safe color of #A95D87 is #996699 (or #969).

RGB color model

#A95D87 color RGB value is (169,93,135).

  • red value is 169;
  • green value is 93;
  • blue value is 135.
RGB:
(169,93,135)
(66%,36%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 135 of 255 = 53%

169
93
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 93 + 135 = 397 (100%)
R 169 of 397 ~ 42.57%
G 93 of 397 ~ 23.43%
B 135 of 397 ~ 34.01%

%42.57
%23.43
%34.01

CMYK color model

#A95D87 color CMYK value is (0,45,20,34).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,45,20,34)
C0M45Y20K34 
(0%,45%,20%,34%)
(0.00/0.45/0.20/0.34)	

CMYK percentages

%0
%44.97
%20.12
%33.73

Codes

Color #A95D87 in popluar color models

A95D87
RGB16993135
HSL327°30.65%51.37%
HSB/HSV327°44.97%66.27%
CMYK0.00%44.97%20.12%
33.73%

Color #A95D87 in popluar number systems.

HEXA95D87
Decimal16993135
Binary10101001101110110000111
Octal251135207

Shades and tints

Shades of #A95D87

#A95D87
(169,93,135)
#9A557B
(154,85,123)
#8B4D6F
(139,77,111)
#7C4563
(124,69,99)
#6D3D57
(109,61,87)
#5E354B
(94,53,75)
#4F2D3F
(79,45,63)
#402533
(64,37,51)
#311D27
(49,29,39)
#22151B
(34,21,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A95D87

#A95D87
(169,93,135)
#B06B91
(176,107,145)
#B7799B
(183,121,155)
#BE87A5
(190,135,165)
#C595AF
(197,149,175)
#CCA3B9
(204,163,185)
#D3B1C3
(211,177,195)
#DABFCD
(218,191,205)
#E1CDD7
(225,205,215)
#E8DBE1
(232,219,225)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95D87 color. Also use rgb(169,93,135) instead hex code.

Text Font Color

.myTextColor { color: #A95D87; }

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

This text font color is #A95D87.


Background Color

.myBgColor { background-color: #A95D87; }

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

This div background color is #A95D87.


Border color

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

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

This div border color is #A95D87.


Opacity

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

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

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

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

This text has shadow with #A95D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95D87 on black background.


Color preview on white background

This text has color #A95D87 on white background.



Black color preview on #A95D87 background

This text has black color on #A95D87 background.


White color preview on #A95D87 background

This text has white color on #A95D87 background.