HEX: #AE7242
RGB: (174,114,66)
#AE7242 contains mainly red color. Web safe color of #AE7242 is #996633 (or #963).
#AE7242 color RGB value is (174,114,66).
RGB: (174,114,66)
(68%, 45%, 26%)
R 174 of 255 = 68%
G 114 of 255 = 45%
B 66 of 255 = 26%
R + G + B ~ 46%. #AE7242 is middle color (not dark and not light).
R + G + B = 174 + 114 + 66 = 354 (100%)
R 174 of 354 ~ 49.15%
G 114 of 354 ~ 32.2%
B 66 of 354 ~ 18.64'%
#AE7242 color CMYK value is (0,34,62,32).
CMYK: (0,34,62,32)
C0M34Y62K32 (0%, 34%, 62%, 32%)
(0.00 / 0.34 / 0.62 / 0.32)
Color #AE7242 in popluar color models
AE | 72 | 42 | |
---|---|---|---|
RGB | 174 | 114 | 66 |
HSL | 27° | 45.00% | 47.06% |
HSB/HSV | 27° | 62.07% | 68.24% |
CMYK | 0.00% | 34.48% | 62.07% |
31.76% |
Color #AE7242 in popluar number systems.
HEX | AE | 72 | 42 |
Decimal | 174 | 114 | 66 |
Binary | 10101110 | 1110010 | 1000010 |
Octal | 256 | 162 | 102 |
Shades of #AE7242
Tints of #AE7242
Examples of css and html codes for elements with #AE7242 color. Also use rgb(174,114,66) instead hex code.
.myTextColor { color: #AE7242; }
<p style="color:#AE7242">This sample text font color is #AE7242.</p>
This text font color is #AE7242.
.myBgColor { background-color: #AE7242; }
<div style="background-color:#AE7242">Inner text</div>
This div background color is #AE7242.
.myBorderColor { border: 1px solid #AE7242; }
<div style="border:3px solid #AE7242">Div</div>
This div border color is #AE7242.
.myOpacity80 { color: #AE7242; opacity: 0.8; }
<p style="color:#AE7242;opacity:0.8;">80%</p>
Text with #AE7242 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE7242;}
<p style="text-shadow: 3px 3px 1px #AE7242">Text here.</p>
This text has shadow with #AE7242 color.
.textShadow {text-shadow: 3px 3px 1px #AE7242', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE7242, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE7242 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE7242, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE7242, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE7242 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE7242;
-webkit-box-shadow: 1px 1px 3px 2px #AE7242;
box-shadow: 1px 1px 3px 2px #AE7242;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE7242; -webkit-box-shadow: 1px 1px 3px 2px #AE7242; box-shadow:1px 1px 3px 2px #AE7242;">
Div content here
</div>
This text has color #AE7242 on black background.
This text has color #AE7242 on white background.
This text has black color on #AE7242 background.
This text has white color on #AE7242 background.
Complementary color for #hex is #518DBD.