HEX: #AD958F
RGB: (173,149,143)
#AD958F contains red, green and blue colors in about the same proportion. Web safe color of #AD958F is #999999 (or #999).
#AD958F color RGB value is (173,149,143).
RGB: (173,149,143)
(68%, 58%, 56%)
R 173 of 255 = 68%
G 149 of 255 = 58%
B 143 of 255 = 56%
R + G + B ~ 61%. #AD958F is quite light color.
R + G + B = 173 + 149 + 143 = 465 (100%)
R 173 of 465 ~ 37.2%
G 149 of 465 ~ 32.04%
B 143 of 465 ~ 30.75'%
#AD958F color CMYK value is (0,14,17,32).
CMYK: (0,14,17,32) C0M14Y17K32 (0%,14%,17%,32%) (0.00/0.14/0.17/0.32)
Color #AD958F in popluar color models
AD | 95 | 8F | |
---|---|---|---|
RGB | 173 | 149 | 143 |
HSL | 12° | 15.46% | 61.96% |
HSB/HSV | 12° | 17.34% | 67.84% |
CMYK | 0.00% | 13.87% | 17.34% |
32.16% |
Color #AD958F in popluar number systems.
HEX | AD | 95 | 8F |
Decimal | 173 | 149 | 143 |
Binary | 10101101 | 10010101 | 10001111 |
Octal | 255 | 225 | 217 |
Shades of #AD958F
Tints of #AD958F
Examples of css and html codes for elements with #AD958F color. Also use rgb(173,149,143) instead hex code.
.myTextColor { color: #AD958F; }
<p style="color:#AD958F">This sample text font color is #AD958F.</p>
This text font color is #AD958F.
.myBgColor { background-color: #AD958F; }
<div style="background-color:#AD958F">Inner text</div>
This div background color is #AD958F.
.myBorderColor { border: 1px solid #AD958F; }
<div style="border:3px solid #AD958F">Div</div>
This div border color is #AD958F.
.myOpacity80 { color: #AD958F; opacity: 0.8; }
<p style="color:#AD958F;opacity:0.8;">80%</p>
Text with #AD958F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD958F;}
<p style="text-shadow: 3px 3px 1px #AD958F">Text here.</p>
This text has shadow with #AD958F color.
.textShadow {text-shadow: 3px 3px 1px #AD958F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD958F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD958F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD958F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD958F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD958F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD958F;
-webkit-box-shadow: 1px 1px 3px 2px #AD958F;
box-shadow: 1px 1px 3px 2px #AD958F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD958F; -webkit-box-shadow: 1px 1px 3px 2px #AD958F; box-shadow:1px 1px 3px 2px #AD958F;">
Div content here
</div>
This text has color #AD958F on black background.
This text has color #AD958F on white background.
This text has black color on #AD958F background.
This text has white color on #AD958F background.
Complementary color for #hex is #526A70.