Shades of Locust #A0A97A
Tints of Locust #A0A97A
RGB
CMYK
RGB Variations
Color information
#A0A97A (or 0xA0A97A) is known color: Locust. HEX triplet: A0, A9 and 7A. RGB value is (160,169,122). Sum of RGB (Red+Green+Blue) = 160+169+122=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A97A is #5F5685. Grayscale: #A1A1A1. Windows color (decimal): -6248070 or 8038816. OLE color: 8038816.
HSL color Cylindrical-coordinate representation of color #A0A97A: hue angle of 71.49º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0A97A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 122 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.34 |
| HSL | 71.49º | 0.21% | 0.57% | - |
| HSV(B) | 71.49º | 0.28% | 0.66% | - |
| XYZ | 32.2 | 37.25 | 23.91 | - |
| YUV | 160.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 122 | 0.05 | 0 | 0.28 | 0.34 | 71.49 | 0.21 | 0.57 |
| Hex | A0 | A9 | 7A | 5 | 0 | 1C | 22 | 47 | 15 | 39 |
| Octal | 240 | 251 | 172 | 5 | 0 | 34 | 42 | 107 | 25 | 71 |
| Binary | 10100000 | 10101001 | 1111010 | 101 | 0 | 11100 | 100010 | 1000111 | 10101 | 111001 |
Color Harmonies of #A0A97A
Complementary color
Monochromatic Colors of #A0A97A
Black with #A0A97A
Text Example
Text Example
White with #A0A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A97A; }
p { color: rgb(160,169,122); }
H1.HeaderClassName
{
color: #A0A97A;
}
.AnyTagClassName
{
color: #A0A97A;
}
</style>
background-color css
<style>
a { background-color: #A0A97A; }
a { background-color: rgb(160,169,122); }
div.DivClassName
{
background-color: #A0A97A;
}
.BgClassName
{
background-color: #A0A97A;
}
</style>
border-color css
<style>
span { border-color: #A0A97A; }
span { border-color: rgb(160,169,122); }
td.TdClassName
{
border-color: #A0A97A;
}
.TagClassName
{
border-color: #A0A97A;
}
</style>