HEX: #AEB657
RGB: (174,182,87)
#AEB657 contains mainly red and green colors. Web safe color of #AEB657 is #99CC66 (or #9C6).
#AEB657 color RGB value is (174,182,87).
RGB: (174,182,87)
(68%, 71%, 34%)
R 174 of 255 = 68%
G 182 of 255 = 71%
B 87 of 255 = 34%
R + G + B ~ 58%. #AEB657 is middle color (not dark and not light).
R + G + B = 174 + 182 + 87 = 443 (100%)
R 174 of 443 ~ 39.28%
G 182 of 443 ~ 41.08%
B 87 of 443 ~ 19.64'%
#AEB657 color CMYK value is (4,0,52,29).
CMYK: (4,0,52,29) C4M0Y52K29 (4%,0%,52%,29%) (0.04/0.00/0.52/0.29)
Color #AEB657 in popluar color models
AE | B6 | 57 | |
---|---|---|---|
RGB | 174 | 182 | 87 |
HSL | 65° | 39.42% | 52.75% |
HSB/HSV | 65° | 52.20% | 71.37% |
CMYK | 4.40% | 0.00% | 52.20% |
28.63% |
Color #AEB657 in popluar number systems.
HEX | AE | B6 | 57 |
Decimal | 174 | 182 | 87 |
Binary | 10101110 | 10110110 | 1010111 |
Octal | 256 | 266 | 127 |
Shades of #AEB657
Tints of #AEB657
Examples of css and html codes for elements with #AEB657 color. Also use rgb(174,182,87) instead hex code.
.myTextColor { color: #AEB657; }
<p style="color:#AEB657">This sample text font color is #AEB657.</p>
This text font color is #AEB657.
.myBgColor { background-color: #AEB657; }
<div style="background-color:#AEB657">Inner text</div>
This div background color is #AEB657.
.myBorderColor { border: 1px solid #AEB657; }
<div style="border:3px solid #AEB657">Div</div>
This div border color is #AEB657.
.myOpacity80 { color: #AEB657; opacity: 0.8; }
<p style="color:#AEB657;opacity:0.8;">80%</p>
Text with #AEB657 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB657;}
<p style="text-shadow: 3px 3px 1px #AEB657">Text here.</p>
This text has shadow with #AEB657 color.
.textShadow {text-shadow: 3px 3px 1px #AEB657', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB657, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB657 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB657, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB657, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB657 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB657;
-webkit-box-shadow: 1px 1px 3px 2px #AEB657;
box-shadow: 1px 1px 3px 2px #AEB657;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB657; -webkit-box-shadow: 1px 1px 3px 2px #AEB657; box-shadow:1px 1px 3px 2px #AEB657;">
Div content here
</div>
This text has color #AEB657 on black background.
This text has color #AEB657 on white background.
This text has black color on #AEB657 background.
This text has white color on #AEB657 background.
Complementary color for #hex is #5149A8.