HEX: #AE9D77
RGB: (174,157,119)
#AE9D77 contains red, green and blue colors in about the same proportion. Web safe color of #AE9D77 is #999966 (or #996).
#AE9D77 color RGB value is (174,157,119).
RGB: (174,157,119)
(68%, 62%, 47%)
R 174 of 255 = 68%
G 157 of 255 = 62%
B 119 of 255 = 47%
R + G + B ~ 59%. #AE9D77 is middle color (not dark and not light).
R + G + B = 174 + 157 + 119 = 450 (100%)
R 174 of 450 ~ 38.67%
G 157 of 450 ~ 34.89%
B 119 of 450 ~ 26.44'%
#AE9D77 color CMYK value is (0,10,32,32).
CMYK: (0,10,32,32) C0M10Y32K32 (0%,10%,32%,32%) (0.00/0.10/0.32/0.32)
Color #AE9D77 in popluar color models
AE | 9D | 77 | |
---|---|---|---|
RGB | 174 | 157 | 119 |
HSL | 41° | 25.35% | 57.45% |
HSB/HSV | 41° | 31.61% | 68.24% |
CMYK | 0.00% | 9.77% | 31.61% |
31.76% |
Color #AE9D77 in popluar number systems.
HEX | AE | 9D | 77 |
Decimal | 174 | 157 | 119 |
Binary | 10101110 | 10011101 | 1110111 |
Octal | 256 | 235 | 167 |
Shades of #AE9D77
Tints of #AE9D77
Examples of css and html codes for elements with #AE9D77 color. Also use rgb(174,157,119) instead hex code.
.myTextColor { color: #AE9D77; }
<p style="color:#AE9D77">This sample text font color is #AE9D77.</p>
This text font color is #AE9D77.
.myBgColor { background-color: #AE9D77; }
<div style="background-color:#AE9D77">Inner text</div>
This div background color is #AE9D77.
.myBorderColor { border: 1px solid #AE9D77; }
<div style="border:3px solid #AE9D77">Div</div>
This div border color is #AE9D77.
.myOpacity80 { color: #AE9D77; opacity: 0.8; }
<p style="color:#AE9D77;opacity:0.8;">80%</p>
Text with #AE9D77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE9D77;}
<p style="text-shadow: 3px 3px 1px #AE9D77">Text here.</p>
This text has shadow with #AE9D77 color.
.textShadow {text-shadow: 3px 3px 1px #AE9D77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE9D77, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE9D77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE9D77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE9D77, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE9D77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE9D77;
-webkit-box-shadow: 1px 1px 3px 2px #AE9D77;
box-shadow: 1px 1px 3px 2px #AE9D77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE9D77; -webkit-box-shadow: 1px 1px 3px 2px #AE9D77; box-shadow:1px 1px 3px 2px #AE9D77;">
Div content here
</div>
This text has color #AE9D77 on black background.
This text has color #AE9D77 on white background.
This text has black color on #AE9D77 background.
This text has white color on #AE9D77 background.
Complementary color for #hex is #516288.