HEX: #AD757E
RGB: (173,117,126)
#AD757E contains red, green and blue colors in about the same proportion. Web safe color of #AD757E is #996666 (or #966).
#AD757E color RGB value is (173,117,126).
RGB: (173,117,126)
(68%, 46%, 49%)
R 173 of 255 = 68%
G 117 of 255 = 46%
B 126 of 255 = 49%
R + G + B ~ 54%. #AD757E is middle color (not dark and not light).
R + G + B = 173 + 117 + 126 = 416 (100%)
R 173 of 416 ~ 41.59%
G 117 of 416 ~ 28.13%
B 126 of 416 ~ 30.29'%
#AD757E color CMYK value is (0,32,27,32).
CMYK: (0,32,27,32)
C0M32Y27K32 (0%, 32%, 27%, 32%)
(0.00 / 0.32 / 0.27 / 0.32)
Color #AD757E in popluar color models
AD | 75 | 7E | |
---|---|---|---|
RGB | 173 | 117 | 126 |
HSL | 350° | 25.45% | 56.86% |
HSB/HSV | 350° | 32.37% | 67.84% |
CMYK | 0.00% | 32.37% | 27.17% |
32.16% |
Color #AD757E in popluar number systems.
HEX | AD | 75 | 7E |
Decimal | 173 | 117 | 126 |
Binary | 10101101 | 1110101 | 1111110 |
Octal | 255 | 165 | 176 |
Shades of #AD757E
Tints of #AD757E
Examples of css and html codes for elements with #AD757E color. Also use rgb(173,117,126) instead hex code.
.myTextColor { color: #AD757E; }
<p style="color:#AD757E">This sample text font color is #AD757E.</p>
This text font color is #AD757E.
.myBgColor { background-color: #AD757E; }
<div style="background-color:#AD757E">Inner text</div>
This div background color is #AD757E.
.myBorderColor { border: 1px solid #AD757E; }
<div style="border:3px solid #AD757E">Div</div>
This div border color is #AD757E.
.myOpacity80 { color: #AD757E; opacity: 0.8; }
<p style="color:#AD757E;opacity:0.8;">80%</p>
Text with #AD757E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD757E;}
<p style="text-shadow: 3px 3px 1px #AD757E">Text here.</p>
This text has shadow with #AD757E color.
.textShadow {text-shadow: 3px 3px 1px #AD757E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD757E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD757E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD757E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD757E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD757E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD757E;
-webkit-box-shadow: 1px 1px 3px 2px #AD757E;
box-shadow: 1px 1px 3px 2px #AD757E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD757E; -webkit-box-shadow: 1px 1px 3px 2px #AD757E; box-shadow:1px 1px 3px 2px #AD757E;">
Div content here
</div>
This text has color #AD757E on black background.
This text has color #AD757E on white background.
This text has black color on #AD757E background.
This text has white color on #AD757E background.
Complementary color for #hex is #528A81.