COLOR #A95B8E

HEX: #A95B8E
RGB: (169,91,142)

Color info

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

RGB color model

#A95B8E color RGB value is (169,91,142).

  • red value is 169;
  • green value is 91;
  • blue value is 142.
RGB:
(169,91,142)
(66%,36%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 142 of 255 = 56%

169
91
142

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

Portions of RGB colors in percentages

R + G + B =
169 + 91 + 142 = 402 (100%)
R 169 of 402 ~ 42.04%
G 91 of 402 ~ 22.64%
B 142 of 402 ~ 35.32%

%42.04
%22.64
%35.32

CMYK color model

#A95B8E color CMYK value is (0,46,16,34).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(0,46,16,34)
C0M46Y16K34 
(0%,46%,16%,34%)
(0.00/0.46/0.16/0.34)	

CMYK percentages

%0
%46.15
%15.98
%33.73

Codes

Color #A95B8E in popluar color models

A95B8E
RGB16991142
HSL321°31.20%50.98%
HSB/HSV321°46.15%66.27%
CMYK0.00%46.15%15.98%
33.73%

Color #A95B8E in popluar number systems.

HEXA95B8E
Decimal16991142
Binary10101001101101110001110
Octal251133216

Shades and tints

Shades of #A95B8E

#A95B8E
(169,91,142)
#9A5382
(154,83,130)
#8B4B76
(139,75,118)
#7C436A
(124,67,106)
#6D3B5E
(109,59,94)
#5E3352
(94,51,82)
#4F2B46
(79,43,70)
#40233A
(64,35,58)
#311B2E
(49,27,46)
#221322
(34,19,34)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #A95B8E

#A95B8E
(169,91,142)
#B06998
(176,105,152)
#B777A2
(183,119,162)
#BE85AC
(190,133,172)
#C593B6
(197,147,182)
#CCA1C0
(204,161,192)
#D3AFCA
(211,175,202)
#DABDD4
(218,189,212)
#E1CBDE
(225,203,222)
#E8D9E8
(232,217,232)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95B8E color. Also use rgb(169,91,142) instead hex code.

Text Font Color

.myTextColor { color: #A95B8E; }

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

This text font color is #A95B8E.


Background Color

.myBgColor { background-color: #A95B8E; }

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

This div background color is #A95B8E.


Border color

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

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

This div border color is #A95B8E.


Opacity

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

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

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

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

This text has shadow with #A95B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95B8E on black background.


Color preview on white background

This text has color #A95B8E on white background.



Black color preview on #A95B8E background

This text has black color on #A95B8E background.


White color preview on #A95B8E background

This text has white color on #A95B8E background.