HEX: #AE946C
RGB: (174,148,108)
#AE946C contains mainly red and green colors. Web safe color of #AE946C is #999966 (or #996).
#AE946C color RGB value is (174,148,108).
RGB: (174,148,108)
(68%, 58%, 42%)
R 174 of 255 = 68%
G 148 of 255 = 58%
B 108 of 255 = 42%
R + G + B ~ 56%. #AE946C is middle color (not dark and not light).
R + G + B = 174 + 148 + 108 = 430 (100%)
R 174 of 430 ~ 40.47%
G 148 of 430 ~ 34.42%
B 108 of 430 ~ 25.12'%
#AE946C color CMYK value is (0,15,38,32).
CMYK: (0,15,38,32)
C0M15Y38K32 (0%, 15%, 38%, 32%)
(0.00 / 0.15 / 0.38 / 0.32)
Color #AE946C in popluar color models
AE | 94 | 6C | |
---|---|---|---|
RGB | 174 | 148 | 108 |
HSL | 36° | 28.95% | 55.29% |
HSB/HSV | 36° | 37.93% | 68.24% |
CMYK | 0.00% | 14.94% | 37.93% |
31.76% |
Color #AE946C in popluar number systems.
HEX | AE | 94 | 6C |
Decimal | 174 | 148 | 108 |
Binary | 10101110 | 10010100 | 1101100 |
Octal | 256 | 224 | 154 |
Shades of #AE946C
Tints of #AE946C
Examples of css and html codes for elements with #AE946C color. Also use rgb(174,148,108) instead hex code.
.myTextColor { color: #AE946C; }
<p style="color:#AE946C">This sample text font color is #AE946C.</p>
This text font color is #AE946C.
.myBgColor { background-color: #AE946C; }
<div style="background-color:#AE946C">Inner text</div>
This div background color is #AE946C.
.myBorderColor { border: 1px solid #AE946C; }
<div style="border:3px solid #AE946C">Div</div>
This div border color is #AE946C.
.myOpacity80 { color: #AE946C; opacity: 0.8; }
<p style="color:#AE946C;opacity:0.8;">80%</p>
Text with #AE946C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE946C;}
<p style="text-shadow: 3px 3px 1px #AE946C">Text here.</p>
This text has shadow with #AE946C color.
.textShadow {text-shadow: 3px 3px 1px #AE946C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE946C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE946C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE946C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE946C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE946C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE946C;
-webkit-box-shadow: 1px 1px 3px 2px #AE946C;
box-shadow: 1px 1px 3px 2px #AE946C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE946C; -webkit-box-shadow: 1px 1px 3px 2px #AE946C; box-shadow:1px 1px 3px 2px #AE946C;">
Div content here
</div>
This text has color #AE946C on black background.
This text has color #AE946C on white background.
This text has black color on #AE946C background.
This text has white color on #AE946C background.
Complementary color for #hex is #516B93.