HEX: #AD9366
RGB: (173,147,102)
#AD9366 contains mainly red and green colors. Web safe color of #AD9366 is #999966 (or #996).
#AD9366 color RGB value is (173,147,102).
RGB: (173,147,102)
(68%, 58%, 40%)
R 173 of 255 = 68%
G 147 of 255 = 58%
B 102 of 255 = 40%
R + G + B ~ 55%. #AD9366 is middle color (not dark and not light).
R + G + B = 173 + 147 + 102 = 422 (100%)
R 173 of 422 ~ 41%
G 147 of 422 ~ 34.83%
B 102 of 422 ~ 24.17'%
#AD9366 color CMYK value is (0,15,41,32).
CMYK: (0,15,41,32)
C0M15Y41K32 (0%, 15%, 41%, 32%)
(0.00 / 0.15 / 0.41 / 0.32)
Color #AD9366 in popluar color models
AD | 93 | 66 | |
---|---|---|---|
RGB | 173 | 147 | 102 |
HSL | 38° | 30.21% | 53.92% |
HSB/HSV | 38° | 41.04% | 67.84% |
CMYK | 0.00% | 15.03% | 41.04% |
32.16% |
Color #AD9366 in popluar number systems.
HEX | AD | 93 | 66 |
Decimal | 173 | 147 | 102 |
Binary | 10101101 | 10010011 | 1100110 |
Octal | 255 | 223 | 146 |
Shades of #AD9366
Tints of #AD9366
Examples of css and html codes for elements with #AD9366 color. Also use rgb(173,147,102) instead hex code.
.myTextColor { color: #AD9366; }
<p style="color:#AD9366">This sample text font color is #AD9366.</p>
This text font color is #AD9366.
.myBgColor { background-color: #AD9366; }
<div style="background-color:#AD9366">Inner text</div>
This div background color is #AD9366.
.myBorderColor { border: 1px solid #AD9366; }
<div style="border:3px solid #AD9366">Div</div>
This div border color is #AD9366.
.myOpacity80 { color: #AD9366; opacity: 0.8; }
<p style="color:#AD9366;opacity:0.8;">80%</p>
Text with #AD9366 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9366;}
<p style="text-shadow: 3px 3px 1px #AD9366">Text here.</p>
This text has shadow with #AD9366 color.
.textShadow {text-shadow: 3px 3px 1px #AD9366', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9366, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9366 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9366, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9366, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9366 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9366;
-webkit-box-shadow: 1px 1px 3px 2px #AD9366;
box-shadow: 1px 1px 3px 2px #AD9366;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9366; -webkit-box-shadow: 1px 1px 3px 2px #AD9366; box-shadow:1px 1px 3px 2px #AD9366;">
Div content here
</div>
This text has color #AD9366 on black background.
This text has color #AD9366 on white background.
This text has black color on #AD9366 background.
This text has white color on #AD9366 background.
Complementary color for #hex is #526C99.