COLOR #A95771

HEX: #A95771
RGB: (169,87,113)

Color info

#A95771 contains mainly red and blue colors. Web safe color of #A95771 is #996666 (or #966).

RGB color model

#A95771 color RGB value is (169,87,113).

  • red value is 169;
  • green value is 87;
  • blue value is 113.
RGB:
(169,87,113)
(66%,34%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 87 of 255 = 34%
B 113 of 255 = 44%

169
87
113

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

Portions of RGB colors in percentages

R + G + B =
169 + 87 + 113 = 369 (100%)
R 169 of 369 ~ 45.8%
G 87 of 369 ~ 23.58%
B 113 of 369 ~ 30.62%

%45.8
%23.58
%30.62

CMYK color model

#A95771 color CMYK value is (0,49,33,34).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK:
(0,49,33,34)
C0M49Y33K34 
(0%,49%,33%,34%)
(0.00/0.49/0.33/0.34)	

CMYK percentages

%0
%48.52
%33.14
%33.73

Codes

Color #A95771 in popluar color models

A95771
RGB16987113
HSL341°32.28%50.20%
HSB/HSV341°48.52%66.27%
CMYK0.00%48.52%33.14%
33.73%

Color #A95771 in popluar number systems.

HEXA95771
Decimal16987113
Binary1010100110101111110001
Octal251127161

Shades and tints

Shades of #A95771

#A95771
(169,87,113)
#9A5067
(154,80,103)
#8B495D
(139,73,93)
#7C4253
(124,66,83)
#6D3B49
(109,59,73)
#5E343F
(94,52,63)
#4F2D35
(79,45,53)
#40262B
(64,38,43)
#311F21
(49,31,33)
#221817
(34,24,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #A95771

#A95771
(169,87,113)
#B0667D
(176,102,125)
#B77589
(183,117,137)
#BE8495
(190,132,149)
#C593A1
(197,147,161)
#CCA2AD
(204,162,173)
#D3B1B9
(211,177,185)
#DAC0C5
(218,192,197)
#E1CFD1
(225,207,209)
#E8DEDD
(232,222,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95771 color. Also use rgb(169,87,113) instead hex code.

Text Font Color

.myTextColor { color: #A95771; }

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

This text font color is #A95771.


Background Color

.myBgColor { background-color: #A95771; }

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

This div background color is #A95771.


Border color

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

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

This div border color is #A95771.


Opacity

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

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

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

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

This text has shadow with #A95771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95771 on black background.


Color preview on white background

This text has color #A95771 on white background.



Black color preview on #A95771 background

This text has black color on #A95771 background.


White color preview on #A95771 background

This text has white color on #A95771 background.