HEX: #AD6E4C
RGB: (173,110,76)
#AD6E4C contains mainly red color. Web safe color of #AD6E4C is #996633 (or #963).
#AD6E4C color RGB value is (173,110,76).
RGB: (173,110,76)
(68%, 43%, 30%)
R 173 of 255 = 68%
G 110 of 255 = 43%
B 76 of 255 = 30%
R + G + B ~ 47%. #AD6E4C is middle color (not dark and not light).
R + G + B = 173 + 110 + 76 = 359 (100%)
R 173 of 359 ~ 48.19%
G 110 of 359 ~ 30.64%
B 76 of 359 ~ 21.17'%
#AD6E4C color CMYK value is (0,36,56,32).
CMYK: (0,36,56,32) C0M36Y56K32 (0%,36%,56%,32%) (0.00/0.36/0.56/0.32)
Color #AD6E4C in popluar color models
AD | 6E | 4C | |
---|---|---|---|
RGB | 173 | 110 | 76 |
HSL | 21° | 38.96% | 48.82% |
HSB/HSV | 21° | 56.07% | 67.84% |
CMYK | 0.00% | 36.42% | 56.07% |
32.16% |
Color #AD6E4C in popluar number systems.
HEX | AD | 6E | 4C |
Decimal | 173 | 110 | 76 |
Binary | 10101101 | 1101110 | 1001100 |
Octal | 255 | 156 | 114 |
Shades of #AD6E4C
Examples of css and html codes for elements with #AD6E4C color. Also use rgb(173,110,76) instead hex code.
.myTextColor { color: #AD6E4C; }
<p style="color:#AD6E4C">This sample text font color is #AD6E4C.</p>
This text font color is #AD6E4C.
.myBgColor { background-color: #AD6E4C; }
<div style="background-color:#AD6E4C">Inner text</div>
This div background color is #AD6E4C.
.myBorderColor { border: 1px solid #AD6E4C; }
<div style="border:3px solid #AD6E4C">Div</div>
This div border color is #AD6E4C.
.myOpacity80 { color: #AD6E4C; opacity: 0.8; }
<p style="color:#AD6E4C;opacity:0.8;">80%</p>
Text with #AD6E4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6E4C;}
<p style="text-shadow: 3px 3px 1px #AD6E4C">Text here.</p>
This text has shadow with #AD6E4C color.
.textShadow {text-shadow: 3px 3px 1px #AD6E4C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6E4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6E4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6E4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6E4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6E4C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD6E4C; -webkit-box-shadow: 1px 1px 3px 2px #AD6E4C; box-shadow: 1px 1px 3px 2px #AD6E4C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD6E4C; -webkit-box-shadow: 1px 1px 3px 2px #AD6E4C; box-shadow:1px 1px 3px 2px #AD6E4C;">
Div content here</div>
This text has color #AD6E4C on black background.
This text has color #AD6E4C on white background.
This text has black color on #AD6E4C background.
This text has white color on #AD6E4C background.