HEX: #ADB090
RGB: (173,176,144)
#ADB090 contains red, green and blue colors in about the same proportion. Web safe color of #ADB090 is #999999 (or #999).
#ADB090 color RGB value is (173,176,144).
RGB: (173,176,144)
(68%, 69%, 56%)
R 173 of 255 = 68%
G 176 of 255 = 69%
B 144 of 255 = 56%
R + G + B ~ 64%. #ADB090 is quite light color.
R + G + B = 173 + 176 + 144 = 493 (100%)
R 173 of 493 ~ 35.09%
G 176 of 493 ~ 35.7%
B 144 of 493 ~ 29.21'%
#ADB090 color CMYK value is (2,0,18,31).
CMYK: (2,0,18,31) C2M0Y18K31 (2%,0%,18%,31%) (0.02/0.00/0.18/0.31)
Color #ADB090 in popluar color models
AD | B0 | 90 | |
---|---|---|---|
RGB | 173 | 176 | 144 |
HSL | 66° | 16.84% | 62.75% |
HSB/HSV | 66° | 18.18% | 69.02% |
CMYK | 1.70% | 0.00% | 18.18% |
30.98% |
Color #ADB090 in popluar number systems.
HEX | AD | B0 | 90 |
Decimal | 173 | 176 | 144 |
Binary | 10101101 | 10110000 | 10010000 |
Octal | 255 | 260 | 220 |
Shades of #ADB090
Tints of #ADB090
Examples of css and html codes for elements with #ADB090 color. Also use rgb(173,176,144) instead hex code.
.myTextColor { color: #ADB090; }
<p style="color:#ADB090">This sample text font color is #ADB090.</p>
This text font color is #ADB090.
.myBgColor { background-color: #ADB090; }
<div style="background-color:#ADB090">Inner text</div>
This div background color is #ADB090.
.myBorderColor { border: 1px solid #ADB090; }
<div style="border:3px solid #ADB090">Div</div>
This div border color is #ADB090.
.myOpacity80 { color: #ADB090; opacity: 0.8; }
<p style="color:#ADB090;opacity:0.8;">80%</p>
Text with #ADB090 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB090;}
<p style="text-shadow: 3px 3px 1px #ADB090">Text here.</p>
This text has shadow with #ADB090 color.
.textShadow {text-shadow: 3px 3px 1px #ADB090', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB090, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB090 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB090, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB090, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB090 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB090;
-webkit-box-shadow: 1px 1px 3px 2px #ADB090;
box-shadow: 1px 1px 3px 2px #ADB090;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB090; -webkit-box-shadow: 1px 1px 3px 2px #ADB090; box-shadow:1px 1px 3px 2px #ADB090;">
Div content here
</div>
This text has color #ADB090 on black background.
This text has color #ADB090 on white background.
This text has black color on #ADB090 background.
This text has white color on #ADB090 background.
Complementary color for #hex is #524F6F.