COLOR #A5889D

HEX: #A5889D RGB: (165,136,157)

Color info

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

RGB color model

#A5889D color RGB value is (165,136,157).

RGB: (165,136,157) (65%, 53%, 62%)

RGB channels and saturation

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

165
136
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 136 + 157 = 458 (100%)
R 165 of 458 ~ 36.03%
G 136 of 458 ~ 29.69%
B 157 of 458 ~ 34.28'%

%36.03
%29.69
%34.28

CMYK color model

#A5889D color CMYK value is (0,18,5,35).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK: (0,18,5,35) C0M18Y5K35 (0%,18%,5%,35%) (0.00/0.18/0.05/0.35) 

CMYK percentages

%0
%17.58
%4.85
%35.29

Codes

Color #A5889D in popluar color models

A5 88 9D
RGB 165 136 157
HSL 317° 13.88% 59.02%
HSB/HSV 317° 17.58% 64.71%
CMYK 0.00% 17.58% 4.85%
35.29%

Color #A5889D in popluar number systems.

HEX A5 88 9D
Decimal 165 136 157
Binary 10100101 10001000 10011101
Octal 245 210 235

Shades and tints

Shades of #A5889D

#A5889D
(165,136,157)
#967C8F
(150,124,143)
#877081
(135,112,129)
#786473
(120,100,115)
#695865
(105,88,101)
#5A4C57
(90,76,87)
#4B4049
(75,64,73)
#3C343B
(60,52,59)
#2D282D
(45,40,45)
#1E1C1F
(30,28,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A5889D

#A5889D
(165,136,157)
#AD92A5
(173,146,165)
#B59CAD
(181,156,173)
#BDA6B5
(189,166,181)
#C5B0BD
(197,176,189)
#CDBAC5
(205,186,197)
#D5C4CD
(213,196,205)
#DDCED5
(221,206,213)
#E5D8DD
(229,216,221)
#EDE2E5
(237,226,229)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5889D; }

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

This text font color is #A5889D.

Background Color

.myBgColor { background-color: #A5889D; }

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

This div background color is #A5889D.

Border color

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

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

This div border color is #A5889D.

Opacity

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

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

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

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

This text has shadow with #A5889D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5889D.

Preview

Color preview on black background

This text has color #A5889D on black background.


Color preview on white background

This text has color #A5889D on white background.


Black color preview on #A5889D background

This text has black color on #A5889D background.


White color preview on #A5889D background

This text has white color on #A5889D background.


Related colors

Complementary color

Complementary color for #hex is #5A7762.


I love getcolorcode.com

Triadic colors

1 #9DA588 and #889DA5 with #A5889D are triadic colors.

2 #9D88A5 and #88A59D with #A5889D are triadic colors.