HEX: #ADB876
RGB: (173,184,118)
#ADB876 contains mainly red and green colors. Web safe color of #ADB876 is #99CC66 (or #9C6).
#ADB876 color RGB value is (173,184,118).
RGB: (173,184,118)
(68%, 72%, 46%)
R 173 of 255 = 68%
G 184 of 255 = 72%
B 118 of 255 = 46%
R + G + B ~ 62%. #ADB876 is quite light color.
R + G + B = 173 + 184 + 118 = 475 (100%)
R 173 of 475 ~ 36.42%
G 184 of 475 ~ 38.74%
B 118 of 475 ~ 24.84'%
#ADB876 color CMYK value is (6,0,36,28).
CMYK: (6,0,36,28)
C6M0Y36K28 (6%, 0%, 36%, 28%)
(0.06 / 0.00 / 0.36 / 0.28)
Color #ADB876 in popluar color models
AD | B8 | 76 | |
---|---|---|---|
RGB | 173 | 184 | 118 |
HSL | 70° | 31.73% | 59.22% |
HSB/HSV | 70° | 35.87% | 72.16% |
CMYK | 5.98% | 0.00% | 35.87% |
27.84% |
Color #ADB876 in popluar number systems.
HEX | AD | B8 | 76 |
Decimal | 173 | 184 | 118 |
Binary | 10101101 | 10111000 | 1110110 |
Octal | 255 | 270 | 166 |
Shades of #ADB876
Tints of #ADB876
Examples of css and html codes for elements with #ADB876 color. Also use rgb(173,184,118) instead hex code.
.myTextColor { color: #ADB876; }
<p style="color:#ADB876">This sample text font color is #ADB876.</p>
This text font color is #ADB876.
.myBgColor { background-color: #ADB876; }
<div style="background-color:#ADB876">Inner text</div>
This div background color is #ADB876.
.myBorderColor { border: 1px solid #ADB876; }
<div style="border:3px solid #ADB876">Div</div>
This div border color is #ADB876.
.myOpacity80 { color: #ADB876; opacity: 0.8; }
<p style="color:#ADB876;opacity:0.8;">80%</p>
Text with #ADB876 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB876;}
<p style="text-shadow: 3px 3px 1px #ADB876">Text here.</p>
This text has shadow with #ADB876 color.
.textShadow {text-shadow: 3px 3px 1px #ADB876', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB876, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB876 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB876, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB876, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB876 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB876;
-webkit-box-shadow: 1px 1px 3px 2px #ADB876;
box-shadow: 1px 1px 3px 2px #ADB876;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB876; -webkit-box-shadow: 1px 1px 3px 2px #ADB876; box-shadow:1px 1px 3px 2px #ADB876;">
Div content here
</div>
This text has color #ADB876 on black background.
This text has color #ADB876 on white background.
This text has black color on #ADB876 background.
This text has white color on #ADB876 background.
Complementary color for #hex is #524789.