HEX: #ADA389
RGB: (173,163,137)
#ADA389 contains red, green and blue colors in about the same proportion. Web safe color of #ADA389 is #999999 (or #999).
#ADA389 color RGB value is (173,163,137).
RGB: (173,163,137)
(68%, 64%, 54%)
R 173 of 255 = 68%
G 163 of 255 = 64%
B 137 of 255 = 54%
R + G + B ~ 62%. #ADA389 is quite light color.
R + G + B = 173 + 163 + 137 = 473 (100%)
R 173 of 473 ~ 36.58%
G 163 of 473 ~ 34.46%
B 137 of 473 ~ 28.96'%
#ADA389 color CMYK value is (0,6,21,32).
CMYK: (0,6,21,32)
C0M6Y21K32 (0%, 6%, 21%, 32%)
(0.00 / 0.06 / 0.21 / 0.32)
Color #ADA389 in popluar color models
AD | A3 | 89 | |
---|---|---|---|
RGB | 173 | 163 | 137 |
HSL | 43° | 18.00% | 60.78% |
HSB/HSV | 43° | 20.81% | 67.84% |
CMYK | 0.00% | 5.78% | 20.81% |
32.16% |
Color #ADA389 in popluar number systems.
HEX | AD | A3 | 89 |
Decimal | 173 | 163 | 137 |
Binary | 10101101 | 10100011 | 10001001 |
Octal | 255 | 243 | 211 |
Shades of #ADA389
Tints of #ADA389
Examples of css and html codes for elements with #ADA389 color. Also use rgb(173,163,137) instead hex code.
.myTextColor { color: #ADA389; }
<p style="color:#ADA389">This sample text font color is #ADA389.</p>
This text font color is #ADA389.
.myBgColor { background-color: #ADA389; }
<div style="background-color:#ADA389">Inner text</div>
This div background color is #ADA389.
.myBorderColor { border: 1px solid #ADA389; }
<div style="border:3px solid #ADA389">Div</div>
This div border color is #ADA389.
.myOpacity80 { color: #ADA389; opacity: 0.8; }
<p style="color:#ADA389;opacity:0.8;">80%</p>
Text with #ADA389 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA389;}
<p style="text-shadow: 3px 3px 1px #ADA389">Text here.</p>
This text has shadow with #ADA389 color.
.textShadow {text-shadow: 3px 3px 1px #ADA389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA389, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA389 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA389, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA389;
-webkit-box-shadow: 1px 1px 3px 2px #ADA389;
box-shadow: 1px 1px 3px 2px #ADA389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA389; -webkit-box-shadow: 1px 1px 3px 2px #ADA389; box-shadow:1px 1px 3px 2px #ADA389;">
Div content here
</div>
This text has color #ADA389 on black background.
This text has color #ADA389 on white background.
This text has black color on #ADA389 background.
This text has white color on #ADA389 background.
Complementary color for #hex is #525C76.