HEX: #AE7376
RGB: (174,115,118)
#AE7376 contains red, green and blue colors in about the same proportion. Web safe color of #AE7376 is #996666 (or #966).
#AE7376 color RGB value is (174,115,118).
RGB: (174,115,118)
(68%, 45%, 46%)
R 174 of 255 = 68%
G 115 of 255 = 45%
B 118 of 255 = 46%
R + G + B ~ 53%. #AE7376 is middle color (not dark and not light).
R + G + B = 174 + 115 + 118 = 407 (100%)
R 174 of 407 ~ 42.75%
G 115 of 407 ~ 28.26%
B 118 of 407 ~ 28.99'%
#AE7376 color CMYK value is (0,34,32,32).
CMYK: (0,34,32,32)
C0M34Y32K32 (0%, 34%, 32%, 32%)
(0.00 / 0.34 / 0.32 / 0.32)
Color #AE7376 in popluar color models
AE | 73 | 76 | |
---|---|---|---|
RGB | 174 | 115 | 118 |
HSL | 357° | 26.70% | 56.67% |
HSB/HSV | 357° | 33.91% | 68.24% |
CMYK | 0.00% | 33.91% | 32.18% |
31.76% |
Color #AE7376 in popluar number systems.
HEX | AE | 73 | 76 |
Decimal | 174 | 115 | 118 |
Binary | 10101110 | 1110011 | 1110110 |
Octal | 256 | 163 | 166 |
Shades of #AE7376
Tints of #AE7376
Examples of css and html codes for elements with #AE7376 color. Also use rgb(174,115,118) instead hex code.
.myTextColor { color: #AE7376; }
<p style="color:#AE7376">This sample text font color is #AE7376.</p>
This text font color is #AE7376.
.myBgColor { background-color: #AE7376; }
<div style="background-color:#AE7376">Inner text</div>
This div background color is #AE7376.
.myBorderColor { border: 1px solid #AE7376; }
<div style="border:3px solid #AE7376">Div</div>
This div border color is #AE7376.
.myOpacity80 { color: #AE7376; opacity: 0.8; }
<p style="color:#AE7376;opacity:0.8;">80%</p>
Text with #AE7376 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE7376;}
<p style="text-shadow: 3px 3px 1px #AE7376">Text here.</p>
This text has shadow with #AE7376 color.
.textShadow {text-shadow: 3px 3px 1px #AE7376', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE7376, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE7376 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE7376, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE7376, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE7376 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE7376;
-webkit-box-shadow: 1px 1px 3px 2px #AE7376;
box-shadow: 1px 1px 3px 2px #AE7376;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE7376; -webkit-box-shadow: 1px 1px 3px 2px #AE7376; box-shadow:1px 1px 3px 2px #AE7376;">
Div content here
</div>
This text has color #AE7376 on black background.
This text has color #AE7376 on white background.
This text has black color on #AE7376 background.
This text has white color on #AE7376 background.
Complementary color for #hex is #518C89.