HEX: #AE8936
RGB: (174,137,54)
#AE8936 contains mainly red and green colors. Web safe color of #AE8936 is #999933 (or #993).
#AE8936 color RGB value is (174,137,54).
RGB: (174,137,54)
(68%, 54%, 21%)
R 174 of 255 = 68%
G 137 of 255 = 54%
B 54 of 255 = 21%
R + G + B ~ 48%. #AE8936 is middle color (not dark and not light).
R + G + B = 174 + 137 + 54 = 365 (100%)
R 174 of 365 ~ 47.67%
G 137 of 365 ~ 37.53%
B 54 of 365 ~ 14.79'%
#AE8936 color CMYK value is (0,21,69,32).
CMYK: (0,21,69,32) C0M21Y69K32 (0%,21%,69%,32%) (0.00/0.21/0.69/0.32)
Color #AE8936 in popluar color models
AE | 89 | 36 | |
---|---|---|---|
RGB | 174 | 137 | 54 |
HSL | 42° | 52.63% | 44.71% |
HSB/HSV | 42° | 68.97% | 68.24% |
CMYK | 0.00% | 21.26% | 68.97% |
31.76% |
Color #AE8936 in popluar number systems.
HEX | AE | 89 | 36 |
Decimal | 174 | 137 | 54 |
Binary | 10101110 | 10001001 | 110110 |
Octal | 256 | 211 | 66 |
Shades of #AE8936
Tints of #AE8936
Examples of css and html codes for elements with #AE8936 color. Also use rgb(174,137,54) instead hex code.
.myTextColor { color: #AE8936; }
<p style="color:#AE8936">This sample text font color is #AE8936.</p>
This text font color is #AE8936.
.myBgColor { background-color: #AE8936; }
<div style="background-color:#AE8936">Inner text</div>
This div background color is #AE8936.
.myBorderColor { border: 1px solid #AE8936; }
<div style="border:3px solid #AE8936">Div</div>
This div border color is #AE8936.
.myOpacity80 { color: #AE8936; opacity: 0.8; }
<p style="color:#AE8936;opacity:0.8;">80%</p>
Text with #AE8936 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE8936;}
<p style="text-shadow: 3px 3px 1px #AE8936">Text here.</p>
This text has shadow with #AE8936 color.
.textShadow {text-shadow: 3px 3px 1px #AE8936', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE8936, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE8936 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE8936, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE8936, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE8936 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE8936;
-webkit-box-shadow: 1px 1px 3px 2px #AE8936;
box-shadow: 1px 1px 3px 2px #AE8936;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE8936; -webkit-box-shadow: 1px 1px 3px 2px #AE8936; box-shadow:1px 1px 3px 2px #AE8936;">
Div content here
</div>
This text has color #AE8936 on black background.
This text has color #AE8936 on white background.
This text has black color on #AE8936 background.
This text has white color on #AE8936 background.
Complementary color for #hex is #5176C9.