HEX: #AD93AC
RGB: (173,147,172)
#AD93AC contains red, green and blue colors in about the same proportion. Web safe color of #AD93AC is #999999 (or #999).
#AD93AC color RGB value is (173,147,172).
RGB: (173,147,172)
(68%, 58%, 67%)
R 173 of 255 = 68%
G 147 of 255 = 58%
B 172 of 255 = 67%
R + G + B ~ 64%. #AD93AC is quite light color.
R + G + B = 173 + 147 + 172 = 492 (100%)
R 173 of 492 ~ 35.16%
G 147 of 492 ~ 29.88%
B 172 of 492 ~ 34.96'%
#AD93AC color CMYK value is (0,15,1,32).
CMYK: (0,15,1,32)
C0M15Y1K32 (0%, 15%, 1%, 32%)
(0.00 / 0.15 / 0.01 / 0.32)
Color #AD93AC in popluar color models
AD | 93 | AC | |
---|---|---|---|
RGB | 173 | 147 | 172 |
HSL | 302° | 13.68% | 62.75% |
HSB/HSV | 302° | 15.03% | 67.84% |
CMYK | 0.00% | 15.03% | 0.58% |
32.16% |
Color #AD93AC in popluar number systems.
HEX | AD | 93 | AC |
Decimal | 173 | 147 | 172 |
Binary | 10101101 | 10010011 | 10101100 |
Octal | 255 | 223 | 254 |
Shades of #AD93AC
Tints of #AD93AC
Examples of css and html codes for elements with #AD93AC color. Also use rgb(173,147,172) instead hex code.
.myTextColor { color: #AD93AC; }
<p style="color:#AD93AC">This sample text font color is #AD93AC.</p>
This text font color is #AD93AC.
.myBgColor { background-color: #AD93AC; }
<div style="background-color:#AD93AC">Inner text</div>
This div background color is #AD93AC.
.myBorderColor { border: 1px solid #AD93AC; }
<div style="border:3px solid #AD93AC">Div</div>
This div border color is #AD93AC.
.myOpacity80 { color: #AD93AC; opacity: 0.8; }
<p style="color:#AD93AC;opacity:0.8;">80%</p>
Text with #AD93AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD93AC;}
<p style="text-shadow: 3px 3px 1px #AD93AC">Text here.</p>
This text has shadow with #AD93AC color.
.textShadow {text-shadow: 3px 3px 1px #AD93AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD93AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD93AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD93AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD93AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD93AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD93AC;
-webkit-box-shadow: 1px 1px 3px 2px #AD93AC;
box-shadow: 1px 1px 3px 2px #AD93AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD93AC; -webkit-box-shadow: 1px 1px 3px 2px #AD93AC; box-shadow:1px 1px 3px 2px #AD93AC;">
Div content here
</div>
This text has color #AD93AC on black background.
This text has color #AD93AC on white background.
This text has black color on #AD93AC background.
This text has white color on #AD93AC background.
Complementary color for #hex is #526C53.