HEX: #AD6C85
RGB: (173,108,133)
#AD6C85 contains mainly red and blue colors. Web safe color of #AD6C85 is #996699 (or #969).
#AD6C85 color RGB value is (173,108,133).
RGB: (173,108,133)
(68%, 42%, 52%)
R 173 of 255 = 68%
G 108 of 255 = 42%
B 133 of 255 = 52%
R + G + B ~ 54%. #AD6C85 is middle color (not dark and not light).
R + G + B = 173 + 108 + 133 = 414 (100%)
R 173 of 414 ~ 41.79%
G 108 of 414 ~ 26.09%
B 133 of 414 ~ 32.13'%
#AD6C85 color CMYK value is (0,38,23,32).
CMYK: (0,38,23,32)
C0M38Y23K32 (0%, 38%, 23%, 32%)
(0.00 / 0.38 / 0.23 / 0.32)
Color #AD6C85 in popluar color models
AD | 6C | 85 | |
---|---|---|---|
RGB | 173 | 108 | 133 |
HSL | 337° | 28.38% | 55.10% |
HSB/HSV | 337° | 37.57% | 67.84% |
CMYK | 0.00% | 37.57% | 23.12% |
32.16% |
Color #AD6C85 in popluar number systems.
HEX | AD | 6C | 85 |
Decimal | 173 | 108 | 133 |
Binary | 10101101 | 1101100 | 10000101 |
Octal | 255 | 154 | 205 |
Shades of #AD6C85
Tints of #AD6C85
Examples of css and html codes for elements with #AD6C85 color. Also use rgb(173,108,133) instead hex code.
.myTextColor { color: #AD6C85; }
<p style="color:#AD6C85">This sample text font color is #AD6C85.</p>
This text font color is #AD6C85.
.myBgColor { background-color: #AD6C85; }
<div style="background-color:#AD6C85">Inner text</div>
This div background color is #AD6C85.
.myBorderColor { border: 1px solid #AD6C85; }
<div style="border:3px solid #AD6C85">Div</div>
This div border color is #AD6C85.
.myOpacity80 { color: #AD6C85; opacity: 0.8; }
<p style="color:#AD6C85;opacity:0.8;">80%</p>
Text with #AD6C85 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6C85;}
<p style="text-shadow: 3px 3px 1px #AD6C85">Text here.</p>
This text has shadow with #AD6C85 color.
.textShadow {text-shadow: 3px 3px 1px #AD6C85', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6C85, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6C85 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6C85, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6C85, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6C85 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6C85;
-webkit-box-shadow: 1px 1px 3px 2px #AD6C85;
box-shadow: 1px 1px 3px 2px #AD6C85;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6C85; -webkit-box-shadow: 1px 1px 3px 2px #AD6C85; box-shadow:1px 1px 3px 2px #AD6C85;">
Div content here
</div>
This text has color #AD6C85 on black background.
This text has color #AD6C85 on white background.
This text has black color on #AD6C85 background.
This text has white color on #AD6C85 background.
Complementary color for #hex is #52937A.