HEX: #AE857A
RGB: (174,133,122)
#AE857A contains red, green and blue colors in about the same proportion. Web safe color of #AE857A is #999966 (or #996).
#AE857A color RGB value is (174,133,122).
RGB: (174,133,122)
(68%, 52%, 48%)
R 174 of 255 = 68%
G 133 of 255 = 52%
B 122 of 255 = 48%
R + G + B ~ 56%. #AE857A is middle color (not dark and not light).
R + G + B = 174 + 133 + 122 = 429 (100%)
R 174 of 429 ~ 40.56%
G 133 of 429 ~ 31%
B 122 of 429 ~ 28.44'%
#AE857A color CMYK value is (0,24,30,32).
CMYK: (0,24,30,32)
C0M24Y30K32 (0%, 24%, 30%, 32%)
(0.00 / 0.24 / 0.30 / 0.32)
Color #AE857A in popluar color models
AE | 85 | 7A | |
---|---|---|---|
RGB | 174 | 133 | 122 |
HSL | 13° | 24.30% | 58.04% |
HSB/HSV | 13° | 29.89% | 68.24% |
CMYK | 0.00% | 23.56% | 29.89% |
31.76% |
Color #AE857A in popluar number systems.
HEX | AE | 85 | 7A |
Decimal | 174 | 133 | 122 |
Binary | 10101110 | 10000101 | 1111010 |
Octal | 256 | 205 | 172 |
Shades of #AE857A
Tints of #AE857A
Examples of css and html codes for elements with #AE857A color. Also use rgb(174,133,122) instead hex code.
.myTextColor { color: #AE857A; }
<p style="color:#AE857A">This sample text font color is #AE857A.</p>
This text font color is #AE857A.
.myBgColor { background-color: #AE857A; }
<div style="background-color:#AE857A">Inner text</div>
This div background color is #AE857A.
.myBorderColor { border: 1px solid #AE857A; }
<div style="border:3px solid #AE857A">Div</div>
This div border color is #AE857A.
.myOpacity80 { color: #AE857A; opacity: 0.8; }
<p style="color:#AE857A;opacity:0.8;">80%</p>
Text with #AE857A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE857A;}
<p style="text-shadow: 3px 3px 1px #AE857A">Text here.</p>
This text has shadow with #AE857A color.
.textShadow {text-shadow: 3px 3px 1px #AE857A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE857A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE857A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE857A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE857A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE857A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE857A;
-webkit-box-shadow: 1px 1px 3px 2px #AE857A;
box-shadow: 1px 1px 3px 2px #AE857A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE857A; -webkit-box-shadow: 1px 1px 3px 2px #AE857A; box-shadow:1px 1px 3px 2px #AE857A;">
Div content here
</div>
This text has color #AE857A on black background.
This text has color #AE857A on white background.
This text has black color on #AE857A background.
This text has white color on #AE857A background.
Complementary color for #hex is #517A85.