Shades of Locust #AAB37E
Tints of Locust #AAB37E
RGB
CMYK
RGB Variations
Color information
#AAB37E (or 0xAAB37E) is known color: Locust. HEX triplet: AA, B3 and 7E. RGB value is (170,179,126). Sum of RGB (Red+Green+Blue) = 170+179+126=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37E is #554C81. Grayscale: #AAAAAA. Windows color (decimal): -5590146 or 8303530. OLE color: 8303530.
HSL color Cylindrical-coordinate representation of color #AAB37E: hue angle of 70.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB37E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 126 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.30 |
| HSL | 70.19º | 0.26% | 0.6% | - |
| HSV(B) | 70.19º | 0.3% | 0.7% | - |
| XYZ | 36.46 | 42.29 | 25.98 | - |
| YUV | 170.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 126 | 0.05 | 0 | 0.30 | 0.30 | 70.19 | 0.26 | 0.6 |
| Hex | AA | B3 | 7E | 5 | 0 | 1E | 1E | 46 | 1A | 3C |
| Octal | 252 | 263 | 176 | 5 | 0 | 36 | 36 | 106 | 32 | 74 |
| Binary | 10101010 | 10110011 | 1111110 | 101 | 0 | 11110 | 11110 | 1000110 | 11010 | 111100 |
Color Harmonies of #AAB37E
Complementary color
Monochromatic Colors of #AAB37E
Black with #AAB37E
Text Example
Text Example
White with #AAB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB37E; }
p { color: rgb(170,179,126); }
H1.HeaderClassName
{
color: #AAB37E;
}
.AnyTagClassName
{
color: #AAB37E;
}
</style>
background-color css
<style>
a { background-color: #AAB37E; }
a { background-color: rgb(170,179,126); }
div.DivClassName
{
background-color: #AAB37E;
}
.BgClassName
{
background-color: #AAB37E;
}
</style>
border-color css
<style>
span { border-color: #AAB37E; }
span { border-color: rgb(170,179,126); }
td.TdClassName
{
border-color: #AAB37E;
}
.TagClassName
{
border-color: #AAB37E;
}
</style>