HEX: #AE5323
RGB: (174,83,35)
#AE5323 contains mainly red color. Web safe color of #AE5323 is #996633 (or #963).
#AE5323 color RGB value is (174,83,35).
RGB: (174,83,35)
(68%, 33%, 14%)
R 174 of 255 = 68%
G 83 of 255 = 33%
B 35 of 255 = 14%
R + G + B ~ 38%. #AE5323 is quite dark color.
R + G + B = 174 + 83 + 35 = 292 (100%)
R 174 of 292 ~ 59.59%
G 83 of 292 ~ 28.42%
B 35 of 292 ~ 11.99'%
#AE5323 color CMYK value is (0,52,80,32).
CMYK: (0,52,80,32)
C0M52Y80K32 (0%, 52%, 80%, 32%)
(0.00 / 0.52 / 0.80 / 0.32)
Color #AE5323 in popluar color models
AE | 53 | 23 | |
---|---|---|---|
RGB | 174 | 83 | 35 |
HSL | 21° | 66.51% | 40.98% |
HSB/HSV | 21° | 79.89% | 68.24% |
CMYK | 0.00% | 52.30% | 79.89% |
31.76% |
Color #AE5323 in popluar number systems.
HEX | AE | 53 | 23 |
Decimal | 174 | 83 | 35 |
Binary | 10101110 | 1010011 | 100011 |
Octal | 256 | 123 | 43 |
Shades of #AE5323
Tints of #AE5323
Examples of css and html codes for elements with #AE5323 color. Also use rgb(174,83,35) instead hex code.
.myTextColor { color: #AE5323; }
<p style="color:#AE5323">This sample text font color is #AE5323.</p>
This text font color is #AE5323.
.myBgColor { background-color: #AE5323; }
<div style="background-color:#AE5323">Inner text</div>
This div background color is #AE5323.
.myBorderColor { border: 1px solid #AE5323; }
<div style="border:3px solid #AE5323">Div</div>
This div border color is #AE5323.
.myOpacity80 { color: #AE5323; opacity: 0.8; }
<p style="color:#AE5323;opacity:0.8;">80%</p>
Text with #AE5323 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE5323;}
<p style="text-shadow: 3px 3px 1px #AE5323">Text here.</p>
This text has shadow with #AE5323 color.
.textShadow {text-shadow: 3px 3px 1px #AE5323', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE5323, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE5323 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE5323, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE5323, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE5323 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE5323;
-webkit-box-shadow: 1px 1px 3px 2px #AE5323;
box-shadow: 1px 1px 3px 2px #AE5323;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE5323; -webkit-box-shadow: 1px 1px 3px 2px #AE5323; box-shadow:1px 1px 3px 2px #AE5323;">
Div content here
</div>
This text has color #AE5323 on black background.
This text has color #AE5323 on white background.
This text has black color on #AE5323 background.
This text has white color on #AE5323 background.
Complementary color for #hex is #51ACDC.