HEX: #AE8B2F
RGB: (174,139,47)
#AE8B2F contains mainly red and green colors. Web safe color of #AE8B2F is #999933 (or #993).
#AE8B2F color RGB value is (174,139,47).
RGB: (174,139,47)
(68%, 55%, 18%)
R 174 of 255 = 68%
G 139 of 255 = 55%
B 47 of 255 = 18%
R + G + B ~ 47%. #AE8B2F is middle color (not dark and not light).
R + G + B = 174 + 139 + 47 = 360 (100%)
R 174 of 360 ~ 48.33%
G 139 of 360 ~ 38.61%
B 47 of 360 ~ 13.06'%
#AE8B2F color CMYK value is (0,20,73,32).
CMYK: (0,20,73,32) C0M20Y73K32 (0%,20%,73%,32%) (0.00/0.20/0.73/0.32)
Color #AE8B2F in popluar color models
AE | 8B | 2F | |
---|---|---|---|
RGB | 174 | 139 | 47 |
HSL | 43° | 57.47% | 43.33% |
HSB/HSV | 43° | 72.99% | 68.24% |
CMYK | 0.00% | 20.11% | 72.99% |
31.76% |
Color #AE8B2F in popluar number systems.
HEX | AE | 8B | 2F |
Decimal | 174 | 139 | 47 |
Binary | 10101110 | 10001011 | 101111 |
Octal | 256 | 213 | 57 |
Shades of #AE8B2F
Tints of #AE8B2F
Examples of css and html codes for elements with #AE8B2F color. Also use rgb(174,139,47) instead hex code.
.myTextColor { color: #AE8B2F; }
<p style="color:#AE8B2F">This sample text font color is #AE8B2F.</p>
This text font color is #AE8B2F.
.myBgColor { background-color: #AE8B2F; }
<div style="background-color:#AE8B2F">Inner text</div>
This div background color is #AE8B2F.
.myBorderColor { border: 1px solid #AE8B2F; }
<div style="border:3px solid #AE8B2F">Div</div>
This div border color is #AE8B2F.
.myOpacity80 { color: #AE8B2F; opacity: 0.8; }
<p style="color:#AE8B2F;opacity:0.8;">80%</p>
Text with #AE8B2F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE8B2F;}
<p style="text-shadow: 3px 3px 1px #AE8B2F">Text here.</p>
This text has shadow with #AE8B2F color.
.textShadow {text-shadow: 3px 3px 1px #AE8B2F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE8B2F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE8B2F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE8B2F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE8B2F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE8B2F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE8B2F;
-webkit-box-shadow: 1px 1px 3px 2px #AE8B2F;
box-shadow: 1px 1px 3px 2px #AE8B2F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE8B2F; -webkit-box-shadow: 1px 1px 3px 2px #AE8B2F; box-shadow:1px 1px 3px 2px #AE8B2F;">
Div content here
</div>
This text has color #AE8B2F on black background.
This text has color #AE8B2F on white background.
This text has black color on #AE8B2F background.
This text has white color on #AE8B2F background.
Complementary color for #hex is #5174D0.