HEX: #AE727C
RGB: (174,114,124)
#AE727C contains mainly red and blue colors. Web safe color of #AE727C is #996666 (or #966).
#AE727C color RGB value is (174,114,124).
RGB: (174,114,124)
(68%, 45%, 49%)
R 174 of 255 = 68%
G 114 of 255 = 45%
B 124 of 255 = 49%
R + G + B ~ 54%. #AE727C is middle color (not dark and not light).
R + G + B = 174 + 114 + 124 = 412 (100%)
R 174 of 412 ~ 42.23%
G 114 of 412 ~ 27.67%
B 124 of 412 ~ 30.1'%
#AE727C color CMYK value is (0,34,29,32).
CMYK: (0,34,29,32)
C0M34Y29K32 (0%, 34%, 29%, 32%)
(0.00 / 0.34 / 0.29 / 0.32)
Color #AE727C in popluar color models
AE | 72 | 7C | |
---|---|---|---|
RGB | 174 | 114 | 124 |
HSL | 350° | 27.03% | 56.47% |
HSB/HSV | 350° | 34.48% | 68.24% |
CMYK | 0.00% | 34.48% | 28.74% |
31.76% |
Color #AE727C in popluar number systems.
HEX | AE | 72 | 7C |
Decimal | 174 | 114 | 124 |
Binary | 10101110 | 1110010 | 1111100 |
Octal | 256 | 162 | 174 |
Shades of #AE727C
Tints of #AE727C
Examples of css and html codes for elements with #AE727C color. Also use rgb(174,114,124) instead hex code.
.myTextColor { color: #AE727C; }
<p style="color:#AE727C">This sample text font color is #AE727C.</p>
This text font color is #AE727C.
.myBgColor { background-color: #AE727C; }
<div style="background-color:#AE727C">Inner text</div>
This div background color is #AE727C.
.myBorderColor { border: 1px solid #AE727C; }
<div style="border:3px solid #AE727C">Div</div>
This div border color is #AE727C.
.myOpacity80 { color: #AE727C; opacity: 0.8; }
<p style="color:#AE727C;opacity:0.8;">80%</p>
Text with #AE727C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE727C;}
<p style="text-shadow: 3px 3px 1px #AE727C">Text here.</p>
This text has shadow with #AE727C color.
.textShadow {text-shadow: 3px 3px 1px #AE727C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE727C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE727C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE727C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE727C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE727C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE727C;
-webkit-box-shadow: 1px 1px 3px 2px #AE727C;
box-shadow: 1px 1px 3px 2px #AE727C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE727C; -webkit-box-shadow: 1px 1px 3px 2px #AE727C; box-shadow:1px 1px 3px 2px #AE727C;">
Div content here
</div>
This text has color #AE727C on black background.
This text has color #AE727C on white background.
This text has black color on #AE727C background.
This text has white color on #AE727C background.
Complementary color for #hex is #518D83.