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