HEX: #ADA19C
RGB: (173,161,156)
#ADA19C contains red, green and blue colors in about the same proportion. Web safe color of #ADA19C is #999999 (or #999).
#ADA19C color RGB value is (173,161,156).
RGB: (173,161,156)
(68%, 63%, 61%)
R 173 of 255 = 68%
G 161 of 255 = 63%
B 156 of 255 = 61%
R + G + B ~ 64%. #ADA19C is quite light color.
R + G + B = 173 + 161 + 156 = 490 (100%)
R 173 of 490 ~ 35.31%
G 161 of 490 ~ 32.86%
B 156 of 490 ~ 31.84'%
#ADA19C color CMYK value is (0,7,10,32).
CMYK: (0,7,10,32)
C0M7Y10K32 (0%, 7%, 10%, 32%)
(0.00 / 0.07 / 0.10 / 0.32)
Color #ADA19C in popluar color models
AD | A1 | 9C | |
---|---|---|---|
RGB | 173 | 161 | 156 |
HSL | 18° | 9.39% | 64.51% |
HSB/HSV | 18° | 9.83% | 67.84% |
CMYK | 0.00% | 6.94% | 9.83% |
32.16% |
Color #ADA19C in popluar number systems.
HEX | AD | A1 | 9C |
Decimal | 173 | 161 | 156 |
Binary | 10101101 | 10100001 | 10011100 |
Octal | 255 | 241 | 234 |
Shades of #ADA19C
Tints of #ADA19C
Examples of css and html codes for elements with #ADA19C color. Also use rgb(173,161,156) instead hex code.
.myTextColor { color: #ADA19C; }
<p style="color:#ADA19C">This sample text font color is #ADA19C.</p>
This text font color is #ADA19C.
.myBgColor { background-color: #ADA19C; }
<div style="background-color:#ADA19C">Inner text</div>
This div background color is #ADA19C.
.myBorderColor { border: 1px solid #ADA19C; }
<div style="border:3px solid #ADA19C">Div</div>
This div border color is #ADA19C.
.myOpacity80 { color: #ADA19C; opacity: 0.8; }
<p style="color:#ADA19C;opacity:0.8;">80%</p>
Text with #ADA19C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA19C;}
<p style="text-shadow: 3px 3px 1px #ADA19C">Text here.</p>
This text has shadow with #ADA19C color.
.textShadow {text-shadow: 3px 3px 1px #ADA19C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA19C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA19C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA19C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA19C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA19C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA19C;
-webkit-box-shadow: 1px 1px 3px 2px #ADA19C;
box-shadow: 1px 1px 3px 2px #ADA19C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA19C; -webkit-box-shadow: 1px 1px 3px 2px #ADA19C; box-shadow:1px 1px 3px 2px #ADA19C;">
Div content here
</div>
This text has color #ADA19C on black background.
This text has color #ADA19C on white background.
This text has black color on #ADA19C background.
This text has white color on #ADA19C background.
Complementary color for #hex is #525E63.