Shades of Locust #A8A86F
Tints of Locust #A8A86F
RGB
CMYK
RGB Variations
Color information
#A8A86F (or 0xA8A86F) is known color: Locust. HEX triplet: A8, A8 and 6F. RGB value is (168,168,111). Sum of RGB (Red+Green+Blue) = 168+168+111=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A86F is #575790. Grayscale: #A1A1A1. Windows color (decimal): -5724049 or 7317672. OLE color: 7317672.
HSL color Cylindrical-coordinate representation of color #A8A86F: hue angle of 60º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8A86F is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 111 | - |
| CMYK | 0 | 0 | 0.34 | 0.34 |
| HSL | 60º | 0.25% | 0.55% | - |
| HSV(B) | 60º | 0.34% | 0.66% | - |
| XYZ | 33.02 | 37.48 | 20.53 | - |
| YUV | 161.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 111 | 0 | 0 | 0.34 | 0.34 | 60 | 0.25 | 0.55 |
| Hex | A8 | A8 | 6F | 0 | 0 | 22 | 22 | 3C | 19 | 37 |
| Octal | 250 | 250 | 157 | 0 | 0 | 42 | 42 | 74 | 31 | 67 |
| Binary | 10101000 | 10101000 | 1101111 | 0 | 0 | 100010 | 100010 | 111100 | 11001 | 110111 |
Color Harmonies of #A8A86F
Complementary color
Monochromatic Colors of #A8A86F
Black with #A8A86F
Text Example
Text Example
White with #A8A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A86F; }
p { color: rgb(168,168,111); }
H1.HeaderClassName
{
color: #A8A86F;
}
.AnyTagClassName
{
color: #A8A86F;
}
</style>
background-color css
<style>
a { background-color: #A8A86F; }
a { background-color: rgb(168,168,111); }
div.DivClassName
{
background-color: #A8A86F;
}
.BgClassName
{
background-color: #A8A86F;
}
</style>
border-color css
<style>
span { border-color: #A8A86F; }
span { border-color: rgb(168,168,111); }
td.TdClassName
{
border-color: #A8A86F;
}
.TagClassName
{
border-color: #A8A86F;
}
</style>