HEX: #AD979D
RGB: (173,151,157)
#AD979D contains red, green and blue colors in about the same proportion. Web safe color of #AD979D is #999999 (or #999).
#AD979D color RGB value is (173,151,157).
RGB: (173,151,157)
(68%, 59%, 62%)
R 173 of 255 = 68%
G 151 of 255 = 59%
B 157 of 255 = 62%
R + G + B ~ 63%. #AD979D is quite light color.
R + G + B = 173 + 151 + 157 = 481 (100%)
R 173 of 481 ~ 35.97%
G 151 of 481 ~ 31.39%
B 157 of 481 ~ 32.64'%
#AD979D color CMYK value is (0,13,9,32).
CMYK: (0,13,9,32) C0M13Y9K32 (0%,13%,9%,32%) (0.00/0.13/0.09/0.32)
Color #AD979D in popluar color models
AD | 97 | 9D | |
---|---|---|---|
RGB | 173 | 151 | 157 |
HSL | 344° | 11.83% | 63.53% |
HSB/HSV | 344° | 12.72% | 67.84% |
CMYK | 0.00% | 12.72% | 9.25% |
32.16% |
Color #AD979D in popluar number systems.
HEX | AD | 97 | 9D |
Decimal | 173 | 151 | 157 |
Binary | 10101101 | 10010111 | 10011101 |
Octal | 255 | 227 | 235 |
Shades of #AD979D
Tints of #AD979D
Examples of css and html codes for elements with #AD979D color. Also use rgb(173,151,157) instead hex code.
.myTextColor { color: #AD979D; }
<p style="color:#AD979D">This sample text font color is #AD979D.</p>
This text font color is #AD979D.
.myBgColor { background-color: #AD979D; }
<div style="background-color:#AD979D">Inner text</div>
This div background color is #AD979D.
.myBorderColor { border: 1px solid #AD979D; }
<div style="border:3px solid #AD979D">Div</div>
This div border color is #AD979D.
.myOpacity80 { color: #AD979D; opacity: 0.8; }
<p style="color:#AD979D;opacity:0.8;">80%</p>
Text with #AD979D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD979D;}
<p style="text-shadow: 3px 3px 1px #AD979D">Text here.</p>
This text has shadow with #AD979D color.
.textShadow {text-shadow: 3px 3px 1px #AD979D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD979D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD979D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD979D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD979D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD979D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD979D;
-webkit-box-shadow: 1px 1px 3px 2px #AD979D;
box-shadow: 1px 1px 3px 2px #AD979D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD979D; -webkit-box-shadow: 1px 1px 3px 2px #AD979D; box-shadow:1px 1px 3px 2px #AD979D;">
Div content here
</div>
This text has color #AD979D on black background.
This text has color #AD979D on white background.
This text has black color on #AD979D background.
This text has white color on #AD979D background.
Complementary color for #hex is #526862.