Shades of Locust #A0A17A
Tints of Locust #A0A17A
RGB
CMYK
RGB Variations
Color information
#A0A17A (or 0xA0A17A) is known color: Locust. HEX triplet: A0, A1 and 7A. RGB value is (160,161,122). Sum of RGB (Red+Green+Blue) = 160+161+122=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A17A is #5F5E85. Grayscale: #9C9C9C. Windows color (decimal): -6250118 or 8036768. OLE color: 8036768.
HSL color Cylindrical-coordinate representation of color #A0A17A: hue angle of 61.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0A17A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 122 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.37 |
| HSL | 61.54º | 0.17% | 0.55% | - |
| HSV(B) | 61.54º | 0.24% | 0.63% | - |
| XYZ | 30.75 | 34.37 | 23.43 | - |
| YUV | 156.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 122 | 0.01 | 0 | 0.24 | 0.37 | 61.54 | 0.17 | 0.55 |
| Hex | A0 | A1 | 7A | 1 | 0 | 18 | 25 | 3E | 11 | 37 |
| Octal | 240 | 241 | 172 | 1 | 0 | 30 | 45 | 76 | 21 | 67 |
| Binary | 10100000 | 10100001 | 1111010 | 1 | 0 | 11000 | 100101 | 111110 | 10001 | 110111 |
Color Harmonies of #A0A17A
Complementary color
Monochromatic Colors of #A0A17A
Black with #A0A17A
Text Example
Text Example
White with #A0A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A17A; }
p { color: rgb(160,161,122); }
H1.HeaderClassName
{
color: #A0A17A;
}
.AnyTagClassName
{
color: #A0A17A;
}
</style>
background-color css
<style>
a { background-color: #A0A17A; }
a { background-color: rgb(160,161,122); }
div.DivClassName
{
background-color: #A0A17A;
}
.BgClassName
{
background-color: #A0A17A;
}
</style>
border-color css
<style>
span { border-color: #A0A17A; }
span { border-color: rgb(160,161,122); }
td.TdClassName
{
border-color: #A0A17A;
}
.TagClassName
{
border-color: #A0A17A;
}
</style>