HEX: #AE766F
RGB: (174,118,111)
#AE766F contains mainly red and green colors. Web safe color of #AE766F is #996666 (or #966).
#AE766F color RGB value is (174,118,111).
RGB: (174,118,111) (68%,46%,44%)
R 174 of 255 = 68%
G 118 of 255 = 46%
B 111 of 255 = 44%
R + G + B ~ 53%. #AE766F is middle color (not dark and not light).
R + G + B =
174 + 118 + 111 = 403 (100%)
R 174 of 403 ~ 43.18%
G 118 of 403 ~ 29.28%
B 111 of 403 ~ 27.54%
#AE766F color CMYK value is (0,32,36,32).
CMYK: (0,32,36,32) C0M32Y36K32 (0%,32%,36%,32%) (0.00/0.32/0.36/0.32)
AE | 76 | 6F | |
---|---|---|---|
RGB | 174 | 118 | 111 |
HSL | 7° | 28.00% | 55.88% |
HSB/HSV | 7° | 36.21% | 68.24% |
CMYK | 0.00% | 32.18% | 36.21% |
31.76% |
HEX | AE | 76 | 6F |
Decimal | 174 | 118 | 111 |
Binary | 10101110 | 1110110 | 1101111 |
Octal | 256 | 166 | 157 |
Examples of css and html codes for elements with #AE766F color. Also use rgb(174,118,111) instead hex code.
.myTextColor { color: #AE766F; }
<p style="color:#AE766F">This sample text font color is #AE766F.</p>
This text font color is #AE766F.
.myBgColor { background-color: #AE766F; }
<div style="background-color:#AE766F">Inner text</div>
This div background color is #AE766F.
.myBorderColor { border: 1px solid #AE766F; }
<div style="border:3px solid #AE766F">Div</div>
This div border color is #AE766F.
.myOpacity80 { color: #AE766F; opacity: 0.8; }
<p style="color:#AE766F;opacity:0.8;">80%</p>
Text with #AE766F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE766F;}
<p style="text-shadow: 3px 3px 1px #AE766F">Text here.</p>
This text has shadow with #AE766F color.
.textShadow {text-shadow: 3px 3px 1px #AE766F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE766F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE766F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE766F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE766F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE766F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE766F; -webkit-box-shadow: 1px 1px 3px 2px #AE766F; box-shadow: 1px 1px 3px 2px #AE766F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE766F; -webkit-box-shadow: 1px 1px 3px 2px #AE766F; box-shadow:1px 1px 3px 2px #AE766F;">
Div content here</div>
This text has color #AE766F on black background.
This text has color #AE766F on white background.
This text has black color on #AE766F background.
This text has white color on #AE766F background.