HEX: #ADA56B
RGB: (173,165,107)
#ADA56B contains mainly red and green colors. Web safe color of #ADA56B is #999966 (or #996).
#ADA56B color RGB value is (173,165,107).
RGB: (173,165,107)
(68%, 65%, 42%)
R 173 of 255 = 68%
G 165 of 255 = 65%
B 107 of 255 = 42%
R + G + B ~ 58%. #ADA56B is middle color (not dark and not light).
R + G + B = 173 + 165 + 107 = 445 (100%)
R 173 of 445 ~ 38.88%
G 165 of 445 ~ 37.08%
B 107 of 445 ~ 24.04'%
#ADA56B color CMYK value is (0,5,38,32).
CMYK: (0,5,38,32) C0M5Y38K32 (0%,5%,38%,32%) (0.00/0.05/0.38/0.32)
Color #ADA56B in popluar color models
AD | A5 | 6B | |
---|---|---|---|
RGB | 173 | 165 | 107 |
HSL | 53° | 28.70% | 54.90% |
HSB/HSV | 53° | 38.15% | 67.84% |
CMYK | 0.00% | 4.62% | 38.15% |
32.16% |
Color #ADA56B in popluar number systems.
HEX | AD | A5 | 6B |
Decimal | 173 | 165 | 107 |
Binary | 10101101 | 10100101 | 1101011 |
Octal | 255 | 245 | 153 |
Shades of #ADA56B
Tints of #ADA56B
Examples of css and html codes for elements with #ADA56B color. Also use rgb(173,165,107) instead hex code.
.myTextColor { color: #ADA56B; }
<p style="color:#ADA56B">This sample text font color is #ADA56B.</p>
This text font color is #ADA56B.
.myBgColor { background-color: #ADA56B; }
<div style="background-color:#ADA56B">Inner text</div>
This div background color is #ADA56B.
.myBorderColor { border: 1px solid #ADA56B; }
<div style="border:3px solid #ADA56B">Div</div>
This div border color is #ADA56B.
.myOpacity80 { color: #ADA56B; opacity: 0.8; }
<p style="color:#ADA56B;opacity:0.8;">80%</p>
Text with #ADA56B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA56B;}
<p style="text-shadow: 3px 3px 1px #ADA56B">Text here.</p>
This text has shadow with #ADA56B color.
.textShadow {text-shadow: 3px 3px 1px #ADA56B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA56B, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA56B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA56B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA56B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA56B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA56B;
-webkit-box-shadow: 1px 1px 3px 2px #ADA56B;
box-shadow: 1px 1px 3px 2px #ADA56B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA56B; -webkit-box-shadow: 1px 1px 3px 2px #ADA56B; box-shadow:1px 1px 3px 2px #ADA56B;">
Div content here
</div>
This text has color #ADA56B on black background.
This text has color #ADA56B on white background.
This text has black color on #ADA56B background.
This text has white color on #ADA56B background.
Complementary color for #hex is #525A94.