HEX: #AD966C
RGB: (173,150,108)
#AD966C contains mainly red and green colors. Web safe color of #AD966C is #999966 (or #996).
#AD966C color RGB value is (173,150,108).
RGB: (173,150,108)
(68%, 59%, 42%)
R 173 of 255 = 68%
G 150 of 255 = 59%
B 108 of 255 = 42%
R + G + B ~ 56%. #AD966C is middle color (not dark and not light).
R + G + B = 173 + 150 + 108 = 431 (100%)
R 173 of 431 ~ 40.14%
G 150 of 431 ~ 34.8%
B 108 of 431 ~ 25.06'%
#AD966C color CMYK value is (0,13,38,32).
CMYK: (0,13,38,32) C0M13Y38K32 (0%,13%,38%,32%) (0.00/0.13/0.38/0.32)
Color #AD966C in popluar color models
AD | 96 | 6C | |
---|---|---|---|
RGB | 173 | 150 | 108 |
HSL | 39° | 28.38% | 55.10% |
HSB/HSV | 39° | 37.57% | 67.84% |
CMYK | 0.00% | 13.29% | 37.57% |
32.16% |
Color #AD966C in popluar number systems.
HEX | AD | 96 | 6C |
Decimal | 173 | 150 | 108 |
Binary | 10101101 | 10010110 | 1101100 |
Octal | 255 | 226 | 154 |
Shades of #AD966C
Tints of #AD966C
Examples of css and html codes for elements with #AD966C color. Also use rgb(173,150,108) instead hex code.
.myTextColor { color: #AD966C; }
<p style="color:#AD966C">This sample text font color is #AD966C.</p>
This text font color is #AD966C.
.myBgColor { background-color: #AD966C; }
<div style="background-color:#AD966C">Inner text</div>
This div background color is #AD966C.
.myBorderColor { border: 1px solid #AD966C; }
<div style="border:3px solid #AD966C">Div</div>
This div border color is #AD966C.
.myOpacity80 { color: #AD966C; opacity: 0.8; }
<p style="color:#AD966C;opacity:0.8;">80%</p>
Text with #AD966C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD966C;}
<p style="text-shadow: 3px 3px 1px #AD966C">Text here.</p>
This text has shadow with #AD966C color.
.textShadow {text-shadow: 3px 3px 1px #AD966C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD966C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD966C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD966C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD966C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD966C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD966C;
-webkit-box-shadow: 1px 1px 3px 2px #AD966C;
box-shadow: 1px 1px 3px 2px #AD966C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD966C; -webkit-box-shadow: 1px 1px 3px 2px #AD966C; box-shadow:1px 1px 3px 2px #AD966C;">
Div content here
</div>
This text has color #AD966C on black background.
This text has color #AD966C on white background.
This text has black color on #AD966C background.
This text has white color on #AD966C background.
Complementary color for #hex is #526993.