Shades of Locust #A0A781
Tints of Locust #A0A781
RGB
CMYK
RGB Variations
Color information
#A0A781 (or 0xA0A781) is known color: Locust. HEX triplet: A0, A7 and 81. RGB value is (160,167,129). Sum of RGB (Red+Green+Blue) = 160+167+129=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A781 is #5F587E. Grayscale: #A0A0A0. Windows color (decimal): -6248575 or 8497056. OLE color: 8497056.
HSL color Cylindrical-coordinate representation of color #A0A781: hue angle of 71.05º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A781 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 129 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.35 |
| HSL | 71.05º | 0.18% | 0.58% | - |
| HSV(B) | 71.05º | 0.23% | 0.65% | - |
| XYZ | 32.28 | 36.7 | 26.15 | - |
| YUV | 160.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 129 | 0.04 | 0 | 0.23 | 0.35 | 71.05 | 0.18 | 0.58 |
| Hex | A0 | A7 | 81 | 4 | 0 | 17 | 23 | 47 | 12 | 3A |
| Octal | 240 | 247 | 201 | 4 | 0 | 27 | 43 | 107 | 22 | 72 |
| Binary | 10100000 | 10100111 | 10000001 | 100 | 0 | 10111 | 100011 | 1000111 | 10010 | 111010 |
Color Harmonies of #A0A781
Complementary color
Monochromatic Colors of #A0A781
Black with #A0A781
Text Example
Text Example
White with #A0A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A781; }
p { color: rgb(160,167,129); }
H1.HeaderClassName
{
color: #A0A781;
}
.AnyTagClassName
{
color: #A0A781;
}
</style>
background-color css
<style>
a { background-color: #A0A781; }
a { background-color: rgb(160,167,129); }
div.DivClassName
{
background-color: #A0A781;
}
.BgClassName
{
background-color: #A0A781;
}
</style>
border-color css
<style>
span { border-color: #A0A781; }
span { border-color: rgb(160,167,129); }
td.TdClassName
{
border-color: #A0A781;
}
.TagClassName
{
border-color: #A0A781;
}
</style>