Shades of Locust #A9AB80
Tints of Locust #A9AB80
RGB
CMYK
RGB Variations
Color information
#A9AB80 (or 0xA9AB80) is known color: Locust. HEX triplet: A9, AB and 80. RGB value is (169,171,128). Sum of RGB (Red+Green+Blue) = 169+171+128=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB80 is #56547F. Grayscale: #A5A5A5. Windows color (decimal): -5657728 or 8432553. OLE color: 8432553.
HSL color Cylindrical-coordinate representation of color #A9AB80: hue angle of 62.79º 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 #A9AB80 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 128 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.33 |
| HSL | 62.79º | 0.2% | 0.59% | - |
| HSV(B) | 62.79º | 0.25% | 0.67% | - |
| XYZ | 34.82 | 39.12 | 26.14 | - |
| YUV | 165.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 128 | 0.01 | 0 | 0.25 | 0.33 | 62.79 | 0.2 | 0.59 |
| Hex | A9 | AB | 80 | 1 | 0 | 19 | 21 | 3F | 14 | 3B |
| Octal | 251 | 253 | 200 | 1 | 0 | 31 | 41 | 77 | 24 | 73 |
| Binary | 10101001 | 10101011 | 10000000 | 1 | 0 | 11001 | 100001 | 111111 | 10100 | 111011 |
Color Harmonies of #A9AB80
Complementary color
Monochromatic Colors of #A9AB80
Black with #A9AB80
Text Example
Text Example
White with #A9AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB80; }
p { color: rgb(169,171,128); }
H1.HeaderClassName
{
color: #A9AB80;
}
.AnyTagClassName
{
color: #A9AB80;
}
</style>
background-color css
<style>
a { background-color: #A9AB80; }
a { background-color: rgb(169,171,128); }
div.DivClassName
{
background-color: #A9AB80;
}
.BgClassName
{
background-color: #A9AB80;
}
</style>
border-color css
<style>
span { border-color: #A9AB80; }
span { border-color: rgb(169,171,128); }
td.TdClassName
{
border-color: #A9AB80;
}
.TagClassName
{
border-color: #A9AB80;
}
</style>