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