HEX: #AE708C
RGB: (174,112,140)
#AE708C contains mainly red and blue colors. Web safe color of #AE708C is #996699 (or #969).
#AE708C color RGB value is (174,112,140).
RGB: (174,112,140)
(68%, 44%, 55%)
R 174 of 255 = 68%
G 112 of 255 = 44%
B 140 of 255 = 55%
R + G + B ~ 56%. #AE708C is middle color (not dark and not light).
R + G + B = 174 + 112 + 140 = 426 (100%)
R 174 of 426 ~ 40.85%
G 112 of 426 ~ 26.29%
B 140 of 426 ~ 32.86'%
#AE708C color CMYK value is (0,36,20,32).
CMYK: (0,36,20,32) C0M36Y20K32 (0%,36%,20%,32%) (0.00/0.36/0.20/0.32)
Color #AE708C in popluar color models
AE | 70 | 8C | |
---|---|---|---|
RGB | 174 | 112 | 140 |
HSL | 333° | 27.68% | 56.08% |
HSB/HSV | 333° | 35.63% | 68.24% |
CMYK | 0.00% | 35.63% | 19.54% |
31.76% |
Color #AE708C in popluar number systems.
HEX | AE | 70 | 8C |
Decimal | 174 | 112 | 140 |
Binary | 10101110 | 1110000 | 10001100 |
Octal | 256 | 160 | 214 |
Shades of #AE708C
Tints of #AE708C
Examples of css and html codes for elements with #AE708C color. Also use rgb(174,112,140) instead hex code.
.myTextColor { color: #AE708C; }
<p style="color:#AE708C">This sample text font color is #AE708C.</p>
This text font color is #AE708C.
.myBgColor { background-color: #AE708C; }
<div style="background-color:#AE708C">Inner text</div>
This div background color is #AE708C.
.myBorderColor { border: 1px solid #AE708C; }
<div style="border:3px solid #AE708C">Div</div>
This div border color is #AE708C.
.myOpacity80 { color: #AE708C; opacity: 0.8; }
<p style="color:#AE708C;opacity:0.8;">80%</p>
Text with #AE708C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE708C;}
<p style="text-shadow: 3px 3px 1px #AE708C">Text here.</p>
This text has shadow with #AE708C color.
.textShadow {text-shadow: 3px 3px 1px #AE708C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE708C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE708C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE708C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE708C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE708C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE708C;
-webkit-box-shadow: 1px 1px 3px 2px #AE708C;
box-shadow: 1px 1px 3px 2px #AE708C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE708C; -webkit-box-shadow: 1px 1px 3px 2px #AE708C; box-shadow:1px 1px 3px 2px #AE708C;">
Div content here
</div>
This text has color #AE708C on black background.
This text has color #AE708C on white background.
This text has black color on #AE708C background.
This text has white color on #AE708C background.
Complementary color for #hex is #518F73.