HEX: #AD998A
RGB: (173,153,138)
#AD998A contains red, green and blue colors in about the same proportion. Web safe color of #AD998A is #999999 (or #999).
#AD998A color RGB value is (173,153,138).
RGB: (173,153,138)
(68%, 60%, 54%)
R 173 of 255 = 68%
G 153 of 255 = 60%
B 138 of 255 = 54%
R + G + B ~ 61%. #AD998A is quite light color.
R + G + B = 173 + 153 + 138 = 464 (100%)
R 173 of 464 ~ 37.28%
G 153 of 464 ~ 32.97%
B 138 of 464 ~ 29.74'%
#AD998A color CMYK value is (0,12,20,32).
CMYK: (0,12,20,32) C0M12Y20K32 (0%,12%,20%,32%) (0.00/0.12/0.20/0.32)
Color #AD998A in popluar color models
AD | 99 | 8A | |
---|---|---|---|
RGB | 173 | 153 | 138 |
HSL | 26° | 17.59% | 60.98% |
HSB/HSV | 26° | 20.23% | 67.84% |
CMYK | 0.00% | 11.56% | 20.23% |
32.16% |
Color #AD998A in popluar number systems.
HEX | AD | 99 | 8A |
Decimal | 173 | 153 | 138 |
Binary | 10101101 | 10011001 | 10001010 |
Octal | 255 | 231 | 212 |
Shades of #AD998A
Tints of #AD998A
Examples of css and html codes for elements with #AD998A color. Also use rgb(173,153,138) instead hex code.
.myTextColor { color: #AD998A; }
<p style="color:#AD998A">This sample text font color is #AD998A.</p>
This text font color is #AD998A.
.myBgColor { background-color: #AD998A; }
<div style="background-color:#AD998A">Inner text</div>
This div background color is #AD998A.
.myBorderColor { border: 1px solid #AD998A; }
<div style="border:3px solid #AD998A">Div</div>
This div border color is #AD998A.
.myOpacity80 { color: #AD998A; opacity: 0.8; }
<p style="color:#AD998A;opacity:0.8;">80%</p>
Text with #AD998A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD998A;}
<p style="text-shadow: 3px 3px 1px #AD998A">Text here.</p>
This text has shadow with #AD998A color.
.textShadow {text-shadow: 3px 3px 1px #AD998A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD998A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD998A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD998A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD998A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD998A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD998A;
-webkit-box-shadow: 1px 1px 3px 2px #AD998A;
box-shadow: 1px 1px 3px 2px #AD998A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD998A; -webkit-box-shadow: 1px 1px 3px 2px #AD998A; box-shadow:1px 1px 3px 2px #AD998A;">
Div content here
</div>
This text has color #AD998A on black background.
This text has color #AD998A on white background.
This text has black color on #AD998A background.
This text has white color on #AD998A background.
Complementary color for #hex is #526675.