HEX: #AD6392
RGB: (173,99,146)
#AD6392 contains mainly red and blue colors. Web safe color of #AD6392 is #996699 (or #969).
#AD6392 color RGB value is (173,99,146).
RGB: (173,99,146)
(68%, 39%, 57%)
R 173 of 255 = 68%
G 99 of 255 = 39%
B 146 of 255 = 57%
R + G + B ~ 55%. #AD6392 is middle color (not dark and not light).
R + G + B = 173 + 99 + 146 = 418 (100%)
R 173 of 418 ~ 41.39%
G 99 of 418 ~ 23.68%
B 146 of 418 ~ 34.93'%
#AD6392 color CMYK value is (0,43,16,32).
CMYK: (0,43,16,32) C0M43Y16K32 (0%,43%,16%,32%) (0.00/0.43/0.16/0.32)
Color #AD6392 in popluar color models
AD | 63 | 92 | |
---|---|---|---|
RGB | 173 | 99 | 146 |
HSL | 322° | 31.09% | 53.33% |
HSB/HSV | 322° | 42.77% | 67.84% |
CMYK | 0.00% | 42.77% | 15.61% |
32.16% |
Color #AD6392 in popluar number systems.
HEX | AD | 63 | 92 |
Decimal | 173 | 99 | 146 |
Binary | 10101101 | 1100011 | 10010010 |
Octal | 255 | 143 | 222 |
Shades of #AD6392
Tints of #AD6392
Examples of css and html codes for elements with #AD6392 color. Also use rgb(173,99,146) instead hex code.
.myTextColor { color: #AD6392; }
<p style="color:#AD6392">This sample text font color is #AD6392.</p>
This text font color is #AD6392.
.myBgColor { background-color: #AD6392; }
<div style="background-color:#AD6392">Inner text</div>
This div background color is #AD6392.
.myBorderColor { border: 1px solid #AD6392; }
<div style="border:3px solid #AD6392">Div</div>
This div border color is #AD6392.
.myOpacity80 { color: #AD6392; opacity: 0.8; }
<p style="color:#AD6392;opacity:0.8;">80%</p>
Text with #AD6392 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6392;}
<p style="text-shadow: 3px 3px 1px #AD6392">Text here.</p>
This text has shadow with #AD6392 color.
.textShadow {text-shadow: 3px 3px 1px #AD6392', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6392, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6392 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6392, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6392, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6392 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6392;
-webkit-box-shadow: 1px 1px 3px 2px #AD6392;
box-shadow: 1px 1px 3px 2px #AD6392;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6392; -webkit-box-shadow: 1px 1px 3px 2px #AD6392; box-shadow:1px 1px 3px 2px #AD6392;">
Div content here
</div>
This text has color #AD6392 on black background.
This text has color #AD6392 on white background.
This text has black color on #AD6392 background.
This text has white color on #AD6392 background.
Complementary color for #hex is #529C6D.