Shades of Locust #A0A785
Tints of Locust #A0A785
RGB
CMYK
RGB Variations
Color information
#A0A785 (or 0xA0A785) is known color: Locust. HEX triplet: A0, A7 and 85. RGB value is (160,167,133). Sum of RGB (Red+Green+Blue) = 160+167+133=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A785 is #5F587A. Grayscale: #A1A1A1. Windows color (decimal): -6248571 or 8759200. OLE color: 8759200.
HSL color Cylindrical-coordinate representation of color #A0A785: hue angle of 72.35º 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 #A0A785 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 133 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.35 |
| HSL | 72.35º | 0.16% | 0.59% | - |
| HSV(B) | 72.35º | 0.2% | 0.65% | - |
| XYZ | 32.55 | 36.8 | 27.58 | - |
| YUV | 161.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 133 | 0.04 | 0 | 0.20 | 0.35 | 72.35 | 0.16 | 0.59 |
| Hex | A0 | A7 | 85 | 4 | 0 | 14 | 23 | 48 | 10 | 3B |
| Octal | 240 | 247 | 205 | 4 | 0 | 24 | 43 | 110 | 20 | 73 |
| Binary | 10100000 | 10100111 | 10000101 | 100 | 0 | 10100 | 100011 | 1001000 | 10000 | 111011 |
Color Harmonies of #A0A785
Complementary color
Monochromatic Colors of #A0A785
Black with #A0A785
Text Example
Text Example
White with #A0A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A785; }
p { color: rgb(160,167,133); }
H1.HeaderClassName
{
color: #A0A785;
}
.AnyTagClassName
{
color: #A0A785;
}
</style>
background-color css
<style>
a { background-color: #A0A785; }
a { background-color: rgb(160,167,133); }
div.DivClassName
{
background-color: #A0A785;
}
.BgClassName
{
background-color: #A0A785;
}
</style>
border-color css
<style>
span { border-color: #A0A785; }
span { border-color: rgb(160,167,133); }
td.TdClassName
{
border-color: #A0A785;
}
.TagClassName
{
border-color: #A0A785;
}
</style>