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