HEX: #AEB688
RGB: (174,182,136)
#AEB688 contains red, green and blue colors in about the same proportion. Web safe color of #AEB688 is #99CC99 (or #9C9).
#AEB688 color RGB value is (174,182,136).
RGB: (174,182,136)
(68%, 71%, 53%)
R 174 of 255 = 68%
G 182 of 255 = 71%
B 136 of 255 = 53%
R + G + B ~ 64%. #AEB688 is quite light color.
R + G + B = 174 + 182 + 136 = 492 (100%)
R 174 of 492 ~ 35.37%
G 182 of 492 ~ 36.99%
B 136 of 492 ~ 27.64'%
#AEB688 color CMYK value is (4,0,25,29).
CMYK: (4,0,25,29)
C4M0Y25K29 (4%, 0%, 25%, 29%)
(0.04 / 0.00 / 0.25 / 0.29)
Color #AEB688 in popluar color models
AE | B6 | 88 | |
---|---|---|---|
RGB | 174 | 182 | 136 |
HSL | 70° | 23.96% | 62.35% |
HSB/HSV | 70° | 25.27% | 71.37% |
CMYK | 4.40% | 0.00% | 25.27% |
28.63% |
Color #AEB688 in popluar number systems.
HEX | AE | B6 | 88 |
Decimal | 174 | 182 | 136 |
Binary | 10101110 | 10110110 | 10001000 |
Octal | 256 | 266 | 210 |
Shades of #AEB688
Tints of #AEB688
Examples of css and html codes for elements with #AEB688 color. Also use rgb(174,182,136) instead hex code.
.myTextColor { color: #AEB688; }
<p style="color:#AEB688">This sample text font color is #AEB688.</p>
This text font color is #AEB688.
.myBgColor { background-color: #AEB688; }
<div style="background-color:#AEB688">Inner text</div>
This div background color is #AEB688.
.myBorderColor { border: 1px solid #AEB688; }
<div style="border:3px solid #AEB688">Div</div>
This div border color is #AEB688.
.myOpacity80 { color: #AEB688; opacity: 0.8; }
<p style="color:#AEB688;opacity:0.8;">80%</p>
Text with #AEB688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB688;}
<p style="text-shadow: 3px 3px 1px #AEB688">Text here.</p>
This text has shadow with #AEB688 color.
.textShadow {text-shadow: 3px 3px 1px #AEB688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB688, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB688, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB688;
-webkit-box-shadow: 1px 1px 3px 2px #AEB688;
box-shadow: 1px 1px 3px 2px #AEB688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB688; -webkit-box-shadow: 1px 1px 3px 2px #AEB688; box-shadow:1px 1px 3px 2px #AEB688;">
Div content here
</div>
This text has color #AEB688 on black background.
This text has color #AEB688 on white background.
This text has black color on #AEB688 background.
This text has white color on #AEB688 background.
Complementary color for #hex is #514977.