HEX: #AEAA48
RGB: (174,170,72)
#AEAA48 contains mainly red and green colors. Web safe color of #AEAA48 is #999933 (or #993).
#AEAA48 color RGB value is (174,170,72).
RGB: (174,170,72)
(68%, 67%, 28%)
R 174 of 255 = 68%
G 170 of 255 = 67%
B 72 of 255 = 28%
R + G + B ~ 54%. #AEAA48 is middle color (not dark and not light).
R + G + B = 174 + 170 + 72 = 416 (100%)
R 174 of 416 ~ 41.83%
G 170 of 416 ~ 40.87%
B 72 of 416 ~ 17.31'%
#AEAA48 color CMYK value is (0,2,59,32).
CMYK: (0,2,59,32) C0M2Y59K32 (0%,2%,59%,32%) (0.00/0.02/0.59/0.32)
Color #AEAA48 in popluar color models
AE | AA | 48 | |
---|---|---|---|
RGB | 174 | 170 | 72 |
HSL | 58° | 41.46% | 48.24% |
HSB/HSV | 58° | 58.62% | 68.24% |
CMYK | 0.00% | 2.30% | 58.62% |
31.76% |
Color #AEAA48 in popluar number systems.
HEX | AE | AA | 48 |
Decimal | 174 | 170 | 72 |
Binary | 10101110 | 10101010 | 1001000 |
Octal | 256 | 252 | 110 |
Shades of #AEAA48
Tints of #AEAA48
Examples of css and html codes for elements with #AEAA48 color. Also use rgb(174,170,72) instead hex code.
.myTextColor { color: #AEAA48; }
<p style="color:#AEAA48">This sample text font color is #AEAA48.</p>
This text font color is #AEAA48.
.myBgColor { background-color: #AEAA48; }
<div style="background-color:#AEAA48">Inner text</div>
This div background color is #AEAA48.
.myBorderColor { border: 1px solid #AEAA48; }
<div style="border:3px solid #AEAA48">Div</div>
This div border color is #AEAA48.
.myOpacity80 { color: #AEAA48; opacity: 0.8; }
<p style="color:#AEAA48;opacity:0.8;">80%</p>
Text with #AEAA48 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEAA48;}
<p style="text-shadow: 3px 3px 1px #AEAA48">Text here.</p>
This text has shadow with #AEAA48 color.
.textShadow {text-shadow: 3px 3px 1px #AEAA48', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEAA48, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEAA48 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEAA48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEAA48, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEAA48 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEAA48;
-webkit-box-shadow: 1px 1px 3px 2px #AEAA48;
box-shadow: 1px 1px 3px 2px #AEAA48;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEAA48; -webkit-box-shadow: 1px 1px 3px 2px #AEAA48; box-shadow:1px 1px 3px 2px #AEAA48;">
Div content here
</div>
This text has color #AEAA48 on black background.
This text has color #AEAA48 on white background.
This text has black color on #AEAA48 background.
This text has white color on #AEAA48 background.
Complementary color for #hex is #5155B7.