HEX: #AD9A7D
RGB: (173,154,125)
#AD9A7D contains red, green and blue colors in about the same proportion. Web safe color of #AD9A7D is #999966 (or #996).
#AD9A7D color RGB value is (173,154,125).
RGB: (173,154,125)
(68%, 60%, 49%)
R 173 of 255 = 68%
G 154 of 255 = 60%
B 125 of 255 = 49%
R + G + B ~ 59%. #AD9A7D is middle color (not dark and not light).
R + G + B = 173 + 154 + 125 = 452 (100%)
R 173 of 452 ~ 38.27%
G 154 of 452 ~ 34.07%
B 125 of 452 ~ 27.65'%
#AD9A7D color CMYK value is (0,11,28,32).
CMYK: (0,11,28,32) C0M11Y28K32 (0%,11%,28%,32%) (0.00/0.11/0.28/0.32)
Color #AD9A7D in popluar color models
AD | 9A | 7D | |
---|---|---|---|
RGB | 173 | 154 | 125 |
HSL | 36° | 22.64% | 58.43% |
HSB/HSV | 36° | 27.75% | 67.84% |
CMYK | 0.00% | 10.98% | 27.75% |
32.16% |
Color #AD9A7D in popluar number systems.
HEX | AD | 9A | 7D |
Decimal | 173 | 154 | 125 |
Binary | 10101101 | 10011010 | 1111101 |
Octal | 255 | 232 | 175 |
Shades of #AD9A7D
Tints of #AD9A7D
Examples of css and html codes for elements with #AD9A7D color. Also use rgb(173,154,125) instead hex code.
.myTextColor { color: #AD9A7D; }
<p style="color:#AD9A7D">This sample text font color is #AD9A7D.</p>
This text font color is #AD9A7D.
.myBgColor { background-color: #AD9A7D; }
<div style="background-color:#AD9A7D">Inner text</div>
This div background color is #AD9A7D.
.myBorderColor { border: 1px solid #AD9A7D; }
<div style="border:3px solid #AD9A7D">Div</div>
This div border color is #AD9A7D.
.myOpacity80 { color: #AD9A7D; opacity: 0.8; }
<p style="color:#AD9A7D;opacity:0.8;">80%</p>
Text with #AD9A7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9A7D;}
<p style="text-shadow: 3px 3px 1px #AD9A7D">Text here.</p>
This text has shadow with #AD9A7D color.
.textShadow {text-shadow: 3px 3px 1px #AD9A7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9A7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9A7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9A7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9A7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9A7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9A7D;
-webkit-box-shadow: 1px 1px 3px 2px #AD9A7D;
box-shadow: 1px 1px 3px 2px #AD9A7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9A7D; -webkit-box-shadow: 1px 1px 3px 2px #AD9A7D; box-shadow:1px 1px 3px 2px #AD9A7D;">
Div content here
</div>
This text has color #AD9A7D on black background.
This text has color #AD9A7D on white background.
This text has black color on #AD9A7D background.
This text has white color on #AD9A7D background.
Complementary color for #hex is #526582.