Shades of Locust #AAB070
Tints of Locust #AAB070
RGB
CMYK
RGB Variations
Color information
#AAB070 (or 0xAAB070) is known color: Locust. HEX triplet: AA, B0 and 70. RGB value is (170,176,112). Sum of RGB (Red+Green+Blue) = 170+176+112=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB070 is #554F8F. Grayscale: #A7A7A7. Windows color (decimal): -5590928 or 7385258. OLE color: 7385258.
HSL color Cylindrical-coordinate representation of color #AAB070: hue angle of 65.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB070 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 112 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.31 |
| HSL | 65.63º | 0.29% | 0.56% | - |
| HSV(B) | 65.63º | 0.36% | 0.69% | - |
| XYZ | 35.03 | 40.77 | 21.35 | - |
| YUV | 166.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 112 | 0.03 | 0 | 0.36 | 0.31 | 65.63 | 0.29 | 0.56 |
| Hex | AA | B0 | 70 | 3 | 0 | 24 | 1F | 42 | 1D | 38 |
| Octal | 252 | 260 | 160 | 3 | 0 | 44 | 37 | 102 | 35 | 70 |
| Binary | 10101010 | 10110000 | 1110000 | 11 | 0 | 100100 | 11111 | 1000010 | 11101 | 111000 |
Color Harmonies of #AAB070
Complementary color
Monochromatic Colors of #AAB070
Black with #AAB070
Text Example
Text Example
White with #AAB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB070; }
p { color: rgb(170,176,112); }
H1.HeaderClassName
{
color: #AAB070;
}
.AnyTagClassName
{
color: #AAB070;
}
</style>
background-color css
<style>
a { background-color: #AAB070; }
a { background-color: rgb(170,176,112); }
div.DivClassName
{
background-color: #AAB070;
}
.BgClassName
{
background-color: #AAB070;
}
</style>
border-color css
<style>
span { border-color: #AAB070; }
span { border-color: rgb(170,176,112); }
td.TdClassName
{
border-color: #AAB070;
}
.TagClassName
{
border-color: #AAB070;
}
</style>