HEX: #ADA672
RGB: (173,166,114)
#ADA672 contains red, green and blue colors in about the same proportion. Web safe color of #ADA672 is #999966 (or #996).
#ADA672 color RGB value is (173,166,114).
RGB: (173,166,114)
(68%, 65%, 45%)
R 173 of 255 = 68%
G 166 of 255 = 65%
B 114 of 255 = 45%
R + G + B ~ 59%. #ADA672 is middle color (not dark and not light).
R + G + B = 173 + 166 + 114 = 453 (100%)
R 173 of 453 ~ 38.19%
G 166 of 453 ~ 36.64%
B 114 of 453 ~ 25.17'%
#ADA672 color CMYK value is (0,4,34,32).
CMYK: (0,4,34,32)
C0M4Y34K32 (0%, 4%, 34%, 32%)
(0.00 / 0.04 / 0.34 / 0.32)
Color #ADA672 in popluar color models
AD | A6 | 72 | |
---|---|---|---|
RGB | 173 | 166 | 114 |
HSL | 53° | 26.46% | 56.27% |
HSB/HSV | 53° | 34.10% | 67.84% |
CMYK | 0.00% | 4.05% | 34.10% |
32.16% |
Color #ADA672 in popluar number systems.
HEX | AD | A6 | 72 |
Decimal | 173 | 166 | 114 |
Binary | 10101101 | 10100110 | 1110010 |
Octal | 255 | 246 | 162 |
Shades of #ADA672
Tints of #ADA672
Examples of css and html codes for elements with #ADA672 color. Also use rgb(173,166,114) instead hex code.
.myTextColor { color: #ADA672; }
<p style="color:#ADA672">This sample text font color is #ADA672.</p>
This text font color is #ADA672.
.myBgColor { background-color: #ADA672; }
<div style="background-color:#ADA672">Inner text</div>
This div background color is #ADA672.
.myBorderColor { border: 1px solid #ADA672; }
<div style="border:3px solid #ADA672">Div</div>
This div border color is #ADA672.
.myOpacity80 { color: #ADA672; opacity: 0.8; }
<p style="color:#ADA672;opacity:0.8;">80%</p>
Text with #ADA672 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA672;}
<p style="text-shadow: 3px 3px 1px #ADA672">Text here.</p>
This text has shadow with #ADA672 color.
.textShadow {text-shadow: 3px 3px 1px #ADA672', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA672, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA672 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA672, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA672, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA672 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA672;
-webkit-box-shadow: 1px 1px 3px 2px #ADA672;
box-shadow: 1px 1px 3px 2px #ADA672;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA672; -webkit-box-shadow: 1px 1px 3px 2px #ADA672; box-shadow:1px 1px 3px 2px #ADA672;">
Div content here
</div>
This text has color #ADA672 on black background.
This text has color #ADA672 on white background.
This text has black color on #ADA672 background.
This text has white color on #ADA672 background.
Complementary color for #hex is #52598D.