HEX: #AEA592
RGB: (174,165,146)
#AEA592 contains red, green and blue colors in about the same proportion. Web safe color of #AEA592 is #999999 (or #999).
#AEA592 color RGB value is (174,165,146).
RGB: (174,165,146)
(68%, 65%, 57%)
R 174 of 255 = 68%
G 165 of 255 = 65%
B 146 of 255 = 57%
R + G + B ~ 63%. #AEA592 is quite light color.
R + G + B = 174 + 165 + 146 = 485 (100%)
R 174 of 485 ~ 35.88%
G 165 of 485 ~ 34.02%
B 146 of 485 ~ 30.1'%
#AEA592 color CMYK value is (0,5,16,32).
CMYK: (0,5,16,32) C0M5Y16K32 (0%,5%,16%,32%) (0.00/0.05/0.16/0.32)
Color #AEA592 in popluar color models
AE | A5 | 92 | |
---|---|---|---|
RGB | 174 | 165 | 146 |
HSL | 41° | 14.74% | 62.75% |
HSB/HSV | 41° | 16.09% | 68.24% |
CMYK | 0.00% | 5.17% | 16.09% |
31.76% |
Color #AEA592 in popluar number systems.
HEX | AE | A5 | 92 |
Decimal | 174 | 165 | 146 |
Binary | 10101110 | 10100101 | 10010010 |
Octal | 256 | 245 | 222 |
Shades of #AEA592
Tints of #AEA592
Examples of css and html codes for elements with #AEA592 color. Also use rgb(174,165,146) instead hex code.
.myTextColor { color: #AEA592; }
<p style="color:#AEA592">This sample text font color is #AEA592.</p>
This text font color is #AEA592.
.myBgColor { background-color: #AEA592; }
<div style="background-color:#AEA592">Inner text</div>
This div background color is #AEA592.
.myBorderColor { border: 1px solid #AEA592; }
<div style="border:3px solid #AEA592">Div</div>
This div border color is #AEA592.
.myOpacity80 { color: #AEA592; opacity: 0.8; }
<p style="color:#AEA592;opacity:0.8;">80%</p>
Text with #AEA592 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEA592;}
<p style="text-shadow: 3px 3px 1px #AEA592">Text here.</p>
This text has shadow with #AEA592 color.
.textShadow {text-shadow: 3px 3px 1px #AEA592', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEA592, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEA592 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEA592, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEA592, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEA592 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEA592;
-webkit-box-shadow: 1px 1px 3px 2px #AEA592;
box-shadow: 1px 1px 3px 2px #AEA592;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEA592; -webkit-box-shadow: 1px 1px 3px 2px #AEA592; box-shadow:1px 1px 3px 2px #AEA592;">
Div content here
</div>
This text has color #AEA592 on black background.
This text has color #AEA592 on white background.
This text has black color on #AEA592 background.
This text has white color on #AEA592 background.
Complementary color for #hex is #515A6D.