HEX: #AE707F
RGB: (174,112,127)
#AE707F contains mainly red and blue colors. Web safe color of #AE707F is #996666 (or #966).
#AE707F color RGB value is (174,112,127).
RGB: (174,112,127)
(68%, 44%, 50%)
R 174 of 255 = 68%
G 112 of 255 = 44%
B 127 of 255 = 50%
R + G + B ~ 54%. #AE707F is middle color (not dark and not light).
R + G + B = 174 + 112 + 127 = 413 (100%)
R 174 of 413 ~ 42.13%
G 112 of 413 ~ 27.12%
B 127 of 413 ~ 30.75'%
#AE707F color CMYK value is (0,36,27,32).
CMYK: (0,36,27,32) C0M36Y27K32 (0%,36%,27%,32%) (0.00/0.36/0.27/0.32)
Color #AE707F in popluar color models
AE | 70 | 7F | |
---|---|---|---|
RGB | 174 | 112 | 127 |
HSL | 345° | 27.68% | 56.08% |
HSB/HSV | 345° | 35.63% | 68.24% |
CMYK | 0.00% | 35.63% | 27.01% |
31.76% |
Color #AE707F in popluar number systems.
HEX | AE | 70 | 7F |
Decimal | 174 | 112 | 127 |
Binary | 10101110 | 1110000 | 1111111 |
Octal | 256 | 160 | 177 |
Shades of #AE707F
Tints of #AE707F
Examples of css and html codes for elements with #AE707F color. Also use rgb(174,112,127) instead hex code.
.myTextColor { color: #AE707F; }
<p style="color:#AE707F">This sample text font color is #AE707F.</p>
This text font color is #AE707F.
.myBgColor { background-color: #AE707F; }
<div style="background-color:#AE707F">Inner text</div>
This div background color is #AE707F.
.myBorderColor { border: 1px solid #AE707F; }
<div style="border:3px solid #AE707F">Div</div>
This div border color is #AE707F.
.myOpacity80 { color: #AE707F; opacity: 0.8; }
<p style="color:#AE707F;opacity:0.8;">80%</p>
Text with #AE707F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE707F;}
<p style="text-shadow: 3px 3px 1px #AE707F">Text here.</p>
This text has shadow with #AE707F color.
.textShadow {text-shadow: 3px 3px 1px #AE707F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE707F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE707F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE707F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE707F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE707F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE707F;
-webkit-box-shadow: 1px 1px 3px 2px #AE707F;
box-shadow: 1px 1px 3px 2px #AE707F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE707F; -webkit-box-shadow: 1px 1px 3px 2px #AE707F; box-shadow:1px 1px 3px 2px #AE707F;">
Div content here
</div>
This text has color #AE707F on black background.
This text has color #AE707F on white background.
This text has black color on #AE707F background.
This text has white color on #AE707F background.
Complementary color for #hex is #518F80.