Shades of Locust #AAB180
Tints of Locust #AAB180
RGB
CMYK
RGB Variations
Color information
#AAB180 (or 0xAAB180) is known color: Locust. HEX triplet: AA, B1 and 80. RGB value is (170,177,128). Sum of RGB (Red+Green+Blue) = 170+177+128=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB180 is #554E7F. Grayscale: #A9A9A9. Windows color (decimal): -5590656 or 8434090. OLE color: 8434090.
HSL color Cylindrical-coordinate representation of color #AAB180: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB180 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 128 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.31 |
| HSL | 68.57º | 0.24% | 0.6% | - |
| HSV(B) | 68.57º | 0.28% | 0.69% | - |
| XYZ | 36.2 | 41.55 | 26.53 | - |
| YUV | 169.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 128 | 0.04 | 0 | 0.28 | 0.31 | 68.57 | 0.24 | 0.6 |
| Hex | AA | B1 | 80 | 4 | 0 | 1C | 1F | 45 | 18 | 3C |
| Octal | 252 | 261 | 200 | 4 | 0 | 34 | 37 | 105 | 30 | 74 |
| Binary | 10101010 | 10110001 | 10000000 | 100 | 0 | 11100 | 11111 | 1000101 | 11000 | 111100 |
Color Harmonies of #AAB180
Complementary color
Monochromatic Colors of #AAB180
Black with #AAB180
Text Example
Text Example
White with #AAB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB180; }
p { color: rgb(170,177,128); }
H1.HeaderClassName
{
color: #AAB180;
}
.AnyTagClassName
{
color: #AAB180;
}
</style>
background-color css
<style>
a { background-color: #AAB180; }
a { background-color: rgb(170,177,128); }
div.DivClassName
{
background-color: #AAB180;
}
.BgClassName
{
background-color: #AAB180;
}
</style>
border-color css
<style>
span { border-color: #AAB180; }
span { border-color: rgb(170,177,128); }
td.TdClassName
{
border-color: #AAB180;
}
.TagClassName
{
border-color: #AAB180;
}
</style>