Shades of Locust #AAB079
Tints of Locust #AAB079
RGB
CMYK
RGB Variations
Color information
#AAB079 (or 0xAAB079) is known color: Locust. HEX triplet: AA, B0 and 79. RGB value is (170,176,121). Sum of RGB (Red+Green+Blue) = 170+176+121=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB079 is #554F86. Grayscale: #A8A8A8. Windows color (decimal): -5590919 or 7975082. OLE color: 7975082.
HSL color Cylindrical-coordinate representation of color #AAB079: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB079 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 121 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.31 |
| HSL | 66.55º | 0.26% | 0.58% | - |
| HSV(B) | 66.55º | 0.31% | 0.69% | - |
| XYZ | 35.55 | 40.98 | 24.12 | - |
| YUV | 167.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 121 | 0.03 | 0 | 0.31 | 0.31 | 66.55 | 0.26 | 0.58 |
| Hex | AA | B0 | 79 | 3 | 0 | 1F | 1F | 43 | 1A | 3A |
| Octal | 252 | 260 | 171 | 3 | 0 | 37 | 37 | 103 | 32 | 72 |
| Binary | 10101010 | 10110000 | 1111001 | 11 | 0 | 11111 | 11111 | 1000011 | 11010 | 111010 |
Color Harmonies of #AAB079
Complementary color
Monochromatic Colors of #AAB079
Black with #AAB079
Text Example
Text Example
White with #AAB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB079; }
p { color: rgb(170,176,121); }
H1.HeaderClassName
{
color: #AAB079;
}
.AnyTagClassName
{
color: #AAB079;
}
</style>
background-color css
<style>
a { background-color: #AAB079; }
a { background-color: rgb(170,176,121); }
div.DivClassName
{
background-color: #AAB079;
}
.BgClassName
{
background-color: #AAB079;
}
</style>
border-color css
<style>
span { border-color: #AAB079; }
span { border-color: rgb(170,176,121); }
td.TdClassName
{
border-color: #AAB079;
}
.TagClassName
{
border-color: #AAB079;
}
</style>