COLOR #A95B89

HEX: #A95B89 RGB: (169,91,137)

Color info

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

RGB color model

#A95B89 color RGB value is (169,91,137).

RGB: (169,91,137) (66%, 36%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 137 of 255 = 54%

169
91
137

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

Portions of RGB colors in percentages

R + G + B = 169 + 91 + 137 = 397 (100%)
R 169 of 397 ~ 42.57%
G 91 of 397 ~ 22.92%
B 137 of 397 ~ 34.51'%

%42.57
%22.92
%34.51

CMYK color model

#A95B89 color CMYK value is (0,46,19,34).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 18.93%
  • key color value is 33.73%

CMYK: (0,46,19,34)
C0M46Y19K34 (0%, 46%, 19%, 34%)
(0.00 / 0.46 / 0.19 / 0.34)

CMYK percentages

%0
%46.15
%18.93
%33.73

Codes

Color #A95B89 in popluar color models

A9 5B 89
RGB 169 91 137
HSL 325° 31.20% 50.98%
HSB/HSV 325° 46.15% 66.27%
CMYK 0.00% 46.15% 18.93%
33.73%

Color #A95B89 in popluar number systems.

HEX A9 5B 89
Decimal 169 91 137
Binary 10101001 1011011 10001001
Octal 251 133 211

Shades and tints

Shades of #A95B89

#A95B89
(169,91,137)
#9A537D
(154,83,125)
#8B4B71
(139,75,113)
#7C4365
(124,67,101)
#6D3B59
(109,59,89)
#5E334D
(94,51,77)
#4F2B41
(79,43,65)
#402335
(64,35,53)
#311B29
(49,27,41)
#22131D
(34,19,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #A95B89

#A95B89
(169,91,137)
#B06993
(176,105,147)
#B7779D
(183,119,157)
#BE85A7
(190,133,167)
#C593B1
(197,147,177)
#CCA1BB
(204,161,187)
#D3AFC5
(211,175,197)
#DABDCF
(218,189,207)
#E1CBD9
(225,203,217)
#E8D9E3
(232,217,227)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95B89; }

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

This text font color is #A95B89.

Background Color

.myBgColor { background-color: #A95B89; }

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

This div background color is #A95B89.

Border color

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

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

This div border color is #A95B89.

Opacity

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

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

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

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

This text has shadow with #A95B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95B89.

Preview

Color preview on black background

This text has color #A95B89 on black background.


Color preview on white background

This text has color #A95B89 on white background.


Black color preview on #A95B89 background

This text has black color on #A95B89 background.


White color preview on #A95B89 background

This text has white color on #A95B89 background.


Related colors

Complementary color

Complementary color for #hex is #56A476.


I love getcolorcode.com

Triadic colors

1 #89A95B and #5B89A9 with #A95B89 are triadic colors.

2 #895BA9 and #5BA989 with #A95B89 are triadic colors.