Shades of Locust #AAB276
Tints of Locust #AAB276
RGB
CMYK
RGB Variations
Color information
#AAB276 (or 0xAAB276) is known color: Locust. HEX triplet: AA, B2 and 76. RGB value is (170,178,118). Sum of RGB (Red+Green+Blue) = 170+178+118=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB276 is #554D89. Grayscale: #A8A8A8. Windows color (decimal): -5590410 or 7778986. OLE color: 7778986.
HSL color Cylindrical-coordinate representation of color #AAB276: hue angle of 68º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB276 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 118 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.30 |
| HSL | 68º | 0.28% | 0.58% | - |
| HSV(B) | 68º | 0.34% | 0.7% | - |
| XYZ | 35.77 | 41.69 | 23.3 | - |
| YUV | 168.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 118 | 0.04 | 0 | 0.34 | 0.30 | 68 | 0.28 | 0.58 |
| Hex | AA | B2 | 76 | 4 | 0 | 22 | 1E | 44 | 1C | 3A |
| Octal | 252 | 262 | 166 | 4 | 0 | 42 | 36 | 104 | 34 | 72 |
| Binary | 10101010 | 10110010 | 1110110 | 100 | 0 | 100010 | 11110 | 1000100 | 11100 | 111010 |
Color Harmonies of #AAB276
Complementary color
Monochromatic Colors of #AAB276
Black with #AAB276
Text Example
Text Example
White with #AAB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB276; }
p { color: rgb(170,178,118); }
H1.HeaderClassName
{
color: #AAB276;
}
.AnyTagClassName
{
color: #AAB276;
}
</style>
background-color css
<style>
a { background-color: #AAB276; }
a { background-color: rgb(170,178,118); }
div.DivClassName
{
background-color: #AAB276;
}
.BgClassName
{
background-color: #AAB276;
}
</style>
border-color css
<style>
span { border-color: #AAB276; }
span { border-color: rgb(170,178,118); }
td.TdClassName
{
border-color: #AAB276;
}
.TagClassName
{
border-color: #AAB276;
}
</style>