HEX: #AEB071
RGB: (174,176,113)
#AEB071 contains mainly red and green colors. Web safe color of #AEB071 is #999966 (or #996).
#AEB071 color RGB value is (174,176,113).
RGB: (174,176,113)
(68%, 69%, 44%)
R 174 of 255 = 68%
G 176 of 255 = 69%
B 113 of 255 = 44%
R + G + B ~ 60%. #AEB071 is middle color (not dark and not light).
R + G + B = 174 + 176 + 113 = 463 (100%)
R 174 of 463 ~ 37.58%
G 176 of 463 ~ 38.01%
B 113 of 463 ~ 24.41'%
#AEB071 color CMYK value is (1,0,36,31).
CMYK: (1,0,36,31)
C1M0Y36K31 (1%, 0%, 36%, 31%)
(0.01 / 0.00 / 0.36 / 0.31)
Color #AEB071 in popluar color models
AE | B0 | 71 | |
---|---|---|---|
RGB | 174 | 176 | 113 |
HSL | 62° | 28.51% | 56.67% |
HSB/HSV | 62° | 35.80% | 69.02% |
CMYK | 1.14% | 0.00% | 35.80% |
30.98% |
Color #AEB071 in popluar number systems.
HEX | AE | B0 | 71 |
Decimal | 174 | 176 | 113 |
Binary | 10101110 | 10110000 | 1110001 |
Octal | 256 | 260 | 161 |
Shades of #AEB071
Tints of #AEB071
Examples of css and html codes for elements with #AEB071 color. Also use rgb(174,176,113) instead hex code.
.myTextColor { color: #AEB071; }
<p style="color:#AEB071">This sample text font color is #AEB071.</p>
This text font color is #AEB071.
.myBgColor { background-color: #AEB071; }
<div style="background-color:#AEB071">Inner text</div>
This div background color is #AEB071.
.myBorderColor { border: 1px solid #AEB071; }
<div style="border:3px solid #AEB071">Div</div>
This div border color is #AEB071.
.myOpacity80 { color: #AEB071; opacity: 0.8; }
<p style="color:#AEB071;opacity:0.8;">80%</p>
Text with #AEB071 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB071;}
<p style="text-shadow: 3px 3px 1px #AEB071">Text here.</p>
This text has shadow with #AEB071 color.
.textShadow {text-shadow: 3px 3px 1px #AEB071', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB071, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB071 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB071, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB071, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB071 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB071;
-webkit-box-shadow: 1px 1px 3px 2px #AEB071;
box-shadow: 1px 1px 3px 2px #AEB071;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB071; -webkit-box-shadow: 1px 1px 3px 2px #AEB071; box-shadow:1px 1px 3px 2px #AEB071;">
Div content here
</div>
This text has color #AEB071 on black background.
This text has color #AEB071 on white background.
This text has black color on #AEB071 background.
This text has white color on #AEB071 background.
Complementary color for #hex is #514F8E.