Shades of Locust #A8AB85
Tints of Locust #A8AB85
RGB
CMYK
RGB Variations
Color information
#A8AB85 (or 0xA8AB85) is known color: Locust. HEX triplet: A8, AB and 85. RGB value is (168,171,133). Sum of RGB (Red+Green+Blue) = 168+171+133=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB85 is #57547A. Grayscale: #A5A5A5. Windows color (decimal): -5723259 or 8760232. OLE color: 8760232.
HSL color Cylindrical-coordinate representation of color #A8AB85: hue angle of 64.74º 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 #A8AB85 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 133 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.33 |
| HSL | 64.74º | 0.18% | 0.6% | - |
| HSV(B) | 64.74º | 0.22% | 0.67% | - |
| XYZ | 34.95 | 39.14 | 27.9 | - |
| YUV | 165.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 133 | 0.02 | 0 | 0.22 | 0.33 | 64.74 | 0.18 | 0.6 |
| Hex | A8 | AB | 85 | 2 | 0 | 16 | 21 | 41 | 12 | 3C |
| Octal | 250 | 253 | 205 | 2 | 0 | 26 | 41 | 101 | 22 | 74 |
| Binary | 10101000 | 10101011 | 10000101 | 10 | 0 | 10110 | 100001 | 1000001 | 10010 | 111100 |
Color Harmonies of #A8AB85
Complementary color
Monochromatic Colors of #A8AB85
Black with #A8AB85
Text Example
Text Example
White with #A8AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB85; }
p { color: rgb(168,171,133); }
H1.HeaderClassName
{
color: #A8AB85;
}
.AnyTagClassName
{
color: #A8AB85;
}
</style>
background-color css
<style>
a { background-color: #A8AB85; }
a { background-color: rgb(168,171,133); }
div.DivClassName
{
background-color: #A8AB85;
}
.BgClassName
{
background-color: #A8AB85;
}
</style>
border-color css
<style>
span { border-color: #A8AB85; }
span { border-color: rgb(168,171,133); }
td.TdClassName
{
border-color: #A8AB85;
}
.TagClassName
{
border-color: #A8AB85;
}
</style>