HEX: #A58DAB
RGB: (165,141,171)
#A58DAB contains red, green and blue colors in about the same proportion. Web safe color of #A58DAB is #999999 (or #999).
#A58DAB color RGB value is (165,141,171).
RGB: (165,141,171)
(65%, 55%, 67%)
R 165 of 255 = 65%
G 141 of 255 = 55%
B 171 of 255 = 67%
R + G + B ~ 62%. #A58DAB is quite light color.
R + G + B = 165 + 141 + 171 = 477 (100%)
R 165 of 477 ~ 34.59%
G 141 of 477 ~ 29.56%
B 171 of 477 ~ 35.85'%
#A58DAB color CMYK value is (4,18,0,33).
CMYK: (4,18,0,33)
C4M18Y0K33 (4%, 18%, 0%, 33%)
(0.04 / 0.18 / 0.00 / 0.33)
Color #A58DAB in popluar color models
A5 | 8D | AB | |
---|---|---|---|
RGB | 165 | 141 | 171 |
HSL | 288° | 15.15% | 61.18% |
HSB/HSV | 288° | 17.54% | 67.06% |
CMYK | 3.51% | 17.54% | 0.00% |
32.94% |
Color #A58DAB in popluar number systems.
HEX | A5 | 8D | AB |
Decimal | 165 | 141 | 171 |
Binary | 10100101 | 10001101 | 10101011 |
Octal | 245 | 215 | 253 |
Shades of #A58DAB
Tints of #A58DAB
Examples of css and html codes for elements with #A58DAB color. Also use rgb(165,141,171) instead hex code.
.myTextColor { color: #A58DAB; }
<p style="color:#A58DAB">This sample text font color is #A58DAB.</p>
This text font color is #A58DAB.
.myBgColor { background-color: #A58DAB; }
<div style="background-color:#A58DAB">Inner text</div>
This div background color is #A58DAB.
.myBorderColor { border: 1px solid #A58DAB; }
<div style="border:3px solid #A58DAB">Div</div>
This div border color is #A58DAB.
.myOpacity80 { color: #A58DAB; opacity: 0.8; }
<p style="color:#A58DAB;opacity:0.8;">80%</p>
Text with #A58DAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58DAB;}
<p style="text-shadow: 3px 3px 1px #A58DAB">Text here.</p>
This text has shadow with #A58DAB color.
.textShadow {text-shadow: 3px 3px 1px #A58DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58DAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58DAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58DAB;
-webkit-box-shadow: 1px 1px 3px 2px #A58DAB;
box-shadow: 1px 1px 3px 2px #A58DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58DAB; -webkit-box-shadow: 1px 1px 3px 2px #A58DAB; box-shadow:1px 1px 3px 2px #A58DAB;">
Div content here
</div>
This text has color #A58DAB on black background.
This text has color #A58DAB on white background.
This text has black color on #A58DAB background.
This text has white color on #A58DAB background.
Complementary color for #hex is #5A7254.