HEX: #AE836D
RGB: (174,131,109)
#AE836D contains mainly red and green colors. Web safe color of #AE836D is #999966 (or #996).
#AE836D color RGB value is (174,131,109).
RGB: (174,131,109)
(68%, 51%, 43%)
R 174 of 255 = 68%
G 131 of 255 = 51%
B 109 of 255 = 43%
R + G + B ~ 54%. #AE836D is middle color (not dark and not light).
R + G + B = 174 + 131 + 109 = 414 (100%)
R 174 of 414 ~ 42.03%
G 131 of 414 ~ 31.64%
B 109 of 414 ~ 26.33'%
#AE836D color CMYK value is (0,25,37,32).
CMYK: (0,25,37,32)
C0M25Y37K32 (0%, 25%, 37%, 32%)
(0.00 / 0.25 / 0.37 / 0.32)
Color #AE836D in popluar color models
AE | 83 | 6D | |
---|---|---|---|
RGB | 174 | 131 | 109 |
HSL | 20° | 28.63% | 55.49% |
HSB/HSV | 20° | 37.36% | 68.24% |
CMYK | 0.00% | 24.71% | 37.36% |
31.76% |
Color #AE836D in popluar number systems.
HEX | AE | 83 | 6D |
Decimal | 174 | 131 | 109 |
Binary | 10101110 | 10000011 | 1101101 |
Octal | 256 | 203 | 155 |
Shades of #AE836D
Tints of #AE836D
Examples of css and html codes for elements with #AE836D color. Also use rgb(174,131,109) instead hex code.
.myTextColor { color: #AE836D; }
<p style="color:#AE836D">This sample text font color is #AE836D.</p>
This text font color is #AE836D.
.myBgColor { background-color: #AE836D; }
<div style="background-color:#AE836D">Inner text</div>
This div background color is #AE836D.
.myBorderColor { border: 1px solid #AE836D; }
<div style="border:3px solid #AE836D">Div</div>
This div border color is #AE836D.
.myOpacity80 { color: #AE836D; opacity: 0.8; }
<p style="color:#AE836D;opacity:0.8;">80%</p>
Text with #AE836D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE836D;}
<p style="text-shadow: 3px 3px 1px #AE836D">Text here.</p>
This text has shadow with #AE836D color.
.textShadow {text-shadow: 3px 3px 1px #AE836D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE836D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE836D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE836D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE836D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE836D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE836D;
-webkit-box-shadow: 1px 1px 3px 2px #AE836D;
box-shadow: 1px 1px 3px 2px #AE836D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE836D; -webkit-box-shadow: 1px 1px 3px 2px #AE836D; box-shadow:1px 1px 3px 2px #AE836D;">
Div content here
</div>
This text has color #AE836D on black background.
This text has color #AE836D on white background.
This text has black color on #AE836D background.
This text has white color on #AE836D background.
Complementary color for #hex is #517C92.