HEX: #A5909D
RGB: (165,144,157)
#A5909D contains red, green and blue colors in about the same proportion. Web safe color of #A5909D is #999999 (or #999).
#A5909D color RGB value is (165,144,157).
RGB: (165,144,157)
(65%, 56%, 62%)
R 165 of 255 = 65%
G 144 of 255 = 56%
B 157 of 255 = 62%
R + G + B ~ 61%. #A5909D is quite light color.
R + G + B = 165 + 144 + 157 = 466 (100%)
R 165 of 466 ~ 35.41%
G 144 of 466 ~ 30.9%
B 157 of 466 ~ 33.69'%
#A5909D color CMYK value is (0,13,5,35).
CMYK: (0,13,5,35)
C0M13Y5K35 (0%, 13%, 5%, 35%)
(0.00 / 0.13 / 0.05 / 0.35)
Color #A5909D in popluar color models
A5 | 90 | 9D | |
---|---|---|---|
RGB | 165 | 144 | 157 |
HSL | 323° | 10.45% | 60.59% |
HSB/HSV | 323° | 12.73% | 64.71% |
CMYK | 0.00% | 12.73% | 4.85% |
35.29% |
Color #A5909D in popluar number systems.
HEX | A5 | 90 | 9D |
Decimal | 165 | 144 | 157 |
Binary | 10100101 | 10010000 | 10011101 |
Octal | 245 | 220 | 235 |
Shades of #A5909D
Tints of #A5909D
Examples of css and html codes for elements with #A5909D color. Also use rgb(165,144,157) instead hex code.
.myTextColor { color: #A5909D; }
<p style="color:#A5909D">This sample text font color is #A5909D.</p>
This text font color is #A5909D.
.myBgColor { background-color: #A5909D; }
<div style="background-color:#A5909D">Inner text</div>
This div background color is #A5909D.
.myBorderColor { border: 1px solid #A5909D; }
<div style="border:3px solid #A5909D">Div</div>
This div border color is #A5909D.
.myOpacity80 { color: #A5909D; opacity: 0.8; }
<p style="color:#A5909D;opacity:0.8;">80%</p>
Text with #A5909D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5909D;}
<p style="text-shadow: 3px 3px 1px #A5909D">Text here.</p>
This text has shadow with #A5909D color.
.textShadow {text-shadow: 3px 3px 1px #A5909D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5909D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5909D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5909D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5909D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5909D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5909D;
-webkit-box-shadow: 1px 1px 3px 2px #A5909D;
box-shadow: 1px 1px 3px 2px #A5909D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5909D; -webkit-box-shadow: 1px 1px 3px 2px #A5909D; box-shadow:1px 1px 3px 2px #A5909D;">
Div content here
</div>
This text has color #A5909D on black background.
This text has color #A5909D on white background.
This text has black color on #A5909D background.
This text has white color on #A5909D background.
Complementary color for #hex is #5A6F62.