HEX: #AEA476
RGB: (174,164,118)
#AEA476 contains red, green and blue colors in about the same proportion. Web safe color of #AEA476 is #999966 (or #996).
#AEA476 color RGB value is (174,164,118).
RGB: (174,164,118)
(68%, 64%, 46%)
R 174 of 255 = 68%
G 164 of 255 = 64%
B 118 of 255 = 46%
R + G + B ~ 59%. #AEA476 is middle color (not dark and not light).
R + G + B = 174 + 164 + 118 = 456 (100%)
R 174 of 456 ~ 38.16%
G 164 of 456 ~ 35.96%
B 118 of 456 ~ 25.88'%
#AEA476 color CMYK value is (0,6,32,32).
CMYK: (0,6,32,32)
C0M6Y32K32 (0%, 6%, 32%, 32%)
(0.00 / 0.06 / 0.32 / 0.32)
Color #AEA476 in popluar color models
AE | A4 | 76 | |
---|---|---|---|
RGB | 174 | 164 | 118 |
HSL | 49° | 25.69% | 57.25% |
HSB/HSV | 49° | 32.18% | 68.24% |
CMYK | 0.00% | 5.75% | 32.18% |
31.76% |
Color #AEA476 in popluar number systems.
HEX | AE | A4 | 76 |
Decimal | 174 | 164 | 118 |
Binary | 10101110 | 10100100 | 1110110 |
Octal | 256 | 244 | 166 |
Shades of #AEA476
Tints of #AEA476
Examples of css and html codes for elements with #AEA476 color. Also use rgb(174,164,118) instead hex code.
.myTextColor { color: #AEA476; }
<p style="color:#AEA476">This sample text font color is #AEA476.</p>
This text font color is #AEA476.
.myBgColor { background-color: #AEA476; }
<div style="background-color:#AEA476">Inner text</div>
This div background color is #AEA476.
.myBorderColor { border: 1px solid #AEA476; }
<div style="border:3px solid #AEA476">Div</div>
This div border color is #AEA476.
.myOpacity80 { color: #AEA476; opacity: 0.8; }
<p style="color:#AEA476;opacity:0.8;">80%</p>
Text with #AEA476 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEA476;}
<p style="text-shadow: 3px 3px 1px #AEA476">Text here.</p>
This text has shadow with #AEA476 color.
.textShadow {text-shadow: 3px 3px 1px #AEA476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEA476, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEA476 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEA476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEA476, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEA476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEA476;
-webkit-box-shadow: 1px 1px 3px 2px #AEA476;
box-shadow: 1px 1px 3px 2px #AEA476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEA476; -webkit-box-shadow: 1px 1px 3px 2px #AEA476; box-shadow:1px 1px 3px 2px #AEA476;">
Div content here
</div>
This text has color #AEA476 on black background.
This text has color #AEA476 on white background.
This text has black color on #AEA476 background.
This text has white color on #AEA476 background.
Complementary color for #hex is #515B89.