HEX: #AE749E
RGB: (174,116,158)
#AE749E contains red, green and blue colors in about the same proportion. Web safe color of #AE749E is #996699 (or #969).
#AE749E color RGB value is (174,116,158).
RGB: (174,116,158)
(68%, 45%, 62%)
R 174 of 255 = 68%
G 116 of 255 = 45%
B 158 of 255 = 62%
R + G + B ~ 58%. #AE749E is middle color (not dark and not light).
R + G + B = 174 + 116 + 158 = 448 (100%)
R 174 of 448 ~ 38.84%
G 116 of 448 ~ 25.89%
B 158 of 448 ~ 35.27'%
#AE749E color CMYK value is (0,33,9,32).
CMYK: (0,33,9,32)
C0M33Y9K32 (0%, 33%, 9%, 32%)
(0.00 / 0.33 / 0.09 / 0.32)
Color #AE749E in popluar color models
AE | 74 | 9E | |
---|---|---|---|
RGB | 174 | 116 | 158 |
HSL | 317° | 26.36% | 56.86% |
HSB/HSV | 317° | 33.33% | 68.24% |
CMYK | 0.00% | 33.33% | 9.20% |
31.76% |
Color #AE749E in popluar number systems.
HEX | AE | 74 | 9E |
Decimal | 174 | 116 | 158 |
Binary | 10101110 | 1110100 | 10011110 |
Octal | 256 | 164 | 236 |
Shades of #AE749E
Tints of #AE749E
Examples of css and html codes for elements with #AE749E color. Also use rgb(174,116,158) instead hex code.
.myTextColor { color: #AE749E; }
<p style="color:#AE749E">This sample text font color is #AE749E.</p>
This text font color is #AE749E.
.myBgColor { background-color: #AE749E; }
<div style="background-color:#AE749E">Inner text</div>
This div background color is #AE749E.
.myBorderColor { border: 1px solid #AE749E; }
<div style="border:3px solid #AE749E">Div</div>
This div border color is #AE749E.
.myOpacity80 { color: #AE749E; opacity: 0.8; }
<p style="color:#AE749E;opacity:0.8;">80%</p>
Text with #AE749E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE749E;}
<p style="text-shadow: 3px 3px 1px #AE749E">Text here.</p>
This text has shadow with #AE749E color.
.textShadow {text-shadow: 3px 3px 1px #AE749E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE749E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE749E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE749E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE749E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE749E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE749E;
-webkit-box-shadow: 1px 1px 3px 2px #AE749E;
box-shadow: 1px 1px 3px 2px #AE749E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE749E; -webkit-box-shadow: 1px 1px 3px 2px #AE749E; box-shadow:1px 1px 3px 2px #AE749E;">
Div content here
</div>
This text has color #AE749E on black background.
This text has color #AE749E on white background.
This text has black color on #AE749E background.
This text has white color on #AE749E background.
Complementary color for #hex is #518B61.