Shades of Locust #A9AB85
Tints of Locust #A9AB85
RGB
CMYK
RGB Variations
Color information
#A9AB85 (or 0xA9AB85) is known color: Locust. HEX triplet: A9, AB and 85. RGB value is (169,171,133). Sum of RGB (Red+Green+Blue) = 169+171+133=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB85 is #56547A. Grayscale: #A6A6A6. Windows color (decimal): -5657723 or 8760233. OLE color: 8760233.
HSL color Cylindrical-coordinate representation of color #A9AB85: hue angle of 63.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AB85 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 133 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.33 |
| HSL | 63.16º | 0.18% | 0.6% | - |
| HSV(B) | 63.16º | 0.22% | 0.67% | - |
| XYZ | 35.16 | 39.25 | 27.91 | - |
| YUV | 166.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 133 | 0.01 | 0 | 0.22 | 0.33 | 63.16 | 0.18 | 0.6 |
| Hex | A9 | AB | 85 | 1 | 0 | 16 | 21 | 3F | 12 | 3C |
| Octal | 251 | 253 | 205 | 1 | 0 | 26 | 41 | 77 | 22 | 74 |
| Binary | 10101001 | 10101011 | 10000101 | 1 | 0 | 10110 | 100001 | 111111 | 10010 | 111100 |
Color Harmonies of #A9AB85
Complementary color
Monochromatic Colors of #A9AB85
Black with #A9AB85
Text Example
Text Example
White with #A9AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB85; }
p { color: rgb(169,171,133); }
H1.HeaderClassName
{
color: #A9AB85;
}
.AnyTagClassName
{
color: #A9AB85;
}
</style>
background-color css
<style>
a { background-color: #A9AB85; }
a { background-color: rgb(169,171,133); }
div.DivClassName
{
background-color: #A9AB85;
}
.BgClassName
{
background-color: #A9AB85;
}
</style>
border-color css
<style>
span { border-color: #A9AB85; }
span { border-color: rgb(169,171,133); }
td.TdClassName
{
border-color: #A9AB85;
}
.TagClassName
{
border-color: #A9AB85;
}
</style>