HEX: #AE6E63
RGB: (174,110,99)
#AE6E63 contains mainly red color. Web safe color of #AE6E63 is #996666 (or #966).
#AE6E63 color RGB value is (174,110,99).
RGB: (174,110,99)
(68%, 43%, 39%)
R 174 of 255 = 68%
G 110 of 255 = 43%
B 99 of 255 = 39%
R + G + B ~ 50%. #AE6E63 is middle color (not dark and not light).
R + G + B = 174 + 110 + 99 = 383 (100%)
R 174 of 383 ~ 45.43%
G 110 of 383 ~ 28.72%
B 99 of 383 ~ 25.85'%
#AE6E63 color CMYK value is (0,37,43,32).
CMYK: (0,37,43,32)
C0M37Y43K32 (0%, 37%, 43%, 32%)
(0.00 / 0.37 / 0.43 / 0.32)
Color #AE6E63 in popluar color models
AE | 6E | 63 | |
---|---|---|---|
RGB | 174 | 110 | 99 |
HSL | 9° | 31.65% | 53.53% |
HSB/HSV | 9° | 43.10% | 68.24% |
CMYK | 0.00% | 36.78% | 43.10% |
31.76% |
Color #AE6E63 in popluar number systems.
HEX | AE | 6E | 63 |
Decimal | 174 | 110 | 99 |
Binary | 10101110 | 1101110 | 1100011 |
Octal | 256 | 156 | 143 |
Shades of #AE6E63
Tints of #AE6E63
Examples of css and html codes for elements with #AE6E63 color. Also use rgb(174,110,99) instead hex code.
.myTextColor { color: #AE6E63; }
<p style="color:#AE6E63">This sample text font color is #AE6E63.</p>
This text font color is #AE6E63.
.myBgColor { background-color: #AE6E63; }
<div style="background-color:#AE6E63">Inner text</div>
This div background color is #AE6E63.
.myBorderColor { border: 1px solid #AE6E63; }
<div style="border:3px solid #AE6E63">Div</div>
This div border color is #AE6E63.
.myOpacity80 { color: #AE6E63; opacity: 0.8; }
<p style="color:#AE6E63;opacity:0.8;">80%</p>
Text with #AE6E63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6E63;}
<p style="text-shadow: 3px 3px 1px #AE6E63">Text here.</p>
This text has shadow with #AE6E63 color.
.textShadow {text-shadow: 3px 3px 1px #AE6E63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6E63, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6E63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6E63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6E63, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6E63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE6E63;
-webkit-box-shadow: 1px 1px 3px 2px #AE6E63;
box-shadow: 1px 1px 3px 2px #AE6E63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE6E63; -webkit-box-shadow: 1px 1px 3px 2px #AE6E63; box-shadow:1px 1px 3px 2px #AE6E63;">
Div content here
</div>
This text has color #AE6E63 on black background.
This text has color #AE6E63 on white background.
This text has black color on #AE6E63 background.
This text has white color on #AE6E63 background.
Complementary color for #hex is #51919C.