HEX: #AEB384
RGB: (174,179,132)
#AEB384 contains red, green and blue colors in about the same proportion. Web safe color of #AEB384 is #999999 (or #999).
#AEB384 color RGB value is (174,179,132).
RGB: (174,179,132)
(68%, 70%, 52%)
R 174 of 255 = 68%
G 179 of 255 = 70%
B 132 of 255 = 52%
R + G + B ~ 63%. #AEB384 is quite light color.
R + G + B = 174 + 179 + 132 = 485 (100%)
R 174 of 485 ~ 35.88%
G 179 of 485 ~ 36.91%
B 132 of 485 ~ 27.22'%
#AEB384 color CMYK value is (3,0,26,30).
CMYK: (3,0,26,30)
C3M0Y26K30 (3%, 0%, 26%, 30%)
(0.03 / 0.00 / 0.26 / 0.30)
Color #AEB384 in popluar color models
AE | B3 | 84 | |
---|---|---|---|
RGB | 174 | 179 | 132 |
HSL | 66° | 23.62% | 60.98% |
HSB/HSV | 66° | 26.26% | 70.20% |
CMYK | 2.79% | 0.00% | 26.26% |
29.80% |
Color #AEB384 in popluar number systems.
HEX | AE | B3 | 84 |
Decimal | 174 | 179 | 132 |
Binary | 10101110 | 10110011 | 10000100 |
Octal | 256 | 263 | 204 |
Shades of #AEB384
Tints of #AEB384
Examples of css and html codes for elements with #AEB384 color. Also use rgb(174,179,132) instead hex code.
.myTextColor { color: #AEB384; }
<p style="color:#AEB384">This sample text font color is #AEB384.</p>
This text font color is #AEB384.
.myBgColor { background-color: #AEB384; }
<div style="background-color:#AEB384">Inner text</div>
This div background color is #AEB384.
.myBorderColor { border: 1px solid #AEB384; }
<div style="border:3px solid #AEB384">Div</div>
This div border color is #AEB384.
.myOpacity80 { color: #AEB384; opacity: 0.8; }
<p style="color:#AEB384;opacity:0.8;">80%</p>
Text with #AEB384 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB384;}
<p style="text-shadow: 3px 3px 1px #AEB384">Text here.</p>
This text has shadow with #AEB384 color.
.textShadow {text-shadow: 3px 3px 1px #AEB384', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB384, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB384 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB384, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB384 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB384;
-webkit-box-shadow: 1px 1px 3px 2px #AEB384;
box-shadow: 1px 1px 3px 2px #AEB384;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB384; -webkit-box-shadow: 1px 1px 3px 2px #AEB384; box-shadow:1px 1px 3px 2px #AEB384;">
Div content here
</div>
This text has color #AEB384 on black background.
This text has color #AEB384 on white background.
This text has black color on #AEB384 background.
This text has white color on #AEB384 background.
Complementary color for #hex is #514C7B.