HEX: #A5889D
RGB: (165,136,157)
#A5889D contains red, green and blue colors in about the same proportion. Web safe color of #A5889D is #999999 (or #999).
#A5889D color RGB value is (165,136,157).
RGB: (165,136,157)
(65%, 53%, 62%)
R 165 of 255 = 65%
G 136 of 255 = 53%
B 157 of 255 = 62%
R + G + B ~ 60%. #A5889D is middle color (not dark and not light).
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'%
#A5889D color CMYK value is (0,18,5,35).
CMYK: (0,18,5,35) C0M18Y5K35 (0%,18%,5%,35%) (0.00/0.18/0.05/0.35)
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 of #A5889D
Tints of #A5889D
Examples of css and html codes for elements with #A5889D color. Also use rgb(165,136,157) instead hex code.
.myTextColor { color: #A5889D; }
<p style="color:#A5889D">This sample text font color is #A5889D.</p>
This text font color is #A5889D.
.myBgColor { background-color: #A5889D; }
<div style="background-color:#A5889D">Inner text</div>
This div background color is #A5889D.
.myBorderColor { border: 1px solid #A5889D; }
<div style="border:3px solid #A5889D">Div</div>
This div border color is #A5889D.
.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%.
.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.
/* 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 text has color #A5889D on black background.
This text has color #A5889D on white background.
This text has black color on #A5889D background.
This text has white color on #A5889D background.
Complementary color for #hex is #5A7762.