HEX: #AEB506
RGB: (174,181,6)
#AEB506 contains mainly red and green colors. Web safe color of #AEB506 is #99CC00 (or #9C0).
#AEB506 color RGB value is (174,181,6).
RGB: (174,181,6)
(68%, 71%, 2%)
R 174 of 255 = 68%
G 181 of 255 = 71%
B 6 of 255 = 2%
R + G + B ~ 47%. #AEB506 is middle color (not dark and not light).
R + G + B = 174 + 181 + 6 = 361 (100%)
R 174 of 361 ~ 48.2%
G 181 of 361 ~ 50.14%
B 6 of 361 ~ 1.66'%
#AEB506 color CMYK value is (4,0,97,29).
CMYK: (4,0,97,29) C4M0Y97K29 (4%,0%,97%,29%) (0.04/0.00/0.97/0.29)
Color #AEB506 in popluar color models
AE | B5 | 06 | |
---|---|---|---|
RGB | 174 | 181 | 6 |
HSL | 62° | 93.58% | 36.67% |
HSB/HSV | 62° | 96.69% | 70.98% |
CMYK | 3.87% | 0.00% | 96.69% |
29.02% |
Color #AEB506 in popluar number systems.
HEX | AE | B5 | 06 |
Decimal | 174 | 181 | 6 |
Binary | 10101110 | 10110101 | 110 |
Octal | 256 | 265 | 6 |
Shades of #AEB506
Tints of #AEB506
Examples of css and html codes for elements with #AEB506 color. Also use rgb(174,181,6) instead hex code.
.myTextColor { color: #AEB506; }
<p style="color:#AEB506">This sample text font color is #AEB506.</p>
This text font color is #AEB506.
.myBgColor { background-color: #AEB506; }
<div style="background-color:#AEB506">Inner text</div>
This div background color is #AEB506.
.myBorderColor { border: 1px solid #AEB506; }
<div style="border:3px solid #AEB506">Div</div>
This div border color is #AEB506.
.myOpacity80 { color: #AEB506; opacity: 0.8; }
<p style="color:#AEB506;opacity:0.8;">80%</p>
Text with #AEB506 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB506;}
<p style="text-shadow: 3px 3px 1px #AEB506">Text here.</p>
This text has shadow with #AEB506 color.
.textShadow {text-shadow: 3px 3px 1px #AEB506', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB506, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB506 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB506, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB506, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB506 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB506;
-webkit-box-shadow: 1px 1px 3px 2px #AEB506;
box-shadow: 1px 1px 3px 2px #AEB506;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB506; -webkit-box-shadow: 1px 1px 3px 2px #AEB506; box-shadow:1px 1px 3px 2px #AEB506;">
Div content here
</div>
This text has color #AEB506 on black background.
This text has color #AEB506 on white background.
This text has black color on #AEB506 background.
This text has white color on #AEB506 background.
Complementary color for #hex is #514AF9.