Shades of Locust #A0A776
Tints of Locust #A0A776
RGB
CMYK
RGB Variations
Color information
#A0A776 (or 0xA0A776) is known color: Locust. HEX triplet: A0, A7 and 76. RGB value is (160,167,118). Sum of RGB (Red+Green+Blue) = 160+167+118=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A776 is #5F5889. Grayscale: #9F9F9F. Windows color (decimal): -6248586 or 7776160. OLE color: 7776160.
HSL color Cylindrical-coordinate representation of color #A0A776: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0A776 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 118 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.35 |
| HSL | 68.57º | 0.22% | 0.56% | - |
| HSV(B) | 68.57º | 0.29% | 0.65% | - |
| XYZ | 31.59 | 36.42 | 22.5 | - |
| YUV | 159.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 118 | 0.04 | 0 | 0.29 | 0.35 | 68.57 | 0.22 | 0.56 |
| Hex | A0 | A7 | 76 | 4 | 0 | 1D | 23 | 45 | 16 | 38 |
| Octal | 240 | 247 | 166 | 4 | 0 | 35 | 43 | 105 | 26 | 70 |
| Binary | 10100000 | 10100111 | 1110110 | 100 | 0 | 11101 | 100011 | 1000101 | 10110 | 111000 |
Color Harmonies of #A0A776
Complementary color
Monochromatic Colors of #A0A776
Black with #A0A776
Text Example
Text Example
White with #A0A776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A776; }
p { color: rgb(160,167,118); }
H1.HeaderClassName
{
color: #A0A776;
}
.AnyTagClassName
{
color: #A0A776;
}
</style>
background-color css
<style>
a { background-color: #A0A776; }
a { background-color: rgb(160,167,118); }
div.DivClassName
{
background-color: #A0A776;
}
.BgClassName
{
background-color: #A0A776;
}
</style>
border-color css
<style>
span { border-color: #A0A776; }
span { border-color: rgb(160,167,118); }
td.TdClassName
{
border-color: #A0A776;
}
.TagClassName
{
border-color: #A0A776;
}
</style>