HEX: #AD7A3F
RGB: (173,122,63)
#AD7A3F contains mainly red and green colors. Web safe color of #AD7A3F is #996633 (or #963).
#AD7A3F color RGB value is (173,122,63).
RGB: (173,122,63)
(68%, 48%, 25%)
R 173 of 255 = 68%
G 122 of 255 = 48%
B 63 of 255 = 25%
R + G + B ~ 47%. #AD7A3F is middle color (not dark and not light).
R + G + B = 173 + 122 + 63 = 358 (100%)
R 173 of 358 ~ 48.32%
G 122 of 358 ~ 34.08%
B 63 of 358 ~ 17.6'%
#AD7A3F color CMYK value is (0,29,64,32).
CMYK: (0,29,64,32)
C0M29Y64K32 (0%, 29%, 64%, 32%)
(0.00 / 0.29 / 0.64 / 0.32)
Color #AD7A3F in popluar color models
AD | 7A | 3F | |
---|---|---|---|
RGB | 173 | 122 | 63 |
HSL | 32° | 46.61% | 46.27% |
HSB/HSV | 32° | 63.58% | 67.84% |
CMYK | 0.00% | 29.48% | 63.58% |
32.16% |
Color #AD7A3F in popluar number systems.
HEX | AD | 7A | 3F |
Decimal | 173 | 122 | 63 |
Binary | 10101101 | 1111010 | 111111 |
Octal | 255 | 172 | 77 |
Shades of #AD7A3F
Tints of #AD7A3F
Examples of css and html codes for elements with #AD7A3F color. Also use rgb(173,122,63) instead hex code.
.myTextColor { color: #AD7A3F; }
<p style="color:#AD7A3F">This sample text font color is #AD7A3F.</p>
This text font color is #AD7A3F.
.myBgColor { background-color: #AD7A3F; }
<div style="background-color:#AD7A3F">Inner text</div>
This div background color is #AD7A3F.
.myBorderColor { border: 1px solid #AD7A3F; }
<div style="border:3px solid #AD7A3F">Div</div>
This div border color is #AD7A3F.
.myOpacity80 { color: #AD7A3F; opacity: 0.8; }
<p style="color:#AD7A3F;opacity:0.8;">80%</p>
Text with #AD7A3F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7A3F;}
<p style="text-shadow: 3px 3px 1px #AD7A3F">Text here.</p>
This text has shadow with #AD7A3F color.
.textShadow {text-shadow: 3px 3px 1px #AD7A3F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7A3F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7A3F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7A3F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7A3F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7A3F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7A3F;
-webkit-box-shadow: 1px 1px 3px 2px #AD7A3F;
box-shadow: 1px 1px 3px 2px #AD7A3F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7A3F; -webkit-box-shadow: 1px 1px 3px 2px #AD7A3F; box-shadow:1px 1px 3px 2px #AD7A3F;">
Div content here
</div>
This text has color #AD7A3F on black background.
This text has color #AD7A3F on white background.
This text has black color on #AD7A3F background.
This text has white color on #AD7A3F background.
Complementary color for #hex is #5285C0.