Shades of Locust #A0A178
Tints of Locust #A0A178
RGB
CMYK
RGB Variations
Color information
#A0A178 (or 0xA0A178) is known color: Locust. HEX triplet: A0, A1 and 78. RGB value is (160,161,120). Sum of RGB (Red+Green+Blue) = 160+161+120=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A178 is #5F5E87. Grayscale: #9C9C9C. Windows color (decimal): -6250120 or 7905696. OLE color: 7905696.
HSL color Cylindrical-coordinate representation of color #A0A178: hue angle of 61.46º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0A178 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 120 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.37 |
| HSL | 61.46º | 0.18% | 0.55% | - |
| HSV(B) | 61.46º | 0.25% | 0.63% | - |
| XYZ | 30.63 | 34.32 | 22.78 | - |
| YUV | 156.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 120 | 0.01 | 0 | 0.25 | 0.37 | 61.46 | 0.18 | 0.55 |
| Hex | A0 | A1 | 78 | 1 | 0 | 19 | 25 | 3D | 12 | 37 |
| Octal | 240 | 241 | 170 | 1 | 0 | 31 | 45 | 75 | 22 | 67 |
| Binary | 10100000 | 10100001 | 1111000 | 1 | 0 | 11001 | 100101 | 111101 | 10010 | 110111 |
Color Harmonies of #A0A178
Complementary color
Monochromatic Colors of #A0A178
Black with #A0A178
Text Example
Text Example
White with #A0A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A178; }
p { color: rgb(160,161,120); }
H1.HeaderClassName
{
color: #A0A178;
}
.AnyTagClassName
{
color: #A0A178;
}
</style>
background-color css
<style>
a { background-color: #A0A178; }
a { background-color: rgb(160,161,120); }
div.DivClassName
{
background-color: #A0A178;
}
.BgClassName
{
background-color: #A0A178;
}
</style>
border-color css
<style>
span { border-color: #A0A178; }
span { border-color: rgb(160,161,120); }
td.TdClassName
{
border-color: #A0A178;
}
.TagClassName
{
border-color: #A0A178;
}
</style>