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