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