HEX: #AE715F
RGB: (174,113,95)
#AE715F contains mainly red color. Web safe color of #AE715F is #996666 (or #966).
#AE715F color RGB value is (174,113,95).
RGB: (174,113,95)
(68%, 44%, 37%)
R 174 of 255 = 68%
G 113 of 255 = 44%
B 95 of 255 = 37%
R + G + B ~ 50%. #AE715F is middle color (not dark and not light).
R + G + B = 174 + 113 + 95 = 382 (100%)
R 174 of 382 ~ 45.55%
G 113 of 382 ~ 29.58%
B 95 of 382 ~ 24.87'%
#AE715F color CMYK value is (0,35,45,32).
CMYK: (0,35,45,32)
C0M35Y45K32 (0%, 35%, 45%, 32%)
(0.00 / 0.35 / 0.45 / 0.32)
Color #AE715F in popluar color models
AE | 71 | 5F | |
---|---|---|---|
RGB | 174 | 113 | 95 |
HSL | 14° | 32.78% | 52.75% |
HSB/HSV | 14° | 45.40% | 68.24% |
CMYK | 0.00% | 35.06% | 45.40% |
31.76% |
Color #AE715F in popluar number systems.
HEX | AE | 71 | 5F |
Decimal | 174 | 113 | 95 |
Binary | 10101110 | 1110001 | 1011111 |
Octal | 256 | 161 | 137 |
Shades of #AE715F
Tints of #AE715F
Examples of css and html codes for elements with #AE715F color. Also use rgb(174,113,95) instead hex code.
.myTextColor { color: #AE715F; }
<p style="color:#AE715F">This sample text font color is #AE715F.</p>
This text font color is #AE715F.
.myBgColor { background-color: #AE715F; }
<div style="background-color:#AE715F">Inner text</div>
This div background color is #AE715F.
.myBorderColor { border: 1px solid #AE715F; }
<div style="border:3px solid #AE715F">Div</div>
This div border color is #AE715F.
.myOpacity80 { color: #AE715F; opacity: 0.8; }
<p style="color:#AE715F;opacity:0.8;">80%</p>
Text with #AE715F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE715F;}
<p style="text-shadow: 3px 3px 1px #AE715F">Text here.</p>
This text has shadow with #AE715F color.
.textShadow {text-shadow: 3px 3px 1px #AE715F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE715F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE715F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE715F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE715F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE715F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE715F;
-webkit-box-shadow: 1px 1px 3px 2px #AE715F;
box-shadow: 1px 1px 3px 2px #AE715F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE715F; -webkit-box-shadow: 1px 1px 3px 2px #AE715F; box-shadow:1px 1px 3px 2px #AE715F;">
Div content here
</div>
This text has color #AE715F on black background.
This text has color #AE715F on white background.
This text has black color on #AE715F background.
This text has white color on #AE715F background.
Complementary color for #hex is #518EA0.