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