Shades of Locust #AAB37B
Tints of Locust #AAB37B
RGB
CMYK
RGB Variations
Color information
#AAB37B (or 0xAAB37B) is known color: Locust. HEX triplet: AA, B3 and 7B. RGB value is (170,179,123). Sum of RGB (Red+Green+Blue) = 170+179+123=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37B is #554C84. Grayscale: #AAAAAA. Windows color (decimal): -5590149 or 8106922. OLE color: 8106922.
HSL color Cylindrical-coordinate representation of color #AAB37B: hue angle of 69.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB37B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 123 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.30 |
| HSL | 69.64º | 0.27% | 0.59% | - |
| HSV(B) | 69.64º | 0.31% | 0.7% | - |
| XYZ | 36.27 | 42.22 | 24.98 | - |
| YUV | 169.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 123 | 0.05 | 0 | 0.31 | 0.30 | 69.64 | 0.27 | 0.59 |
| Hex | AA | B3 | 7B | 5 | 0 | 1F | 1E | 46 | 1B | 3B |
| Octal | 252 | 263 | 173 | 5 | 0 | 37 | 36 | 106 | 33 | 73 |
| Binary | 10101010 | 10110011 | 1111011 | 101 | 0 | 11111 | 11110 | 1000110 | 11011 | 111011 |
Color Harmonies of #AAB37B
Complementary color
Monochromatic Colors of #AAB37B
Black with #AAB37B
Text Example
Text Example
White with #AAB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB37B; }
p { color: rgb(170,179,123); }
H1.HeaderClassName
{
color: #AAB37B;
}
.AnyTagClassName
{
color: #AAB37B;
}
</style>
background-color css
<style>
a { background-color: #AAB37B; }
a { background-color: rgb(170,179,123); }
div.DivClassName
{
background-color: #AAB37B;
}
.BgClassName
{
background-color: #AAB37B;
}
</style>
border-color css
<style>
span { border-color: #AAB37B; }
span { border-color: rgb(170,179,123); }
td.TdClassName
{
border-color: #AAB37B;
}
.TagClassName
{
border-color: #AAB37B;
}
</style>