HEX: #ADB776
RGB: (173,183,118)
#ADB776 contains mainly red and green colors. Web safe color of #ADB776 is #99CC66 (or #9C6).
#ADB776 color RGB value is (173,183,118).
RGB: (173,183,118)
(68%, 72%, 46%)
R 173 of 255 = 68%
G 183 of 255 = 72%
B 118 of 255 = 46%
R + G + B ~ 62%. #ADB776 is quite light color.
R + G + B = 173 + 183 + 118 = 474 (100%)
R 173 of 474 ~ 36.5%
G 183 of 474 ~ 38.61%
B 118 of 474 ~ 24.89'%
#ADB776 color CMYK value is (5,0,36,28).
CMYK: (5,0,36,28)
C5M0Y36K28 (5%, 0%, 36%, 28%)
(0.05 / 0.00 / 0.36 / 0.28)
Color #ADB776 in popluar color models
AD | B7 | 76 | |
---|---|---|---|
RGB | 173 | 183 | 118 |
HSL | 69° | 31.10% | 59.02% |
HSB/HSV | 69° | 35.52% | 71.76% |
CMYK | 5.46% | 0.00% | 35.52% |
28.24% |
Color #ADB776 in popluar number systems.
HEX | AD | B7 | 76 |
Decimal | 173 | 183 | 118 |
Binary | 10101101 | 10110111 | 1110110 |
Octal | 255 | 267 | 166 |
Shades of #ADB776
Tints of #ADB776
Examples of css and html codes for elements with #ADB776 color. Also use rgb(173,183,118) instead hex code.
.myTextColor { color: #ADB776; }
<p style="color:#ADB776">This sample text font color is #ADB776.</p>
This text font color is #ADB776.
.myBgColor { background-color: #ADB776; }
<div style="background-color:#ADB776">Inner text</div>
This div background color is #ADB776.
.myBorderColor { border: 1px solid #ADB776; }
<div style="border:3px solid #ADB776">Div</div>
This div border color is #ADB776.
.myOpacity80 { color: #ADB776; opacity: 0.8; }
<p style="color:#ADB776;opacity:0.8;">80%</p>
Text with #ADB776 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB776;}
<p style="text-shadow: 3px 3px 1px #ADB776">Text here.</p>
This text has shadow with #ADB776 color.
.textShadow {text-shadow: 3px 3px 1px #ADB776', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB776, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB776 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB776, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB776, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB776 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB776;
-webkit-box-shadow: 1px 1px 3px 2px #ADB776;
box-shadow: 1px 1px 3px 2px #ADB776;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB776; -webkit-box-shadow: 1px 1px 3px 2px #ADB776; box-shadow:1px 1px 3px 2px #ADB776;">
Div content here
</div>
This text has color #ADB776 on black background.
This text has color #ADB776 on white background.
This text has black color on #ADB776 background.
This text has white color on #ADB776 background.
Complementary color for #hex is #524889.