HEX: #AD736F
RGB: (173,115,111)
#AD736F contains mainly red and green colors. Web safe color of #AD736F is #996666 (or #966).
#AD736F color RGB value is (173,115,111).
RGB: (173,115,111)
(68%, 45%, 44%)
R 173 of 255 = 68%
G 115 of 255 = 45%
B 111 of 255 = 44%
R + G + B ~ 52%. #AD736F is middle color (not dark and not light).
R + G + B = 173 + 115 + 111 = 399 (100%)
R 173 of 399 ~ 43.36%
G 115 of 399 ~ 28.82%
B 111 of 399 ~ 27.82'%
#AD736F 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 #AD736F in popluar color models
AD | 73 | 6F | |
---|---|---|---|
RGB | 173 | 115 | 111 |
HSL | 4° | 27.43% | 55.69% |
HSB/HSV | 4° | 35.84% | 67.84% |
CMYK | 0.00% | 33.53% | 35.84% |
32.16% |
Color #AD736F in popluar number systems.
HEX | AD | 73 | 6F |
Decimal | 173 | 115 | 111 |
Binary | 10101101 | 1110011 | 1101111 |
Octal | 255 | 163 | 157 |
Shades of #AD736F
Tints of #AD736F
Examples of css and html codes for elements with #AD736F color. Also use rgb(173,115,111) instead hex code.
.myTextColor { color: #AD736F; }
<p style="color:#AD736F">This sample text font color is #AD736F.</p>
This text font color is #AD736F.
.myBgColor { background-color: #AD736F; }
<div style="background-color:#AD736F">Inner text</div>
This div background color is #AD736F.
.myBorderColor { border: 1px solid #AD736F; }
<div style="border:3px solid #AD736F">Div</div>
This div border color is #AD736F.
.myOpacity80 { color: #AD736F; opacity: 0.8; }
<p style="color:#AD736F;opacity:0.8;">80%</p>
Text with #AD736F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD736F;}
<p style="text-shadow: 3px 3px 1px #AD736F">Text here.</p>
This text has shadow with #AD736F color.
.textShadow {text-shadow: 3px 3px 1px #AD736F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD736F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD736F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD736F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD736F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD736F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD736F;
-webkit-box-shadow: 1px 1px 3px 2px #AD736F;
box-shadow: 1px 1px 3px 2px #AD736F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD736F; -webkit-box-shadow: 1px 1px 3px 2px #AD736F; box-shadow:1px 1px 3px 2px #AD736F;">
Div content here
</div>
This text has color #AD736F on black background.
This text has color #AD736F on white background.
This text has black color on #AD736F background.
This text has white color on #AD736F background.
Complementary color for #hex is #528C90.