COLOR #A5889F

HEX: #A5889F
RGB: (165,136,159)

Color info

#A5889F contains red, green and blue colors in about the same proportion. Web safe color of #A5889F is #999999 (or #999).

RGB color model

#A5889F color RGB value is (165,136,159).

  • red value is 165;
  • green value is 136;
  • blue value is 159.
RGB:
(165,136,159)
(65%,53%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 159 of 255 = 62%

165
136
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 159 = 460 (100%)
R 165 of 460 ~ 35.87%
G 136 of 460 ~ 29.57%
B 159 of 460 ~ 34.57%

%35.87
%29.57
%34.57

CMYK color model

#A5889F color CMYK value is (0,18,4,35).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,18,4,35)
C0M18Y4K35 
(0%,18%,4%,35%)
(0.00/0.18/0.04/0.35)	

CMYK percentages

%0
%17.58
%3.64
%35.29

Codes

Color #A5889F in popluar color models

A5889F
RGB165136159
HSL312°13.88%59.02%
HSB/HSV312°17.58%64.71%
CMYK0.00%17.58%3.64%
35.29%

Color #A5889F in popluar number systems.

HEXA5889F
Decimal165136159
Binary101001011000100010011111
Octal245210237

Shades and tints

Shades of #A5889F

#A5889F
(165,136,159)
#967C91
(150,124,145)
#877083
(135,112,131)
#786475
(120,100,117)
#695867
(105,88,103)
#5A4C59
(90,76,89)
#4B404B
(75,64,75)
#3C343D
(60,52,61)
#2D282F
(45,40,47)
#1E1C21
(30,28,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A5889F

#A5889F
(165,136,159)
#AD92A7
(173,146,167)
#B59CAF
(181,156,175)
#BDA6B7
(189,166,183)
#C5B0BF
(197,176,191)
#CDBAC7
(205,186,199)
#D5C4CF
(213,196,207)
#DDCED7
(221,206,215)
#E5D8DF
(229,216,223)
#EDE2E7
(237,226,231)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5889F color. Also use rgb(165,136,159) instead hex code.

Text Font Color

.myTextColor { color: #A5889F; }

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

This text font color is #A5889F.


Background Color

.myBgColor { background-color: #A5889F; }

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

This div background color is #A5889F.


Border color

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

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

This div border color is #A5889F.


Opacity

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

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

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

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

This text has shadow with #A5889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5889F on black background.


Color preview on white background

This text has color #A5889F on white background.



Black color preview on #A5889F background

This text has black color on #A5889F background.


White color preview on #A5889F background

This text has white color on #A5889F background.