HEX: #ADA171
RGB: (173,161,113)
#ADA171 contains mainly red and green colors. Web safe color of #ADA171 is #999966 (or #996).
#ADA171 color RGB value is (173,161,113).
RGB: (173,161,113)
(68%, 63%, 44%)
R 173 of 255 = 68%
G 161 of 255 = 63%
B 113 of 255 = 44%
R + G + B ~ 58%. #ADA171 is middle color (not dark and not light).
R + G + B = 173 + 161 + 113 = 447 (100%)
R 173 of 447 ~ 38.7%
G 161 of 447 ~ 36.02%
B 113 of 447 ~ 25.28'%
#ADA171 color CMYK value is (0,7,35,32).
CMYK: (0,7,35,32)
C0M7Y35K32 (0%, 7%, 35%, 32%)
(0.00 / 0.07 / 0.35 / 0.32)
Color #ADA171 in popluar color models
AD | A1 | 71 | |
---|---|---|---|
RGB | 173 | 161 | 113 |
HSL | 48° | 26.79% | 56.08% |
HSB/HSV | 48° | 34.68% | 67.84% |
CMYK | 0.00% | 6.94% | 34.68% |
32.16% |
Color #ADA171 in popluar number systems.
HEX | AD | A1 | 71 |
Decimal | 173 | 161 | 113 |
Binary | 10101101 | 10100001 | 1110001 |
Octal | 255 | 241 | 161 |
Shades of #ADA171
Tints of #ADA171
Examples of css and html codes for elements with #ADA171 color. Also use rgb(173,161,113) instead hex code.
.myTextColor { color: #ADA171; }
<p style="color:#ADA171">This sample text font color is #ADA171.</p>
This text font color is #ADA171.
.myBgColor { background-color: #ADA171; }
<div style="background-color:#ADA171">Inner text</div>
This div background color is #ADA171.
.myBorderColor { border: 1px solid #ADA171; }
<div style="border:3px solid #ADA171">Div</div>
This div border color is #ADA171.
.myOpacity80 { color: #ADA171; opacity: 0.8; }
<p style="color:#ADA171;opacity:0.8;">80%</p>
Text with #ADA171 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA171;}
<p style="text-shadow: 3px 3px 1px #ADA171">Text here.</p>
This text has shadow with #ADA171 color.
.textShadow {text-shadow: 3px 3px 1px #ADA171', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA171, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA171 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA171, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA171, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA171 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA171;
-webkit-box-shadow: 1px 1px 3px 2px #ADA171;
box-shadow: 1px 1px 3px 2px #ADA171;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA171; -webkit-box-shadow: 1px 1px 3px 2px #ADA171; box-shadow:1px 1px 3px 2px #ADA171;">
Div content here
</div>
This text has color #ADA171 on black background.
This text has color #ADA171 on white background.
This text has black color on #ADA171 background.
This text has white color on #ADA171 background.
Complementary color for #hex is #525E8E.