HEX: #AAB57D
RGB: (170,181,125)
#AAB57D contains red, green and blue colors in about the same proportion. Web safe color of #AAB57D is #99CC66 (or #9C6).
#AAB57D color RGB value is (170,181,125).
RGB: (170,181,125)
(67%, 71%, 49%)
R 170 of 255 = 67%
G 181 of 255 = 71%
B 125 of 255 = 49%
R + G + B ~ 62%. #AAB57D is quite light color.
R + G + B = 170 + 181 + 125 = 476 (100%)
R 170 of 476 ~ 35.71%
G 181 of 476 ~ 38.03%
B 125 of 476 ~ 26.26'%
#AAB57D color CMYK value is (6,0,31,29).
CMYK: (6,0,31,29)
C6M0Y31K29 (6%, 0%, 31%, 29%)
(0.06 / 0.00 / 0.31 / 0.29)
Color #AAB57D in popluar color models
AA | B5 | 7D | |
---|---|---|---|
RGB | 170 | 181 | 125 |
HSL | 72° | 27.45% | 60.00% |
HSB/HSV | 72° | 30.94% | 70.98% |
CMYK | 6.08% | 0.00% | 30.94% |
29.02% |
Color #AAB57D in popluar number systems.
HEX | AA | B5 | 7D |
Decimal | 170 | 181 | 125 |
Binary | 10101010 | 10110101 | 1111101 |
Octal | 252 | 265 | 175 |
Shades of #AAB57D
Tints of #AAB57D
Examples of css and html codes for elements with #AAB57D color. Also use rgb(170,181,125) instead hex code.
.myTextColor { color: #AAB57D; }
<p style="color:#AAB57D">This sample text font color is #AAB57D.</p>
This text font color is #AAB57D.
.myBgColor { background-color: #AAB57D; }
<div style="background-color:#AAB57D">Inner text</div>
This div background color is #AAB57D.
.myBorderColor { border: 1px solid #AAB57D; }
<div style="border:3px solid #AAB57D">Div</div>
This div border color is #AAB57D.
.myOpacity80 { color: #AAB57D; opacity: 0.8; }
<p style="color:#AAB57D;opacity:0.8;">80%</p>
Text with #AAB57D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAB57D;}
<p style="text-shadow: 3px 3px 1px #AAB57D">Text here.</p>
This text has shadow with #AAB57D color.
.textShadow {text-shadow: 3px 3px 1px #AAB57D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAB57D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAB57D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAB57D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAB57D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAB57D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAB57D;
-webkit-box-shadow: 1px 1px 3px 2px #AAB57D;
box-shadow: 1px 1px 3px 2px #AAB57D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB57D; -webkit-box-shadow: 1px 1px 3px 2px #AAB57D; box-shadow:1px 1px 3px 2px #AAB57D;">
Div content here
</div>
This text has color #AAB57D on black background.
This text has color #AAB57D on white background.
This text has black color on #AAB57D background.
This text has white color on #AAB57D background.
Complementary color for #hex is #554A82.