HEX: #AEAA71
RGB: (174,170,113)
#AEAA71 contains mainly red and green colors. Web safe color of #AEAA71 is #999966 (or #996).
#AEAA71 color RGB value is (174,170,113).
RGB: (174,170,113)
(68%, 67%, 44%)
R 174 of 255 = 68%
G 170 of 255 = 67%
B 113 of 255 = 44%
R + G + B ~ 60%. #AEAA71 is middle color (not dark and not light).
R + G + B = 174 + 170 + 113 = 457 (100%)
R 174 of 457 ~ 38.07%
G 170 of 457 ~ 37.2%
B 113 of 457 ~ 24.73'%
#AEAA71 color CMYK value is (0,2,35,32).
CMYK: (0,2,35,32)
C0M2Y35K32 (0%, 2%, 35%, 32%)
(0.00 / 0.02 / 0.35 / 0.32)
Color #AEAA71 in popluar color models
AE | AA | 71 | |
---|---|---|---|
RGB | 174 | 170 | 113 |
HSL | 56° | 27.35% | 56.27% |
HSB/HSV | 56° | 35.06% | 68.24% |
CMYK | 0.00% | 2.30% | 35.06% |
31.76% |
Color #AEAA71 in popluar number systems.
HEX | AE | AA | 71 |
Decimal | 174 | 170 | 113 |
Binary | 10101110 | 10101010 | 1110001 |
Octal | 256 | 252 | 161 |
Shades of #AEAA71
Tints of #AEAA71
Examples of css and html codes for elements with #AEAA71 color. Also use rgb(174,170,113) instead hex code.
.myTextColor { color: #AEAA71; }
<p style="color:#AEAA71">This sample text font color is #AEAA71.</p>
This text font color is #AEAA71.
.myBgColor { background-color: #AEAA71; }
<div style="background-color:#AEAA71">Inner text</div>
This div background color is #AEAA71.
.myBorderColor { border: 1px solid #AEAA71; }
<div style="border:3px solid #AEAA71">Div</div>
This div border color is #AEAA71.
.myOpacity80 { color: #AEAA71; opacity: 0.8; }
<p style="color:#AEAA71;opacity:0.8;">80%</p>
Text with #AEAA71 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEAA71;}
<p style="text-shadow: 3px 3px 1px #AEAA71">Text here.</p>
This text has shadow with #AEAA71 color.
.textShadow {text-shadow: 3px 3px 1px #AEAA71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEAA71, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEAA71 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEAA71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEAA71, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEAA71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEAA71;
-webkit-box-shadow: 1px 1px 3px 2px #AEAA71;
box-shadow: 1px 1px 3px 2px #AEAA71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEAA71; -webkit-box-shadow: 1px 1px 3px 2px #AEAA71; box-shadow:1px 1px 3px 2px #AEAA71;">
Div content here
</div>
This text has color #AEAA71 on black background.
This text has color #AEAA71 on white background.
This text has black color on #AEAA71 background.
This text has white color on #AEAA71 background.
Complementary color for #hex is #51558E.