HEX: #AE995C
RGB: (174,153,92)
#AE995C contains mainly red and green colors. Web safe color of #AE995C is #999966 (or #996).
#AE995C color RGB value is (174,153,92).
RGB: (174,153,92)
(68%, 60%, 36%)
R 174 of 255 = 68%
G 153 of 255 = 60%
B 92 of 255 = 36%
R + G + B ~ 55%. #AE995C is middle color (not dark and not light).
R + G + B = 174 + 153 + 92 = 419 (100%)
R 174 of 419 ~ 41.53%
G 153 of 419 ~ 36.52%
B 92 of 419 ~ 21.96'%
#AE995C color CMYK value is (0,12,47,32).
CMYK: (0,12,47,32) C0M12Y47K32 (0%,12%,47%,32%) (0.00/0.12/0.47/0.32)
Color #AE995C in popluar color models
AE | 99 | 5C | |
---|---|---|---|
RGB | 174 | 153 | 92 |
HSL | 45° | 33.61% | 52.16% |
HSB/HSV | 45° | 47.13% | 68.24% |
CMYK | 0.00% | 12.07% | 47.13% |
31.76% |
Color #AE995C in popluar number systems.
HEX | AE | 99 | 5C |
Decimal | 174 | 153 | 92 |
Binary | 10101110 | 10011001 | 1011100 |
Octal | 256 | 231 | 134 |
Shades of #AE995C
Tints of #AE995C
Examples of css and html codes for elements with #AE995C color. Also use rgb(174,153,92) instead hex code.
.myTextColor { color: #AE995C; }
<p style="color:#AE995C">This sample text font color is #AE995C.</p>
This text font color is #AE995C.
.myBgColor { background-color: #AE995C; }
<div style="background-color:#AE995C">Inner text</div>
This div background color is #AE995C.
.myBorderColor { border: 1px solid #AE995C; }
<div style="border:3px solid #AE995C">Div</div>
This div border color is #AE995C.
.myOpacity80 { color: #AE995C; opacity: 0.8; }
<p style="color:#AE995C;opacity:0.8;">80%</p>
Text with #AE995C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE995C;}
<p style="text-shadow: 3px 3px 1px #AE995C">Text here.</p>
This text has shadow with #AE995C color.
.textShadow {text-shadow: 3px 3px 1px #AE995C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE995C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE995C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE995C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE995C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE995C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE995C;
-webkit-box-shadow: 1px 1px 3px 2px #AE995C;
box-shadow: 1px 1px 3px 2px #AE995C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE995C; -webkit-box-shadow: 1px 1px 3px 2px #AE995C; box-shadow:1px 1px 3px 2px #AE995C;">
Div content here
</div>
This text has color #AE995C on black background.
This text has color #AE995C on white background.
This text has black color on #AE995C background.
This text has white color on #AE995C background.
Complementary color for #hex is #5166A3.