HEX: #AE787E
RGB: (174,120,126)
#AE787E contains red, green and blue colors in about the same proportion. Web safe color of #AE787E is #996666 (or #966).
#AE787E color RGB value is (174,120,126).
RGB: (174,120,126)
(68%, 47%, 49%)
R 174 of 255 = 68%
G 120 of 255 = 47%
B 126 of 255 = 49%
R + G + B ~ 55%. #AE787E is middle color (not dark and not light).
R + G + B = 174 + 120 + 126 = 420 (100%)
R 174 of 420 ~ 41.43%
G 120 of 420 ~ 28.57%
B 126 of 420 ~ 30'%
#AE787E color CMYK value is (0,31,28,32).
CMYK: (0,31,28,32)
C0M31Y28K32 (0%, 31%, 28%, 32%)
(0.00 / 0.31 / 0.28 / 0.32)
Color #AE787E in popluar color models
AE | 78 | 7E | |
---|---|---|---|
RGB | 174 | 120 | 126 |
HSL | 353° | 25.00% | 57.65% |
HSB/HSV | 353° | 31.03% | 68.24% |
CMYK | 0.00% | 31.03% | 27.59% |
31.76% |
Color #AE787E in popluar number systems.
HEX | AE | 78 | 7E |
Decimal | 174 | 120 | 126 |
Binary | 10101110 | 1111000 | 1111110 |
Octal | 256 | 170 | 176 |
Shades of #AE787E
Tints of #AE787E
Examples of css and html codes for elements with #AE787E color. Also use rgb(174,120,126) instead hex code.
.myTextColor { color: #AE787E; }
<p style="color:#AE787E">This sample text font color is #AE787E.</p>
This text font color is #AE787E.
.myBgColor { background-color: #AE787E; }
<div style="background-color:#AE787E">Inner text</div>
This div background color is #AE787E.
.myBorderColor { border: 1px solid #AE787E; }
<div style="border:3px solid #AE787E">Div</div>
This div border color is #AE787E.
.myOpacity80 { color: #AE787E; opacity: 0.8; }
<p style="color:#AE787E;opacity:0.8;">80%</p>
Text with #AE787E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE787E;}
<p style="text-shadow: 3px 3px 1px #AE787E">Text here.</p>
This text has shadow with #AE787E color.
.textShadow {text-shadow: 3px 3px 1px #AE787E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE787E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE787E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE787E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE787E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE787E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE787E;
-webkit-box-shadow: 1px 1px 3px 2px #AE787E;
box-shadow: 1px 1px 3px 2px #AE787E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE787E; -webkit-box-shadow: 1px 1px 3px 2px #AE787E; box-shadow:1px 1px 3px 2px #AE787E;">
Div content here
</div>
This text has color #AE787E on black background.
This text has color #AE787E on white background.
This text has black color on #AE787E background.
This text has white color on #AE787E background.
Complementary color for #hex is #518781.