HEX: #ADA59B
RGB: (173,165,155)
#ADA59B contains red, green and blue colors in about the same proportion. Web safe color of #ADA59B is #999999 (or #999).
#ADA59B color RGB value is (173,165,155).
RGB: (173,165,155)
(68%, 65%, 61%)
R 173 of 255 = 68%
G 165 of 255 = 65%
B 155 of 255 = 61%
R + G + B ~ 65%. #ADA59B is quite light color.
R + G + B = 173 + 165 + 155 = 493 (100%)
R 173 of 493 ~ 35.09%
G 165 of 493 ~ 33.47%
B 155 of 493 ~ 31.44'%
#ADA59B color CMYK value is (0,5,10,32).
CMYK: (0,5,10,32)
C0M5Y10K32 (0%, 5%, 10%, 32%)
(0.00 / 0.05 / 0.10 / 0.32)
Color #ADA59B in popluar color models
AD | A5 | 9B | |
---|---|---|---|
RGB | 173 | 165 | 155 |
HSL | 33° | 9.89% | 64.31% |
HSB/HSV | 33° | 10.40% | 67.84% |
CMYK | 0.00% | 4.62% | 10.40% |
32.16% |
Color #ADA59B in popluar number systems.
HEX | AD | A5 | 9B |
Decimal | 173 | 165 | 155 |
Binary | 10101101 | 10100101 | 10011011 |
Octal | 255 | 245 | 233 |
Shades of #ADA59B
Tints of #ADA59B
Examples of css and html codes for elements with #ADA59B color. Also use rgb(173,165,155) instead hex code.
.myTextColor { color: #ADA59B; }
<p style="color:#ADA59B">This sample text font color is #ADA59B.</p>
This text font color is #ADA59B.
.myBgColor { background-color: #ADA59B; }
<div style="background-color:#ADA59B">Inner text</div>
This div background color is #ADA59B.
.myBorderColor { border: 1px solid #ADA59B; }
<div style="border:3px solid #ADA59B">Div</div>
This div border color is #ADA59B.
.myOpacity80 { color: #ADA59B; opacity: 0.8; }
<p style="color:#ADA59B;opacity:0.8;">80%</p>
Text with #ADA59B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA59B;}
<p style="text-shadow: 3px 3px 1px #ADA59B">Text here.</p>
This text has shadow with #ADA59B color.
.textShadow {text-shadow: 3px 3px 1px #ADA59B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA59B, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA59B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA59B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA59B;
-webkit-box-shadow: 1px 1px 3px 2px #ADA59B;
box-shadow: 1px 1px 3px 2px #ADA59B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA59B; -webkit-box-shadow: 1px 1px 3px 2px #ADA59B; box-shadow:1px 1px 3px 2px #ADA59B;">
Div content here
</div>
This text has color #ADA59B on black background.
This text has color #ADA59B on white background.
This text has black color on #ADA59B background.
This text has white color on #ADA59B background.
Complementary color for #hex is #525A64.