Shades of Locust #AAB37A
Tints of Locust #AAB37A
RGB
CMYK
RGB Variations
Color information
#AAB37A (or 0xAAB37A) is known color: Locust. HEX triplet: AA, B3 and 7A. RGB value is (170,179,122). Sum of RGB (Red+Green+Blue) = 170+179+122=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37A is #554C85. Grayscale: #AAAAAA. Windows color (decimal): -5590150 or 8041386. OLE color: 8041386.
HSL color Cylindrical-coordinate representation of color #AAB37A: hue angle of 69.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB37A is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 122 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.30 |
| HSL | 69.47º | 0.27% | 0.59% | - |
| HSV(B) | 69.47º | 0.32% | 0.7% | - |
| XYZ | 36.21 | 42.19 | 24.65 | - |
| YUV | 169.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 122 | 0.05 | 0 | 0.32 | 0.30 | 69.47 | 0.27 | 0.59 |
| Hex | AA | B3 | 7A | 5 | 0 | 20 | 1E | 45 | 1B | 3B |
| Octal | 252 | 263 | 172 | 5 | 0 | 40 | 36 | 105 | 33 | 73 |
| Binary | 10101010 | 10110011 | 1111010 | 101 | 0 | 100000 | 11110 | 1000101 | 11011 | 111011 |
Color Harmonies of #AAB37A
Complementary color
Monochromatic Colors of #AAB37A
Black with #AAB37A
Text Example
Text Example
White with #AAB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB37A; }
p { color: rgb(170,179,122); }
H1.HeaderClassName
{
color: #AAB37A;
}
.AnyTagClassName
{
color: #AAB37A;
}
</style>
background-color css
<style>
a { background-color: #AAB37A; }
a { background-color: rgb(170,179,122); }
div.DivClassName
{
background-color: #AAB37A;
}
.BgClassName
{
background-color: #AAB37A;
}
</style>
border-color css
<style>
span { border-color: #AAB37A; }
span { border-color: rgb(170,179,122); }
td.TdClassName
{
border-color: #AAB37A;
}
.TagClassName
{
border-color: #AAB37A;
}
</style>