HEX: #AD8876
RGB: (173,136,118)
#AD8876 contains red, green and blue colors in about the same proportion. Web safe color of #AD8876 is #999966 (or #996).
#AD8876 color RGB value is (173,136,118).
RGB: (173,136,118)
(68%, 53%, 46%)
R 173 of 255 = 68%
G 136 of 255 = 53%
B 118 of 255 = 46%
R + G + B ~ 56%. #AD8876 is middle color (not dark and not light).
R + G + B = 173 + 136 + 118 = 427 (100%)
R 173 of 427 ~ 40.52%
G 136 of 427 ~ 31.85%
B 118 of 427 ~ 27.63'%
#AD8876 color CMYK value is (0,21,32,32).
CMYK: (0,21,32,32)
C0M21Y32K32 (0%, 21%, 32%, 32%)
(0.00 / 0.21 / 0.32 / 0.32)
Color #AD8876 in popluar color models
AD | 88 | 76 | |
---|---|---|---|
RGB | 173 | 136 | 118 |
HSL | 20° | 25.11% | 57.06% |
HSB/HSV | 20° | 31.79% | 67.84% |
CMYK | 0.00% | 21.39% | 31.79% |
32.16% |
Color #AD8876 in popluar number systems.
HEX | AD | 88 | 76 |
Decimal | 173 | 136 | 118 |
Binary | 10101101 | 10001000 | 1110110 |
Octal | 255 | 210 | 166 |
Shades of #AD8876
Tints of #AD8876
Examples of css and html codes for elements with #AD8876 color. Also use rgb(173,136,118) instead hex code.
.myTextColor { color: #AD8876; }
<p style="color:#AD8876">This sample text font color is #AD8876.</p>
This text font color is #AD8876.
.myBgColor { background-color: #AD8876; }
<div style="background-color:#AD8876">Inner text</div>
This div background color is #AD8876.
.myBorderColor { border: 1px solid #AD8876; }
<div style="border:3px solid #AD8876">Div</div>
This div border color is #AD8876.
.myOpacity80 { color: #AD8876; opacity: 0.8; }
<p style="color:#AD8876;opacity:0.8;">80%</p>
Text with #AD8876 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8876;}
<p style="text-shadow: 3px 3px 1px #AD8876">Text here.</p>
This text has shadow with #AD8876 color.
.textShadow {text-shadow: 3px 3px 1px #AD8876', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8876, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8876 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8876, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8876, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8876 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8876;
-webkit-box-shadow: 1px 1px 3px 2px #AD8876;
box-shadow: 1px 1px 3px 2px #AD8876;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8876; -webkit-box-shadow: 1px 1px 3px 2px #AD8876; box-shadow:1px 1px 3px 2px #AD8876;">
Div content here
</div>
This text has color #AD8876 on black background.
This text has color #AD8876 on white background.
This text has black color on #AD8876 background.
This text has white color on #AD8876 background.
Complementary color for #hex is #527789.