HEX: #AE716A
RGB: (174,113,106)
#AE716A contains mainly red color. Web safe color of #AE716A is #996666 (or #966).
#AE716A color RGB value is (174,113,106).
RGB: (174,113,106)
(68%, 44%, 42%)
R 174 of 255 = 68%
G 113 of 255 = 44%
B 106 of 255 = 42%
R + G + B ~ 51%. #AE716A is middle color (not dark and not light).
R + G + B = 174 + 113 + 106 = 393 (100%)
R 174 of 393 ~ 44.27%
G 113 of 393 ~ 28.75%
B 106 of 393 ~ 26.97'%
#AE716A color CMYK value is (0,35,39,32).
CMYK: (0,35,39,32) C0M35Y39K32 (0%,35%,39%,32%) (0.00/0.35/0.39/0.32)
Color #AE716A in popluar color models
AE | 71 | 6A | |
---|---|---|---|
RGB | 174 | 113 | 106 |
HSL | 6° | 29.57% | 54.90% |
HSB/HSV | 6° | 39.08% | 68.24% |
CMYK | 0.00% | 35.06% | 39.08% |
31.76% |
Color #AE716A in popluar number systems.
HEX | AE | 71 | 6A |
Decimal | 174 | 113 | 106 |
Binary | 10101110 | 1110001 | 1101010 |
Octal | 256 | 161 | 152 |
Shades of #AE716A
Tints of #AE716A
Examples of css and html codes for elements with #AE716A color. Also use rgb(174,113,106) instead hex code.
.myTextColor { color: #AE716A; }
<p style="color:#AE716A">This sample text font color is #AE716A.</p>
This text font color is #AE716A.
.myBgColor { background-color: #AE716A; }
<div style="background-color:#AE716A">Inner text</div>
This div background color is #AE716A.
.myBorderColor { border: 1px solid #AE716A; }
<div style="border:3px solid #AE716A">Div</div>
This div border color is #AE716A.
.myOpacity80 { color: #AE716A; opacity: 0.8; }
<p style="color:#AE716A;opacity:0.8;">80%</p>
Text with #AE716A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE716A;}
<p style="text-shadow: 3px 3px 1px #AE716A">Text here.</p>
This text has shadow with #AE716A color.
.textShadow {text-shadow: 3px 3px 1px #AE716A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE716A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE716A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE716A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE716A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE716A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE716A;
-webkit-box-shadow: 1px 1px 3px 2px #AE716A;
box-shadow: 1px 1px 3px 2px #AE716A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE716A; -webkit-box-shadow: 1px 1px 3px 2px #AE716A; box-shadow:1px 1px 3px 2px #AE716A;">
Div content here
</div>
This text has color #AE716A on black background.
This text has color #AE716A on white background.
This text has black color on #AE716A background.
This text has white color on #AE716A background.
Complementary color for #hex is #518E95.