HEX: #ADB489
RGB: (173,180,137)
#ADB489 contains red, green and blue colors in about the same proportion. Web safe color of #ADB489 is #99CC99 (or #9C9).
#ADB489 color RGB value is (173,180,137).
RGB: (173,180,137)
(68%, 71%, 54%)
R 173 of 255 = 68%
G 180 of 255 = 71%
B 137 of 255 = 54%
R + G + B ~ 64%. #ADB489 is quite light color.
R + G + B = 173 + 180 + 137 = 490 (100%)
R 173 of 490 ~ 35.31%
G 180 of 490 ~ 36.73%
B 137 of 490 ~ 27.96'%
#ADB489 color CMYK value is (4,0,24,29).
CMYK: (4,0,24,29) C4M0Y24K29 (4%,0%,24%,29%) (0.04/0.00/0.24/0.29)
Color #ADB489 in popluar color models
AD | B4 | 89 | |
---|---|---|---|
RGB | 173 | 180 | 137 |
HSL | 70° | 22.28% | 62.16% |
HSB/HSV | 70° | 23.89% | 70.59% |
CMYK | 3.89% | 0.00% | 23.89% |
29.41% |
Color #ADB489 in popluar number systems.
HEX | AD | B4 | 89 |
Decimal | 173 | 180 | 137 |
Binary | 10101101 | 10110100 | 10001001 |
Octal | 255 | 264 | 211 |
Shades of #ADB489
Tints of #ADB489
Examples of css and html codes for elements with #ADB489 color. Also use rgb(173,180,137) instead hex code.
.myTextColor { color: #ADB489; }
<p style="color:#ADB489">This sample text font color is #ADB489.</p>
This text font color is #ADB489.
.myBgColor { background-color: #ADB489; }
<div style="background-color:#ADB489">Inner text</div>
This div background color is #ADB489.
.myBorderColor { border: 1px solid #ADB489; }
<div style="border:3px solid #ADB489">Div</div>
This div border color is #ADB489.
.myOpacity80 { color: #ADB489; opacity: 0.8; }
<p style="color:#ADB489;opacity:0.8;">80%</p>
Text with #ADB489 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB489;}
<p style="text-shadow: 3px 3px 1px #ADB489">Text here.</p>
This text has shadow with #ADB489 color.
.textShadow {text-shadow: 3px 3px 1px #ADB489', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB489, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB489 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB489, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB489, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB489 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB489;
-webkit-box-shadow: 1px 1px 3px 2px #ADB489;
box-shadow: 1px 1px 3px 2px #ADB489;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB489; -webkit-box-shadow: 1px 1px 3px 2px #ADB489; box-shadow:1px 1px 3px 2px #ADB489;">
Div content here
</div>
This text has color #ADB489 on black background.
This text has color #ADB489 on white background.
This text has black color on #ADB489 background.
This text has white color on #ADB489 background.
Complementary color for #hex is #524B76.