HEX: #AD898A
RGB: (173,137,138)
#AD898A contains red, green and blue colors in about the same proportion. Web safe color of #AD898A is #999999 (or #999).
#AD898A color RGB value is (173,137,138).
RGB: (173,137,138)
(68%, 54%, 54%)
R 173 of 255 = 68%
G 137 of 255 = 54%
B 138 of 255 = 54%
R + G + B ~ 59%. #AD898A is middle color (not dark and not light).
R + G + B = 173 + 137 + 138 = 448 (100%)
R 173 of 448 ~ 38.62%
G 137 of 448 ~ 30.58%
B 138 of 448 ~ 30.8'%
#AD898A color CMYK value is (0,21,20,32).
CMYK: (0,21,20,32)
C0M21Y20K32 (0%, 21%, 20%, 32%)
(0.00 / 0.21 / 0.20 / 0.32)
Color #AD898A in popluar color models
AD | 89 | 8A | |
---|---|---|---|
RGB | 173 | 137 | 138 |
HSL | 358° | 18.00% | 60.78% |
HSB/HSV | 358° | 20.81% | 67.84% |
CMYK | 0.00% | 20.81% | 20.23% |
32.16% |
Color #AD898A in popluar number systems.
HEX | AD | 89 | 8A |
Decimal | 173 | 137 | 138 |
Binary | 10101101 | 10001001 | 10001010 |
Octal | 255 | 211 | 212 |
Shades of #AD898A
Tints of #AD898A
Examples of css and html codes for elements with #AD898A color. Also use rgb(173,137,138) instead hex code.
.myTextColor { color: #AD898A; }
<p style="color:#AD898A">This sample text font color is #AD898A.</p>
This text font color is #AD898A.
.myBgColor { background-color: #AD898A; }
<div style="background-color:#AD898A">Inner text</div>
This div background color is #AD898A.
.myBorderColor { border: 1px solid #AD898A; }
<div style="border:3px solid #AD898A">Div</div>
This div border color is #AD898A.
.myOpacity80 { color: #AD898A; opacity: 0.8; }
<p style="color:#AD898A;opacity:0.8;">80%</p>
Text with #AD898A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD898A;}
<p style="text-shadow: 3px 3px 1px #AD898A">Text here.</p>
This text has shadow with #AD898A color.
.textShadow {text-shadow: 3px 3px 1px #AD898A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD898A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD898A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD898A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD898A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD898A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD898A;
-webkit-box-shadow: 1px 1px 3px 2px #AD898A;
box-shadow: 1px 1px 3px 2px #AD898A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD898A; -webkit-box-shadow: 1px 1px 3px 2px #AD898A; box-shadow:1px 1px 3px 2px #AD898A;">
Div content here
</div>
This text has color #AD898A on black background.
This text has color #AD898A on white background.
This text has black color on #AD898A background.
This text has white color on #AD898A background.
Complementary color for #hex is #527675.