HEX: #ADA0AB
RGB: (173,160,171)
#ADA0AB contains red, green and blue colors in about the same proportion. Web safe color of #ADA0AB is #999999 (or #999).
#ADA0AB color RGB value is (173,160,171).
RGB: (173,160,171)
(68%, 63%, 67%)
R 173 of 255 = 68%
G 160 of 255 = 63%
B 171 of 255 = 67%
R + G + B ~ 66%. #ADA0AB is quite light color.
R + G + B = 173 + 160 + 171 = 504 (100%)
R 173 of 504 ~ 34.33%
G 160 of 504 ~ 31.75%
B 171 of 504 ~ 33.93'%
#ADA0AB color CMYK value is (0,8,1,32).
CMYK: (0,8,1,32)
C0M8Y1K32 (0%, 8%, 1%, 32%)
(0.00 / 0.08 / 0.01 / 0.32)
Color #ADA0AB in popluar color models
AD | A0 | AB | |
---|---|---|---|
RGB | 173 | 160 | 171 |
HSL | 309° | 7.34% | 65.29% |
HSB/HSV | 309° | 7.51% | 67.84% |
CMYK | 0.00% | 7.51% | 1.16% |
32.16% |
Color #ADA0AB in popluar number systems.
HEX | AD | A0 | AB |
Decimal | 173 | 160 | 171 |
Binary | 10101101 | 10100000 | 10101011 |
Octal | 255 | 240 | 253 |
Shades of #ADA0AB
Tints of #ADA0AB
Examples of css and html codes for elements with #ADA0AB color. Also use rgb(173,160,171) instead hex code.
.myTextColor { color: #ADA0AB; }
<p style="color:#ADA0AB">This sample text font color is #ADA0AB.</p>
This text font color is #ADA0AB.
.myBgColor { background-color: #ADA0AB; }
<div style="background-color:#ADA0AB">Inner text</div>
This div background color is #ADA0AB.
.myBorderColor { border: 1px solid #ADA0AB; }
<div style="border:3px solid #ADA0AB">Div</div>
This div border color is #ADA0AB.
.myOpacity80 { color: #ADA0AB; opacity: 0.8; }
<p style="color:#ADA0AB;opacity:0.8;">80%</p>
Text with #ADA0AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA0AB;}
<p style="text-shadow: 3px 3px 1px #ADA0AB">Text here.</p>
This text has shadow with #ADA0AB color.
.textShadow {text-shadow: 3px 3px 1px #ADA0AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA0AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA0AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA0AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA0AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA0AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA0AB;
-webkit-box-shadow: 1px 1px 3px 2px #ADA0AB;
box-shadow: 1px 1px 3px 2px #ADA0AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA0AB; -webkit-box-shadow: 1px 1px 3px 2px #ADA0AB; box-shadow:1px 1px 3px 2px #ADA0AB;">
Div content here
</div>
This text has color #ADA0AB on black background.
This text has color #ADA0AB on white background.
This text has black color on #ADA0AB background.
This text has white color on #ADA0AB background.
Complementary color for #hex is #525F54.