Shades of Locust #AAB078
Tints of Locust #AAB078
RGB
CMYK
RGB Variations
Color information
#AAB078 (or 0xAAB078) is known color: Locust. HEX triplet: AA, B0 and 78. RGB value is (170,176,120). Sum of RGB (Red+Green+Blue) = 170+176+120=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB078 is #554F87. Grayscale: #A8A8A8. Windows color (decimal): -5590920 or 7909546. OLE color: 7909546.
HSL color Cylindrical-coordinate representation of color #AAB078: hue angle of 66.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB078 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 120 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.31 |
| HSL | 66.43º | 0.26% | 0.58% | - |
| HSV(B) | 66.43º | 0.32% | 0.69% | - |
| XYZ | 35.49 | 40.95 | 23.8 | - |
| YUV | 167.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 120 | 0.03 | 0 | 0.32 | 0.31 | 66.43 | 0.26 | 0.58 |
| Hex | AA | B0 | 78 | 3 | 0 | 20 | 1F | 42 | 1A | 3A |
| Octal | 252 | 260 | 170 | 3 | 0 | 40 | 37 | 102 | 32 | 72 |
| Binary | 10101010 | 10110000 | 1111000 | 11 | 0 | 100000 | 11111 | 1000010 | 11010 | 111010 |
Color Harmonies of #AAB078
Complementary color
Monochromatic Colors of #AAB078
Black with #AAB078
Text Example
Text Example
White with #AAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB078; }
p { color: rgb(170,176,120); }
H1.HeaderClassName
{
color: #AAB078;
}
.AnyTagClassName
{
color: #AAB078;
}
</style>
background-color css
<style>
a { background-color: #AAB078; }
a { background-color: rgb(170,176,120); }
div.DivClassName
{
background-color: #AAB078;
}
.BgClassName
{
background-color: #AAB078;
}
</style>
border-color css
<style>
span { border-color: #AAB078; }
span { border-color: rgb(170,176,120); }
td.TdClassName
{
border-color: #AAB078;
}
.TagClassName
{
border-color: #AAB078;
}
</style>