HEX: #AE9D00
RGB: (174,157,0)
#AE9D00 contains only red and green colors. Web safe color of #AE9D00 is #999900 (or #990).
#AE9D00 color RGB value is (174,157,0).
RGB: (174,157,0)
(68%, 62%, 0%)
R 174 of 255 = 68%
G 157 of 255 = 62%
B 0 of 255 = 0%
R + G + B ~ 43%. #AE9D00 is middle color (not dark and not light).
R + G + B = 174 + 157 + 0 = 331 (100%)
R 174 of 331 ~ 52.57%
G 157 of 331 ~ 47.43%
B 0 of 331 ~ 0'%
#AE9D00 color CMYK value is (0,10,100,32).
CMYK: (0,10,100,32) C0M10Y100K32 (0%,10%,100%,32%) (0.00/0.10/1.00/0.32)
Color #AE9D00 in popluar color models
AE | 9D | 00 | |
---|---|---|---|
RGB | 174 | 157 | 0 |
HSL | 54° | 100.00% | 34.12% |
HSB/HSV | 54° | 100.00% | 68.24% |
CMYK | 0.00% | 9.77% | 100.00% |
31.76% |
Color #AE9D00 in popluar number systems.
HEX | AE | 9D | 00 |
Decimal | 174 | 157 | 0 |
Binary | 10101110 | 10011101 | 0 |
Octal | 256 | 235 | 0 |
Shades of #AE9D00
Tints of #AE9D00
Examples of css and html codes for elements with #AE9D00 color. Also use rgb(174,157,0) instead hex code.
.myTextColor { color: #AE9D00; }
<p style="color:#AE9D00">This sample text font color is #AE9D00.</p>
This text font color is #AE9D00.
.myBgColor { background-color: #AE9D00; }
<div style="background-color:#AE9D00">Inner text</div>
This div background color is #AE9D00.
.myBorderColor { border: 1px solid #AE9D00; }
<div style="border:3px solid #AE9D00">Div</div>
This div border color is #AE9D00.
.myOpacity80 { color: #AE9D00; opacity: 0.8; }
<p style="color:#AE9D00;opacity:0.8;">80%</p>
Text with #AE9D00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE9D00;}
<p style="text-shadow: 3px 3px 1px #AE9D00">Text here.</p>
This text has shadow with #AE9D00 color.
.textShadow {text-shadow: 3px 3px 1px #AE9D00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE9D00, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE9D00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE9D00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE9D00, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE9D00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE9D00;
-webkit-box-shadow: 1px 1px 3px 2px #AE9D00;
box-shadow: 1px 1px 3px 2px #AE9D00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE9D00; -webkit-box-shadow: 1px 1px 3px 2px #AE9D00; box-shadow:1px 1px 3px 2px #AE9D00;">
Div content here
</div>
This text has color #AE9D00 on black background.
This text has color #AE9D00 on white background.
This text has black color on #AE9D00 background.
This text has white color on #AE9D00 background.
Complementary color for #hex is #5162FF.