HEX: #AD6573
RGB: (173,101,115)
#AD6573 contains mainly red and blue colors. Web safe color of #AD6573 is #996666 (or #966).
#AD6573 color RGB value is (173,101,115).
RGB: (173,101,115)
(68%, 40%, 45%)
R 173 of 255 = 68%
G 101 of 255 = 40%
B 115 of 255 = 45%
R + G + B ~ 51%. #AD6573 is middle color (not dark and not light).
R + G + B = 173 + 101 + 115 = 389 (100%)
R 173 of 389 ~ 44.47%
G 101 of 389 ~ 25.96%
B 115 of 389 ~ 29.56'%
#AD6573 color CMYK value is (0,42,34,32).
CMYK: (0,42,34,32)
C0M42Y34K32 (0%, 42%, 34%, 32%)
(0.00 / 0.42 / 0.34 / 0.32)
Color #AD6573 in popluar color models
AD | 65 | 73 | |
---|---|---|---|
RGB | 173 | 101 | 115 |
HSL | 348° | 30.51% | 53.73% |
HSB/HSV | 348° | 41.62% | 67.84% |
CMYK | 0.00% | 41.62% | 33.53% |
32.16% |
Color #AD6573 in popluar number systems.
HEX | AD | 65 | 73 |
Decimal | 173 | 101 | 115 |
Binary | 10101101 | 1100101 | 1110011 |
Octal | 255 | 145 | 163 |
Shades of #AD6573
Tints of #AD6573
Examples of css and html codes for elements with #AD6573 color. Also use rgb(173,101,115) instead hex code.
.myTextColor { color: #AD6573; }
<p style="color:#AD6573">This sample text font color is #AD6573.</p>
This text font color is #AD6573.
.myBgColor { background-color: #AD6573; }
<div style="background-color:#AD6573">Inner text</div>
This div background color is #AD6573.
.myBorderColor { border: 1px solid #AD6573; }
<div style="border:3px solid #AD6573">Div</div>
This div border color is #AD6573.
.myOpacity80 { color: #AD6573; opacity: 0.8; }
<p style="color:#AD6573;opacity:0.8;">80%</p>
Text with #AD6573 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6573;}
<p style="text-shadow: 3px 3px 1px #AD6573">Text here.</p>
This text has shadow with #AD6573 color.
.textShadow {text-shadow: 3px 3px 1px #AD6573', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6573, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6573 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6573, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6573, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6573 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6573;
-webkit-box-shadow: 1px 1px 3px 2px #AD6573;
box-shadow: 1px 1px 3px 2px #AD6573;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6573; -webkit-box-shadow: 1px 1px 3px 2px #AD6573; box-shadow:1px 1px 3px 2px #AD6573;">
Div content here
</div>
This text has color #AD6573 on black background.
This text has color #AD6573 on white background.
This text has black color on #AD6573 background.
This text has white color on #AD6573 background.
Complementary color for #hex is #529A8C.