HEX: #AD726E
RGB: (173,114,110)
#AD726E contains mainly red and green colors. Web safe color of #AD726E is #996666 (or #966).
#AD726E color RGB value is (173,114,110).
RGB: (173,114,110)
(68%, 45%, 43%)
R 173 of 255 = 68%
G 114 of 255 = 45%
B 110 of 255 = 43%
R + G + B ~ 52%. #AD726E is middle color (not dark and not light).
R + G + B = 173 + 114 + 110 = 397 (100%)
R 173 of 397 ~ 43.58%
G 114 of 397 ~ 28.72%
B 110 of 397 ~ 27.71'%
#AD726E color CMYK value is (0,34,36,32).
CMYK: (0,34,36,32)
C0M34Y36K32 (0%, 34%, 36%, 32%)
(0.00 / 0.34 / 0.36 / 0.32)
Color #AD726E in popluar color models
AD | 72 | 6E | |
---|---|---|---|
RGB | 173 | 114 | 110 |
HSL | 4° | 27.75% | 55.49% |
HSB/HSV | 4° | 36.42% | 67.84% |
CMYK | 0.00% | 34.10% | 36.42% |
32.16% |
Color #AD726E in popluar number systems.
HEX | AD | 72 | 6E |
Decimal | 173 | 114 | 110 |
Binary | 10101101 | 1110010 | 1101110 |
Octal | 255 | 162 | 156 |
Shades of #AD726E
Tints of #AD726E
Examples of css and html codes for elements with #AD726E color. Also use rgb(173,114,110) instead hex code.
.myTextColor { color: #AD726E; }
<p style="color:#AD726E">This sample text font color is #AD726E.</p>
This text font color is #AD726E.
.myBgColor { background-color: #AD726E; }
<div style="background-color:#AD726E">Inner text</div>
This div background color is #AD726E.
.myBorderColor { border: 1px solid #AD726E; }
<div style="border:3px solid #AD726E">Div</div>
This div border color is #AD726E.
.myOpacity80 { color: #AD726E; opacity: 0.8; }
<p style="color:#AD726E;opacity:0.8;">80%</p>
Text with #AD726E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD726E;}
<p style="text-shadow: 3px 3px 1px #AD726E">Text here.</p>
This text has shadow with #AD726E color.
.textShadow {text-shadow: 3px 3px 1px #AD726E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD726E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD726E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD726E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD726E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD726E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD726E;
-webkit-box-shadow: 1px 1px 3px 2px #AD726E;
box-shadow: 1px 1px 3px 2px #AD726E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD726E; -webkit-box-shadow: 1px 1px 3px 2px #AD726E; box-shadow:1px 1px 3px 2px #AD726E;">
Div content here
</div>
This text has color #AD726E on black background.
This text has color #AD726E on white background.
This text has black color on #AD726E background.
This text has white color on #AD726E background.
Complementary color for #hex is #528D91.