HEX: #AE472F
RGB: (174,71,47)
#AE472F contains mainly red color. Web safe color of #AE472F is #993333 (or #933).
#AE472F color RGB value is (174,71,47).
RGB: (174,71,47)
(68%, 28%, 18%)
R 174 of 255 = 68%
G 71 of 255 = 28%
B 47 of 255 = 18%
R + G + B ~ 38%. #AE472F is quite dark color.
R + G + B = 174 + 71 + 47 = 292 (100%)
R 174 of 292 ~ 59.59%
G 71 of 292 ~ 24.32%
B 47 of 292 ~ 16.1'%
#AE472F color CMYK value is (0,59,73,32).
CMYK: (0,59,73,32)
C0M59Y73K32 (0%, 59%, 73%, 32%)
(0.00 / 0.59 / 0.73 / 0.32)
Color #AE472F in popluar color models
AE | 47 | 2F | |
---|---|---|---|
RGB | 174 | 71 | 47 |
HSL | 11° | 57.47% | 43.33% |
HSB/HSV | 11° | 72.99% | 68.24% |
CMYK | 0.00% | 59.20% | 72.99% |
31.76% |
Color #AE472F in popluar number systems.
HEX | AE | 47 | 2F |
Decimal | 174 | 71 | 47 |
Binary | 10101110 | 1000111 | 101111 |
Octal | 256 | 107 | 57 |
Shades of #AE472F
Tints of #AE472F
Examples of css and html codes for elements with #AE472F color. Also use rgb(174,71,47) instead hex code.
.myTextColor { color: #AE472F; }
<p style="color:#AE472F">This sample text font color is #AE472F.</p>
This text font color is #AE472F.
.myBgColor { background-color: #AE472F; }
<div style="background-color:#AE472F">Inner text</div>
This div background color is #AE472F.
.myBorderColor { border: 1px solid #AE472F; }
<div style="border:3px solid #AE472F">Div</div>
This div border color is #AE472F.
.myOpacity80 { color: #AE472F; opacity: 0.8; }
<p style="color:#AE472F;opacity:0.8;">80%</p>
Text with #AE472F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE472F;}
<p style="text-shadow: 3px 3px 1px #AE472F">Text here.</p>
This text has shadow with #AE472F color.
.textShadow {text-shadow: 3px 3px 1px #AE472F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE472F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE472F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE472F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE472F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE472F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE472F;
-webkit-box-shadow: 1px 1px 3px 2px #AE472F;
box-shadow: 1px 1px 3px 2px #AE472F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE472F; -webkit-box-shadow: 1px 1px 3px 2px #AE472F; box-shadow:1px 1px 3px 2px #AE472F;">
Div content here
</div>
This text has color #AE472F on black background.
This text has color #AE472F on white background.
This text has black color on #AE472F background.
This text has white color on #AE472F background.
Complementary color for #hex is #51B8D0.