Shades of Locust #A0A17C
Tints of Locust #A0A17C
RGB
CMYK
RGB Variations
Color information
#A0A17C (or 0xA0A17C) is known color: Locust. HEX triplet: A0, A1 and 7C. RGB value is (160,161,124). Sum of RGB (Red+Green+Blue) = 160+161+124=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A17C is #5F5E83. Grayscale: #9C9C9C. Windows color (decimal): -6250116 or 8167840. OLE color: 8167840.
HSL color Cylindrical-coordinate representation of color #A0A17C: hue angle of 61.62º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A17C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 124 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.37 |
| HSL | 61.62º | 0.16% | 0.56% | - |
| HSV(B) | 61.62º | 0.23% | 0.63% | - |
| XYZ | 30.88 | 34.42 | 24.08 | - |
| YUV | 156.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 124 | 0.01 | 0 | 0.23 | 0.37 | 61.62 | 0.16 | 0.56 |
| Hex | A0 | A1 | 7C | 1 | 0 | 17 | 25 | 3E | 10 | 38 |
| Octal | 240 | 241 | 174 | 1 | 0 | 27 | 45 | 76 | 20 | 70 |
| Binary | 10100000 | 10100001 | 1111100 | 1 | 0 | 10111 | 100101 | 111110 | 10000 | 111000 |
Color Harmonies of #A0A17C
Complementary color
Monochromatic Colors of #A0A17C
Black with #A0A17C
Text Example
Text Example
White with #A0A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A17C; }
p { color: rgb(160,161,124); }
H1.HeaderClassName
{
color: #A0A17C;
}
.AnyTagClassName
{
color: #A0A17C;
}
</style>
background-color css
<style>
a { background-color: #A0A17C; }
a { background-color: rgb(160,161,124); }
div.DivClassName
{
background-color: #A0A17C;
}
.BgClassName
{
background-color: #A0A17C;
}
</style>
border-color css
<style>
span { border-color: #A0A17C; }
span { border-color: rgb(160,161,124); }
td.TdClassName
{
border-color: #A0A17C;
}
.TagClassName
{
border-color: #A0A17C;
}
</style>