HEX: #AE5992
RGB: (174,89,146)
#AE5992 contains mainly red and blue colors. Web safe color of #AE5992 is #996699 (or #969).
#AE5992 color RGB value is (174,89,146).
RGB: (174,89,146) (68%,35%,57%)
R 174 of 255 = 68%
G 89 of 255 = 35%
B 146 of 255 = 57%
R + G + B ~ 53%. #AE5992 is middle color (not dark and not light).
R + G + B =
174 + 89 + 146 = 409 (100%)
R 174 of 409 ~ 42.54%
G 89 of 409 ~ 21.76%
B 146 of 409 ~ 35.7%
#AE5992 color CMYK value is (0,49,16,32).
CMYK: (0,49,16,32) C0M49Y16K32 (0%,49%,16%,32%) (0.00/0.49/0.16/0.32)
AE | 59 | 92 | |
---|---|---|---|
RGB | 174 | 89 | 146 |
HSL | 320° | 34.41% | 51.57% |
HSB/HSV | 320° | 48.85% | 68.24% |
CMYK | 0.00% | 48.85% | 16.09% |
31.76% |
HEX | AE | 59 | 92 |
Decimal | 174 | 89 | 146 |
Binary | 10101110 | 1011001 | 10010010 |
Octal | 256 | 131 | 222 |
Examples of css and html codes for elements with #AE5992 color. Also use rgb(174,89,146) instead hex code.
.myTextColor { color: #AE5992; }
<p style="color:#AE5992">This sample text font color is #AE5992.</p>
This text font color is #AE5992.
.myBgColor { background-color: #AE5992; }
<div style="background-color:#AE5992">Inner text</div>
This div background color is #AE5992.
.myBorderColor { border: 1px solid #AE5992; }
<div style="border:3px solid #AE5992">Div</div>
This div border color is #AE5992.
.myOpacity80 { color: #AE5992; opacity: 0.8; }
<p style="color:#AE5992;opacity:0.8;">80%</p>
Text with #AE5992 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE5992;}
<p style="text-shadow: 3px 3px 1px #AE5992">Text here.</p>
This text has shadow with #AE5992 color.
.textShadow {text-shadow: 3px 3px 1px #AE5992, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE5992, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE5992 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE5992, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE5992, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE5992 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE5992; -webkit-box-shadow: 1px 1px 3px 2px #AE5992; box-shadow: 1px 1px 3px 2px #AE5992; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE5992; -webkit-box-shadow: 1px 1px 3px 2px #AE5992; box-shadow:1px 1px 3px 2px #AE5992;">
Div content here</div>
This text has color #AE5992 on black background.
This text has color #AE5992 on white background.
This text has black color on #AE5992 background.
This text has white color on #AE5992 background.