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