Shades of Locust #A0A786
Tints of Locust #A0A786
RGB
CMYK
RGB Variations
Color information
#A0A786 (or 0xA0A786) is known color: Locust. HEX triplet: A0, A7 and 86. RGB value is (160,167,134). Sum of RGB (Red+Green+Blue) = 160+167+134=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A786 is #5F5879. Grayscale: #A1A1A1. Windows color (decimal): -6248570 or 8824736. OLE color: 8824736.
HSL color Cylindrical-coordinate representation of color #A0A786: hue angle of 72.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0A786 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 134 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.35 |
| HSL | 72.73º | 0.16% | 0.59% | - |
| HSV(B) | 72.73º | 0.2% | 0.65% | - |
| XYZ | 32.62 | 36.83 | 27.94 | - |
| YUV | 161.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 134 | 0.04 | 0 | 0.20 | 0.35 | 72.73 | 0.16 | 0.59 |
| Hex | A0 | A7 | 86 | 4 | 0 | 14 | 23 | 49 | 10 | 3B |
| Octal | 240 | 247 | 206 | 4 | 0 | 24 | 43 | 111 | 20 | 73 |
| Binary | 10100000 | 10100111 | 10000110 | 100 | 0 | 10100 | 100011 | 1001001 | 10000 | 111011 |
Color Harmonies of #A0A786
Complementary color
Monochromatic Colors of #A0A786
Black with #A0A786
Text Example
Text Example
White with #A0A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A786; }
p { color: rgb(160,167,134); }
H1.HeaderClassName
{
color: #A0A786;
}
.AnyTagClassName
{
color: #A0A786;
}
</style>
background-color css
<style>
a { background-color: #A0A786; }
a { background-color: rgb(160,167,134); }
div.DivClassName
{
background-color: #A0A786;
}
.BgClassName
{
background-color: #A0A786;
}
</style>
border-color css
<style>
span { border-color: #A0A786; }
span { border-color: rgb(160,167,134); }
td.TdClassName
{
border-color: #A0A786;
}
.TagClassName
{
border-color: #A0A786;
}
</style>