Shades of Locust #AAB071
Tints of Locust #AAB071
RGB
CMYK
RGB Variations
Color information
#AAB071 (or 0xAAB071) is known color: Locust. HEX triplet: AA, B0 and 71. RGB value is (170,176,113). Sum of RGB (Red+Green+Blue) = 170+176+113=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB071 is #554F8E. Grayscale: #A7A7A7. Windows color (decimal): -5590927 or 7450794. OLE color: 7450794.
HSL color Cylindrical-coordinate representation of color #AAB071: hue angle of 65.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB071 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 113 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.31 |
| HSL | 65.71º | 0.29% | 0.57% | - |
| HSV(B) | 65.71º | 0.36% | 0.69% | - |
| XYZ | 35.08 | 40.79 | 21.65 | - |
| YUV | 167.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 113 | 0.03 | 0 | 0.36 | 0.31 | 65.71 | 0.29 | 0.57 |
| Hex | AA | B0 | 71 | 3 | 0 | 24 | 1F | 42 | 1D | 39 |
| Octal | 252 | 260 | 161 | 3 | 0 | 44 | 37 | 102 | 35 | 71 |
| Binary | 10101010 | 10110000 | 1110001 | 11 | 0 | 100100 | 11111 | 1000010 | 11101 | 111001 |
Color Harmonies of #AAB071
Complementary color
Monochromatic Colors of #AAB071
Black with #AAB071
Text Example
Text Example
White with #AAB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB071; }
p { color: rgb(170,176,113); }
H1.HeaderClassName
{
color: #AAB071;
}
.AnyTagClassName
{
color: #AAB071;
}
</style>
background-color css
<style>
a { background-color: #AAB071; }
a { background-color: rgb(170,176,113); }
div.DivClassName
{
background-color: #AAB071;
}
.BgClassName
{
background-color: #AAB071;
}
</style>
border-color css
<style>
span { border-color: #AAB071; }
span { border-color: rgb(170,176,113); }
td.TdClassName
{
border-color: #AAB071;
}
.TagClassName
{
border-color: #AAB071;
}
</style>