Shades of Locust #A8AB86
Tints of Locust #A8AB86
RGB
CMYK
RGB Variations
Color information
#A8AB86 (or 0xA8AB86) is known color: Locust. HEX triplet: A8, AB and 86. RGB value is (168,171,134). Sum of RGB (Red+Green+Blue) = 168+171+134=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB86 is #575479. Grayscale: #A6A6A6. Windows color (decimal): -5723258 or 8825768. OLE color: 8825768.
HSL color Cylindrical-coordinate representation of color #A8AB86: hue angle of 64.86º 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 #A8AB86 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 134 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.33 |
| HSL | 64.86º | 0.18% | 0.6% | - |
| HSV(B) | 64.86º | 0.22% | 0.67% | - |
| XYZ | 35.01 | 39.17 | 28.27 | - |
| YUV | 165.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 134 | 0.02 | 0 | 0.22 | 0.33 | 64.86 | 0.18 | 0.6 |
| Hex | A8 | AB | 86 | 2 | 0 | 16 | 21 | 41 | 12 | 3C |
| Octal | 250 | 253 | 206 | 2 | 0 | 26 | 41 | 101 | 22 | 74 |
| Binary | 10101000 | 10101011 | 10000110 | 10 | 0 | 10110 | 100001 | 1000001 | 10010 | 111100 |
Color Harmonies of #A8AB86
Complementary color
Monochromatic Colors of #A8AB86
Black with #A8AB86
Text Example
Text Example
White with #A8AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB86; }
p { color: rgb(168,171,134); }
H1.HeaderClassName
{
color: #A8AB86;
}
.AnyTagClassName
{
color: #A8AB86;
}
</style>
background-color css
<style>
a { background-color: #A8AB86; }
a { background-color: rgb(168,171,134); }
div.DivClassName
{
background-color: #A8AB86;
}
.BgClassName
{
background-color: #A8AB86;
}
</style>
border-color css
<style>
span { border-color: #A8AB86; }
span { border-color: rgb(168,171,134); }
td.TdClassName
{
border-color: #A8AB86;
}
.TagClassName
{
border-color: #A8AB86;
}
</style>