HEX: #AD7E32
RGB: (173,126,50)
#AD7E32 contains mainly red and green colors. Web safe color of #AD7E32 is #996633 (or #963).
#AD7E32 color RGB value is (173,126,50).
RGB: (173,126,50)
(68%, 49%, 20%)
R 173 of 255 = 68%
G 126 of 255 = 49%
B 50 of 255 = 20%
R + G + B ~ 46%. #AD7E32 is middle color (not dark and not light).
R + G + B = 173 + 126 + 50 = 349 (100%)
R 173 of 349 ~ 49.57%
G 126 of 349 ~ 36.1%
B 50 of 349 ~ 14.33'%
#AD7E32 color CMYK value is (0,27,71,32).
CMYK: (0,27,71,32)
C0M27Y71K32 (0%, 27%, 71%, 32%)
(0.00 / 0.27 / 0.71 / 0.32)
Color #AD7E32 in popluar color models
AD | 7E | 32 | |
---|---|---|---|
RGB | 173 | 126 | 50 |
HSL | 37° | 55.16% | 43.73% |
HSB/HSV | 37° | 71.10% | 67.84% |
CMYK | 0.00% | 27.17% | 71.10% |
32.16% |
Color #AD7E32 in popluar number systems.
HEX | AD | 7E | 32 |
Decimal | 173 | 126 | 50 |
Binary | 10101101 | 1111110 | 110010 |
Octal | 255 | 176 | 62 |
Shades of #AD7E32
Tints of #AD7E32
Examples of css and html codes for elements with #AD7E32 color. Also use rgb(173,126,50) instead hex code.
.myTextColor { color: #AD7E32; }
<p style="color:#AD7E32">This sample text font color is #AD7E32.</p>
This text font color is #AD7E32.
.myBgColor { background-color: #AD7E32; }
<div style="background-color:#AD7E32">Inner text</div>
This div background color is #AD7E32.
.myBorderColor { border: 1px solid #AD7E32; }
<div style="border:3px solid #AD7E32">Div</div>
This div border color is #AD7E32.
.myOpacity80 { color: #AD7E32; opacity: 0.8; }
<p style="color:#AD7E32;opacity:0.8;">80%</p>
Text with #AD7E32 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7E32;}
<p style="text-shadow: 3px 3px 1px #AD7E32">Text here.</p>
This text has shadow with #AD7E32 color.
.textShadow {text-shadow: 3px 3px 1px #AD7E32', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7E32, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7E32 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7E32, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7E32, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7E32 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7E32;
-webkit-box-shadow: 1px 1px 3px 2px #AD7E32;
box-shadow: 1px 1px 3px 2px #AD7E32;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7E32; -webkit-box-shadow: 1px 1px 3px 2px #AD7E32; box-shadow:1px 1px 3px 2px #AD7E32;">
Div content here
</div>
This text has color #AD7E32 on black background.
This text has color #AD7E32 on white background.
This text has black color on #AD7E32 background.
This text has white color on #AD7E32 background.
Complementary color for #hex is #5281CD.