HEX: #AD859F
RGB: (173,133,159)
#AD859F contains red, green and blue colors in about the same proportion. Web safe color of #AD859F is #999999 (or #999).
#AD859F color RGB value is (173,133,159).
RGB: (173,133,159)
(68%, 52%, 62%)
R 173 of 255 = 68%
G 133 of 255 = 52%
B 159 of 255 = 62%
R + G + B ~ 61%. #AD859F is quite light color.
R + G + B = 173 + 133 + 159 = 465 (100%)
R 173 of 465 ~ 37.2%
G 133 of 465 ~ 28.6%
B 159 of 465 ~ 34.19'%
#AD859F color CMYK value is (0,23,8,32).
CMYK: (0,23,8,32) C0M23Y8K32 (0%,23%,8%,32%) (0.00/0.23/0.08/0.32)
Color #AD859F in popluar color models
AD | 85 | 9F | |
---|---|---|---|
RGB | 173 | 133 | 159 |
HSL | 321° | 19.61% | 60.00% |
HSB/HSV | 321° | 23.12% | 67.84% |
CMYK | 0.00% | 23.12% | 8.09% |
32.16% |
Color #AD859F in popluar number systems.
HEX | AD | 85 | 9F |
Decimal | 173 | 133 | 159 |
Binary | 10101101 | 10000101 | 10011111 |
Octal | 255 | 205 | 237 |
Shades of #AD859F
Tints of #AD859F
Examples of css and html codes for elements with #AD859F color. Also use rgb(173,133,159) instead hex code.
.myTextColor { color: #AD859F; }
<p style="color:#AD859F">This sample text font color is #AD859F.</p>
This text font color is #AD859F.
.myBgColor { background-color: #AD859F; }
<div style="background-color:#AD859F">Inner text</div>
This div background color is #AD859F.
.myBorderColor { border: 1px solid #AD859F; }
<div style="border:3px solid #AD859F">Div</div>
This div border color is #AD859F.
.myOpacity80 { color: #AD859F; opacity: 0.8; }
<p style="color:#AD859F;opacity:0.8;">80%</p>
Text with #AD859F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD859F;}
<p style="text-shadow: 3px 3px 1px #AD859F">Text here.</p>
This text has shadow with #AD859F color.
.textShadow {text-shadow: 3px 3px 1px #AD859F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD859F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD859F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD859F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD859F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD859F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD859F;
-webkit-box-shadow: 1px 1px 3px 2px #AD859F;
box-shadow: 1px 1px 3px 2px #AD859F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD859F; -webkit-box-shadow: 1px 1px 3px 2px #AD859F; box-shadow:1px 1px 3px 2px #AD859F;">
Div content here
</div>
This text has color #AD859F on black background.
This text has color #AD859F on white background.
This text has black color on #AD859F background.
This text has white color on #AD859F background.
Complementary color for #hex is #527A60.