HEX: #AD7396
RGB: (173,115,150)
#AD7396 contains red, green and blue colors in about the same proportion. Web safe color of #AD7396 is #996699 (or #969).
#AD7396 color RGB value is (173,115,150).
RGB: (173,115,150)
(68%, 45%, 59%)
R 173 of 255 = 68%
G 115 of 255 = 45%
B 150 of 255 = 59%
R + G + B ~ 57%. #AD7396 is middle color (not dark and not light).
R + G + B = 173 + 115 + 150 = 438 (100%)
R 173 of 438 ~ 39.5%
G 115 of 438 ~ 26.26%
B 150 of 438 ~ 34.25'%
#AD7396 color CMYK value is (0,34,13,32).
CMYK: (0,34,13,32) C0M34Y13K32 (0%,34%,13%,32%) (0.00/0.34/0.13/0.32)
Color #AD7396 in popluar color models
AD | 73 | 96 | |
---|---|---|---|
RGB | 173 | 115 | 150 |
HSL | 324° | 26.13% | 56.47% |
HSB/HSV | 324° | 33.53% | 67.84% |
CMYK | 0.00% | 33.53% | 13.29% |
32.16% |
Color #AD7396 in popluar number systems.
HEX | AD | 73 | 96 |
Decimal | 173 | 115 | 150 |
Binary | 10101101 | 1110011 | 10010110 |
Octal | 255 | 163 | 226 |
Shades of #AD7396
Tints of #AD7396
Examples of css and html codes for elements with #AD7396 color. Also use rgb(173,115,150) instead hex code.
.myTextColor { color: #AD7396; }
<p style="color:#AD7396">This sample text font color is #AD7396.</p>
This text font color is #AD7396.
.myBgColor { background-color: #AD7396; }
<div style="background-color:#AD7396">Inner text</div>
This div background color is #AD7396.
.myBorderColor { border: 1px solid #AD7396; }
<div style="border:3px solid #AD7396">Div</div>
This div border color is #AD7396.
.myOpacity80 { color: #AD7396; opacity: 0.8; }
<p style="color:#AD7396;opacity:0.8;">80%</p>
Text with #AD7396 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7396;}
<p style="text-shadow: 3px 3px 1px #AD7396">Text here.</p>
This text has shadow with #AD7396 color.
.textShadow {text-shadow: 3px 3px 1px #AD7396', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7396, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7396 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7396, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7396, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7396 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7396;
-webkit-box-shadow: 1px 1px 3px 2px #AD7396;
box-shadow: 1px 1px 3px 2px #AD7396;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7396; -webkit-box-shadow: 1px 1px 3px 2px #AD7396; box-shadow:1px 1px 3px 2px #AD7396;">
Div content here
</div>
This text has color #AD7396 on black background.
This text has color #AD7396 on white background.
This text has black color on #AD7396 background.
This text has white color on #AD7396 background.
Complementary color for #hex is #528C69.