HEX: #ADB071
RGB: (173,176,113)
#ADB071 contains mainly red and green colors. Web safe color of #ADB071 is #999966 (or #996).
#ADB071 color RGB value is (173,176,113).
RGB: (173,176,113)
(68%, 69%, 44%)
R 173 of 255 = 68%
G 176 of 255 = 69%
B 113 of 255 = 44%
R + G + B ~ 60%. #ADB071 is middle color (not dark and not light).
R + G + B = 173 + 176 + 113 = 462 (100%)
R 173 of 462 ~ 37.45%
G 176 of 462 ~ 38.1%
B 113 of 462 ~ 24.46'%
#ADB071 color CMYK value is (2,0,36,31).
CMYK: (2,0,36,31)
C2M0Y36K31 (2%, 0%, 36%, 31%)
(0.02 / 0.00 / 0.36 / 0.31)
Color #ADB071 in popluar color models
AD | B0 | 71 | |
---|---|---|---|
RGB | 173 | 176 | 113 |
HSL | 63° | 28.51% | 56.67% |
HSB/HSV | 63° | 35.80% | 69.02% |
CMYK | 1.70% | 0.00% | 35.80% |
30.98% |
Color #ADB071 in popluar number systems.
HEX | AD | B0 | 71 |
Decimal | 173 | 176 | 113 |
Binary | 10101101 | 10110000 | 1110001 |
Octal | 255 | 260 | 161 |
Shades of #ADB071
Tints of #ADB071
Examples of css and html codes for elements with #ADB071 color. Also use rgb(173,176,113) instead hex code.
.myTextColor { color: #ADB071; }
<p style="color:#ADB071">This sample text font color is #ADB071.</p>
This text font color is #ADB071.
.myBgColor { background-color: #ADB071; }
<div style="background-color:#ADB071">Inner text</div>
This div background color is #ADB071.
.myBorderColor { border: 1px solid #ADB071; }
<div style="border:3px solid #ADB071">Div</div>
This div border color is #ADB071.
.myOpacity80 { color: #ADB071; opacity: 0.8; }
<p style="color:#ADB071;opacity:0.8;">80%</p>
Text with #ADB071 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB071;}
<p style="text-shadow: 3px 3px 1px #ADB071">Text here.</p>
This text has shadow with #ADB071 color.
.textShadow {text-shadow: 3px 3px 1px #ADB071', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB071, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB071 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB071, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB071, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB071 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB071;
-webkit-box-shadow: 1px 1px 3px 2px #ADB071;
box-shadow: 1px 1px 3px 2px #ADB071;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB071; -webkit-box-shadow: 1px 1px 3px 2px #ADB071; box-shadow:1px 1px 3px 2px #ADB071;">
Div content here
</div>
This text has color #ADB071 on black background.
This text has color #ADB071 on white background.
This text has black color on #ADB071 background.
This text has white color on #ADB071 background.
Complementary color for #hex is #524F8E.