Shades of Locust #AAAB80
Tints of Locust #AAAB80
RGB
CMYK
RGB Variations
Color information
#AAAB80 (or 0xAAAB80) is known color: Locust. HEX triplet: AA, AB and 80. RGB value is (170,171,128). Sum of RGB (Red+Green+Blue) = 170+171+128=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB80 is #55547F. Grayscale: #A5A5A5. Windows color (decimal): -5592192 or 8432554. OLE color: 8432554.
HSL color Cylindrical-coordinate representation of color #AAAB80: hue angle of 61.4º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAB80 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 128 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.33 |
| HSL | 61.4º | 0.2% | 0.59% | - |
| HSV(B) | 61.4º | 0.25% | 0.67% | - |
| XYZ | 35.04 | 39.23 | 26.15 | - |
| YUV | 165.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 128 | 0.01 | 0 | 0.25 | 0.33 | 61.4 | 0.2 | 0.59 |
| Hex | AA | AB | 80 | 1 | 0 | 19 | 21 | 3D | 14 | 3B |
| Octal | 252 | 253 | 200 | 1 | 0 | 31 | 41 | 75 | 24 | 73 |
| Binary | 10101010 | 10101011 | 10000000 | 1 | 0 | 11001 | 100001 | 111101 | 10100 | 111011 |
Color Harmonies of #AAAB80
Complementary color
Monochromatic Colors of #AAAB80
Black with #AAAB80
Text Example
Text Example
White with #AAAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB80; }
p { color: rgb(170,171,128); }
H1.HeaderClassName
{
color: #AAAB80;
}
.AnyTagClassName
{
color: #AAAB80;
}
</style>
background-color css
<style>
a { background-color: #AAAB80; }
a { background-color: rgb(170,171,128); }
div.DivClassName
{
background-color: #AAAB80;
}
.BgClassName
{
background-color: #AAAB80;
}
</style>
border-color css
<style>
span { border-color: #AAAB80; }
span { border-color: rgb(170,171,128); }
td.TdClassName
{
border-color: #AAAB80;
}
.TagClassName
{
border-color: #AAAB80;
}
</style>