HEX: #AD9E6D
RGB: (173,158,109)
#AD9E6D contains mainly red and green colors. Web safe color of #AD9E6D is #999966 (or #996).
#AD9E6D color RGB value is (173,158,109).
RGB: (173,158,109)
(68%, 62%, 43%)
R 173 of 255 = 68%
G 158 of 255 = 62%
B 109 of 255 = 43%
R + G + B ~ 58%. #AD9E6D is middle color (not dark and not light).
R + G + B = 173 + 158 + 109 = 440 (100%)
R 173 of 440 ~ 39.32%
G 158 of 440 ~ 35.91%
B 109 of 440 ~ 24.77'%
#AD9E6D color CMYK value is (0,9,37,32).
CMYK: (0,9,37,32)
C0M9Y37K32 (0%, 9%, 37%, 32%)
(0.00 / 0.09 / 0.37 / 0.32)
Color #AD9E6D in popluar color models
AD | 9E | 6D | |
---|---|---|---|
RGB | 173 | 158 | 109 |
HSL | 46° | 28.07% | 55.29% |
HSB/HSV | 46° | 36.99% | 67.84% |
CMYK | 0.00% | 8.67% | 36.99% |
32.16% |
Color #AD9E6D in popluar number systems.
HEX | AD | 9E | 6D |
Decimal | 173 | 158 | 109 |
Binary | 10101101 | 10011110 | 1101101 |
Octal | 255 | 236 | 155 |
Shades of #AD9E6D
Tints of #AD9E6D
Examples of css and html codes for elements with #AD9E6D color. Also use rgb(173,158,109) instead hex code.
.myTextColor { color: #AD9E6D; }
<p style="color:#AD9E6D">This sample text font color is #AD9E6D.</p>
This text font color is #AD9E6D.
.myBgColor { background-color: #AD9E6D; }
<div style="background-color:#AD9E6D">Inner text</div>
This div background color is #AD9E6D.
.myBorderColor { border: 1px solid #AD9E6D; }
<div style="border:3px solid #AD9E6D">Div</div>
This div border color is #AD9E6D.
.myOpacity80 { color: #AD9E6D; opacity: 0.8; }
<p style="color:#AD9E6D;opacity:0.8;">80%</p>
Text with #AD9E6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9E6D;}
<p style="text-shadow: 3px 3px 1px #AD9E6D">Text here.</p>
This text has shadow with #AD9E6D color.
.textShadow {text-shadow: 3px 3px 1px #AD9E6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9E6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9E6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9E6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9E6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9E6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9E6D;
-webkit-box-shadow: 1px 1px 3px 2px #AD9E6D;
box-shadow: 1px 1px 3px 2px #AD9E6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9E6D; -webkit-box-shadow: 1px 1px 3px 2px #AD9E6D; box-shadow:1px 1px 3px 2px #AD9E6D;">
Div content here
</div>
This text has color #AD9E6D on black background.
This text has color #AD9E6D on white background.
This text has black color on #AD9E6D background.
This text has white color on #AD9E6D background.
Complementary color for #hex is #526192.