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