HEX: #AEA573
RGB: (174,165,115)
#AEA573 contains red, green and blue colors in about the same proportion. Web safe color of #AEA573 is #999966 (or #996).
#AEA573 color RGB value is (174,165,115).
RGB: (174,165,115)
(68%, 65%, 45%)
R 174 of 255 = 68%
G 165 of 255 = 65%
B 115 of 255 = 45%
R + G + B ~ 59%. #AEA573 is middle color (not dark and not light).
R + G + B = 174 + 165 + 115 = 454 (100%)
R 174 of 454 ~ 38.33%
G 165 of 454 ~ 36.34%
B 115 of 454 ~ 25.33'%
#AEA573 color CMYK value is (0,5,34,32).
CMYK: (0,5,34,32)
C0M5Y34K32 (0%, 5%, 34%, 32%)
(0.00 / 0.05 / 0.34 / 0.32)
Color #AEA573 in popluar color models
AE | A5 | 73 | |
---|---|---|---|
RGB | 174 | 165 | 115 |
HSL | 51° | 26.70% | 56.67% |
HSB/HSV | 51° | 33.91% | 68.24% |
CMYK | 0.00% | 5.17% | 33.91% |
31.76% |
Color #AEA573 in popluar number systems.
HEX | AE | A5 | 73 |
Decimal | 174 | 165 | 115 |
Binary | 10101110 | 10100101 | 1110011 |
Octal | 256 | 245 | 163 |
Shades of #AEA573
Tints of #AEA573
Examples of css and html codes for elements with #AEA573 color. Also use rgb(174,165,115) instead hex code.
.myTextColor { color: #AEA573; }
<p style="color:#AEA573">This sample text font color is #AEA573.</p>
This text font color is #AEA573.
.myBgColor { background-color: #AEA573; }
<div style="background-color:#AEA573">Inner text</div>
This div background color is #AEA573.
.myBorderColor { border: 1px solid #AEA573; }
<div style="border:3px solid #AEA573">Div</div>
This div border color is #AEA573.
.myOpacity80 { color: #AEA573; opacity: 0.8; }
<p style="color:#AEA573;opacity:0.8;">80%</p>
Text with #AEA573 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEA573;}
<p style="text-shadow: 3px 3px 1px #AEA573">Text here.</p>
This text has shadow with #AEA573 color.
.textShadow {text-shadow: 3px 3px 1px #AEA573', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEA573, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEA573 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEA573, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEA573, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEA573 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEA573;
-webkit-box-shadow: 1px 1px 3px 2px #AEA573;
box-shadow: 1px 1px 3px 2px #AEA573;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEA573; -webkit-box-shadow: 1px 1px 3px 2px #AEA573; box-shadow:1px 1px 3px 2px #AEA573;">
Div content here
</div>
This text has color #AEA573 on black background.
This text has color #AEA573 on white background.
This text has black color on #AEA573 background.
This text has white color on #AEA573 background.
Complementary color for #hex is #515A8C.