Shades of Locust #A9AB84
Tints of Locust #A9AB84
RGB
CMYK
RGB Variations
Color information
#A9AB84 (or 0xA9AB84) is known color: Locust. HEX triplet: A9, AB and 84. RGB value is (169,171,132). Sum of RGB (Red+Green+Blue) = 169+171+132=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB84 is #56547B. Grayscale: #A6A6A6. Windows color (decimal): -5657724 or 8694697. OLE color: 8694697.
HSL color Cylindrical-coordinate representation of color #A9AB84: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9AB84 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 132 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.33 |
| HSL | 63.08º | 0.19% | 0.59% | - |
| HSV(B) | 63.08º | 0.23% | 0.67% | - |
| XYZ | 35.09 | 39.23 | 27.55 | - |
| YUV | 165.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 132 | 0.01 | 0 | 0.23 | 0.33 | 63.08 | 0.19 | 0.59 |
| Hex | A9 | AB | 84 | 1 | 0 | 17 | 21 | 3F | 13 | 3B |
| Octal | 251 | 253 | 204 | 1 | 0 | 27 | 41 | 77 | 23 | 73 |
| Binary | 10101001 | 10101011 | 10000100 | 1 | 0 | 10111 | 100001 | 111111 | 10011 | 111011 |
Color Harmonies of #A9AB84
Complementary color
Monochromatic Colors of #A9AB84
Black with #A9AB84
Text Example
Text Example
White with #A9AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB84; }
p { color: rgb(169,171,132); }
H1.HeaderClassName
{
color: #A9AB84;
}
.AnyTagClassName
{
color: #A9AB84;
}
</style>
background-color css
<style>
a { background-color: #A9AB84; }
a { background-color: rgb(169,171,132); }
div.DivClassName
{
background-color: #A9AB84;
}
.BgClassName
{
background-color: #A9AB84;
}
</style>
border-color css
<style>
span { border-color: #A9AB84; }
span { border-color: rgb(169,171,132); }
td.TdClassName
{
border-color: #A9AB84;
}
.TagClassName
{
border-color: #A9AB84;
}
</style>