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