HEX: #AD957C
RGB: (173,149,124)
#AD957C contains red, green and blue colors in about the same proportion. Web safe color of #AD957C is #999966 (or #996).
#AD957C color RGB value is (173,149,124).
RGB: (173,149,124)
(68%, 58%, 49%)
R 173 of 255 = 68%
G 149 of 255 = 58%
B 124 of 255 = 49%
R + G + B ~ 58%. #AD957C is middle color (not dark and not light).
R + G + B = 173 + 149 + 124 = 446 (100%)
R 173 of 446 ~ 38.79%
G 149 of 446 ~ 33.41%
B 124 of 446 ~ 27.8'%
#AD957C color CMYK value is (0,14,28,32).
CMYK: (0,14,28,32)
C0M14Y28K32 (0%, 14%, 28%, 32%)
(0.00 / 0.14 / 0.28 / 0.32)
Color #AD957C in popluar color models
AD | 95 | 7C | |
---|---|---|---|
RGB | 173 | 149 | 124 |
HSL | 31° | 23.00% | 58.24% |
HSB/HSV | 31° | 28.32% | 67.84% |
CMYK | 0.00% | 13.87% | 28.32% |
32.16% |
Color #AD957C in popluar number systems.
HEX | AD | 95 | 7C |
Decimal | 173 | 149 | 124 |
Binary | 10101101 | 10010101 | 1111100 |
Octal | 255 | 225 | 174 |
Shades of #AD957C
Tints of #AD957C
Examples of css and html codes for elements with #AD957C color. Also use rgb(173,149,124) instead hex code.
.myTextColor { color: #AD957C; }
<p style="color:#AD957C">This sample text font color is #AD957C.</p>
This text font color is #AD957C.
.myBgColor { background-color: #AD957C; }
<div style="background-color:#AD957C">Inner text</div>
This div background color is #AD957C.
.myBorderColor { border: 1px solid #AD957C; }
<div style="border:3px solid #AD957C">Div</div>
This div border color is #AD957C.
.myOpacity80 { color: #AD957C; opacity: 0.8; }
<p style="color:#AD957C;opacity:0.8;">80%</p>
Text with #AD957C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD957C;}
<p style="text-shadow: 3px 3px 1px #AD957C">Text here.</p>
This text has shadow with #AD957C color.
.textShadow {text-shadow: 3px 3px 1px #AD957C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD957C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD957C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD957C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD957C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD957C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD957C;
-webkit-box-shadow: 1px 1px 3px 2px #AD957C;
box-shadow: 1px 1px 3px 2px #AD957C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD957C; -webkit-box-shadow: 1px 1px 3px 2px #AD957C; box-shadow:1px 1px 3px 2px #AD957C;">
Div content here
</div>
This text has color #AD957C on black background.
This text has color #AD957C on white background.
This text has black color on #AD957C background.
This text has white color on #AD957C background.
Complementary color for #hex is #526A83.