HEX: #AD5212
RGB: (173,82,18)
#AD5212 contains mainly red color. Web safe color of #AD5212 is #996600 (or #960).
#AD5212 color RGB value is (173,82,18).
RGB: (173,82,18)
(68%, 32%, 7%)
R 173 of 255 = 68%
G 82 of 255 = 32%
B 18 of 255 = 7%
R + G + B ~ 36%. #AD5212 is quite dark color.
R + G + B = 173 + 82 + 18 = 273 (100%)
R 173 of 273 ~ 63.37%
G 82 of 273 ~ 30.04%
B 18 of 273 ~ 6.59'%
#AD5212 color CMYK value is (0,53,90,32).
CMYK: (0,53,90,32)
C0M53Y90K32 (0%, 53%, 90%, 32%)
(0.00 / 0.53 / 0.90 / 0.32)
Color #AD5212 in popluar color models
AD | 52 | 12 | |
---|---|---|---|
RGB | 173 | 82 | 18 |
HSL | 25° | 81.15% | 37.45% |
HSB/HSV | 25° | 89.60% | 67.84% |
CMYK | 0.00% | 52.60% | 89.60% |
32.16% |
Color #AD5212 in popluar number systems.
HEX | AD | 52 | 12 |
Decimal | 173 | 82 | 18 |
Binary | 10101101 | 1010010 | 10010 |
Octal | 255 | 122 | 22 |
Shades of #AD5212
Tints of #AD5212
Examples of css and html codes for elements with #AD5212 color. Also use rgb(173,82,18) instead hex code.
.myTextColor { color: #AD5212; }
<p style="color:#AD5212">This sample text font color is #AD5212.</p>
This text font color is #AD5212.
.myBgColor { background-color: #AD5212; }
<div style="background-color:#AD5212">Inner text</div>
This div background color is #AD5212.
.myBorderColor { border: 1px solid #AD5212; }
<div style="border:3px solid #AD5212">Div</div>
This div border color is #AD5212.
.myOpacity80 { color: #AD5212; opacity: 0.8; }
<p style="color:#AD5212;opacity:0.8;">80%</p>
Text with #AD5212 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5212;}
<p style="text-shadow: 3px 3px 1px #AD5212">Text here.</p>
This text has shadow with #AD5212 color.
.textShadow {text-shadow: 3px 3px 1px #AD5212', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5212, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD5212 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5212, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5212, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5212 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD5212;
-webkit-box-shadow: 1px 1px 3px 2px #AD5212;
box-shadow: 1px 1px 3px 2px #AD5212;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD5212; -webkit-box-shadow: 1px 1px 3px 2px #AD5212; box-shadow:1px 1px 3px 2px #AD5212;">
Div content here
</div>
This text has color #AD5212 on black background.
This text has color #AD5212 on white background.
This text has black color on #AD5212 background.
This text has white color on #AD5212 background.
Complementary color for #hex is #52ADED.