HEX: #AE88AA
RGB: (174,136,170)
#AE88AA contains red, green and blue colors in about the same proportion. Web safe color of #AE88AA is #999999 (or #999).
#AE88AA color RGB value is (174,136,170).
RGB: (174,136,170)
(68%, 53%, 67%)
R 174 of 255 = 68%
G 136 of 255 = 53%
B 170 of 255 = 67%
R + G + B ~ 63%. #AE88AA is quite light color.
R + G + B = 174 + 136 + 170 = 480 (100%)
R 174 of 480 ~ 36.25%
G 136 of 480 ~ 28.33%
B 170 of 480 ~ 35.42'%
#AE88AA color CMYK value is (0,22,2,32).
CMYK: (0,22,2,32)
C0M22Y2K32 (0%, 22%, 2%, 32%)
(0.00 / 0.22 / 0.02 / 0.32)
Color #AE88AA in popluar color models
AE | 88 | AA | |
---|---|---|---|
RGB | 174 | 136 | 170 |
HSL | 306° | 19.00% | 60.78% |
HSB/HSV | 306° | 21.84% | 68.24% |
CMYK | 0.00% | 21.84% | 2.30% |
31.76% |
Color #AE88AA in popluar number systems.
HEX | AE | 88 | AA |
Decimal | 174 | 136 | 170 |
Binary | 10101110 | 10001000 | 10101010 |
Octal | 256 | 210 | 252 |
Shades of #AE88AA
Tints of #AE88AA
Examples of css and html codes for elements with #AE88AA color. Also use rgb(174,136,170) instead hex code.
.myTextColor { color: #AE88AA; }
<p style="color:#AE88AA">This sample text font color is #AE88AA.</p>
This text font color is #AE88AA.
.myBgColor { background-color: #AE88AA; }
<div style="background-color:#AE88AA">Inner text</div>
This div background color is #AE88AA.
.myBorderColor { border: 1px solid #AE88AA; }
<div style="border:3px solid #AE88AA">Div</div>
This div border color is #AE88AA.
.myOpacity80 { color: #AE88AA; opacity: 0.8; }
<p style="color:#AE88AA;opacity:0.8;">80%</p>
Text with #AE88AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE88AA;}
<p style="text-shadow: 3px 3px 1px #AE88AA">Text here.</p>
This text has shadow with #AE88AA color.
.textShadow {text-shadow: 3px 3px 1px #AE88AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE88AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE88AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE88AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE88AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE88AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE88AA;
-webkit-box-shadow: 1px 1px 3px 2px #AE88AA;
box-shadow: 1px 1px 3px 2px #AE88AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE88AA; -webkit-box-shadow: 1px 1px 3px 2px #AE88AA; box-shadow:1px 1px 3px 2px #AE88AA;">
Div content here
</div>
This text has color #AE88AA on black background.
This text has color #AE88AA on white background.
This text has black color on #AE88AA background.
This text has white color on #AE88AA background.
Complementary color for #hex is #517755.