HEX: #AEB47D
RGB: (174,180,125)
#AEB47D contains red, green and blue colors in about the same proportion. Web safe color of #AEB47D is #99CC66 (or #9C6).
#AEB47D color RGB value is (174,180,125).
RGB: (174,180,125)
(68%, 71%, 49%)
R 174 of 255 = 68%
G 180 of 255 = 71%
B 125 of 255 = 49%
R + G + B ~ 63%. #AEB47D is quite light color.
R + G + B = 174 + 180 + 125 = 479 (100%)
R 174 of 479 ~ 36.33%
G 180 of 479 ~ 37.58%
B 125 of 479 ~ 26.1'%
#AEB47D color CMYK value is (3,0,31,29).
CMYK: (3,0,31,29)
C3M0Y31K29 (3%, 0%, 31%, 29%)
(0.03 / 0.00 / 0.31 / 0.29)
Color #AEB47D in popluar color models
AE | B4 | 7D | |
---|---|---|---|
RGB | 174 | 180 | 125 |
HSL | 67° | 26.83% | 59.80% |
HSB/HSV | 67° | 30.56% | 70.59% |
CMYK | 3.33% | 0.00% | 30.56% |
29.41% |
Color #AEB47D in popluar number systems.
HEX | AE | B4 | 7D |
Decimal | 174 | 180 | 125 |
Binary | 10101110 | 10110100 | 1111101 |
Octal | 256 | 264 | 175 |
Shades of #AEB47D
Tints of #AEB47D
Examples of css and html codes for elements with #AEB47D color. Also use rgb(174,180,125) instead hex code.
.myTextColor { color: #AEB47D; }
<p style="color:#AEB47D">This sample text font color is #AEB47D.</p>
This text font color is #AEB47D.
.myBgColor { background-color: #AEB47D; }
<div style="background-color:#AEB47D">Inner text</div>
This div background color is #AEB47D.
.myBorderColor { border: 1px solid #AEB47D; }
<div style="border:3px solid #AEB47D">Div</div>
This div border color is #AEB47D.
.myOpacity80 { color: #AEB47D; opacity: 0.8; }
<p style="color:#AEB47D;opacity:0.8;">80%</p>
Text with #AEB47D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB47D;}
<p style="text-shadow: 3px 3px 1px #AEB47D">Text here.</p>
This text has shadow with #AEB47D color.
.textShadow {text-shadow: 3px 3px 1px #AEB47D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB47D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB47D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB47D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB47D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB47D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB47D;
-webkit-box-shadow: 1px 1px 3px 2px #AEB47D;
box-shadow: 1px 1px 3px 2px #AEB47D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB47D; -webkit-box-shadow: 1px 1px 3px 2px #AEB47D; box-shadow:1px 1px 3px 2px #AEB47D;">
Div content here
</div>
This text has color #AEB47D on black background.
This text has color #AEB47D on white background.
This text has black color on #AEB47D background.
This text has white color on #AEB47D background.
Complementary color for #hex is #514B82.