HEX: #AD7849
RGB: (173,120,73)
#AD7849 contains mainly red and green colors. Web safe color of #AD7849 is #996633 (or #963).
#AD7849 color RGB value is (173,120,73).
RGB: (173,120,73)
(68%, 47%, 29%)
R 173 of 255 = 68%
G 120 of 255 = 47%
B 73 of 255 = 29%
R + G + B ~ 48%. #AD7849 is middle color (not dark and not light).
R + G + B = 173 + 120 + 73 = 366 (100%)
R 173 of 366 ~ 47.27%
G 120 of 366 ~ 32.79%
B 73 of 366 ~ 19.95'%
#AD7849 color CMYK value is (0,31,58,32).
CMYK: (0,31,58,32)
C0M31Y58K32 (0%, 31%, 58%, 32%)
(0.00 / 0.31 / 0.58 / 0.32)
Color #AD7849 in popluar color models
AD | 78 | 49 | |
---|---|---|---|
RGB | 173 | 120 | 73 |
HSL | 28° | 40.65% | 48.24% |
HSB/HSV | 28° | 57.80% | 67.84% |
CMYK | 0.00% | 30.64% | 57.80% |
32.16% |
Color #AD7849 in popluar number systems.
HEX | AD | 78 | 49 |
Decimal | 173 | 120 | 73 |
Binary | 10101101 | 1111000 | 1001001 |
Octal | 255 | 170 | 111 |
Shades of #AD7849
Tints of #AD7849
Examples of css and html codes for elements with #AD7849 color. Also use rgb(173,120,73) instead hex code.
.myTextColor { color: #AD7849; }
<p style="color:#AD7849">This sample text font color is #AD7849.</p>
This text font color is #AD7849.
.myBgColor { background-color: #AD7849; }
<div style="background-color:#AD7849">Inner text</div>
This div background color is #AD7849.
.myBorderColor { border: 1px solid #AD7849; }
<div style="border:3px solid #AD7849">Div</div>
This div border color is #AD7849.
.myOpacity80 { color: #AD7849; opacity: 0.8; }
<p style="color:#AD7849;opacity:0.8;">80%</p>
Text with #AD7849 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7849;}
<p style="text-shadow: 3px 3px 1px #AD7849">Text here.</p>
This text has shadow with #AD7849 color.
.textShadow {text-shadow: 3px 3px 1px #AD7849', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7849, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7849 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7849, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7849, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7849 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7849;
-webkit-box-shadow: 1px 1px 3px 2px #AD7849;
box-shadow: 1px 1px 3px 2px #AD7849;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7849; -webkit-box-shadow: 1px 1px 3px 2px #AD7849; box-shadow:1px 1px 3px 2px #AD7849;">
Div content here
</div>
This text has color #AD7849 on black background.
This text has color #AD7849 on white background.
This text has black color on #AD7849 background.
This text has white color on #AD7849 background.
Complementary color for #hex is #5287B6.