Shades of Locust #A0A07F
Tints of Locust #A0A07F
RGB
CMYK
RGB Variations
Color information
#A0A07F (or 0xA0A07F) is known color: Locust. HEX triplet: A0, A0 and 7F. RGB value is (160,160,127). Sum of RGB (Red+Green+Blue) = 160+160+127=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A07F is #5F5F80. Grayscale: #9C9C9C. Windows color (decimal): -6250369 or 8364192. OLE color: 8364192.
HSL color Cylindrical-coordinate representation of color #A0A07F: hue angle of 60º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A07F is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 127 | - |
| CMYK | 0 | 0 | 0.21 | 0.37 |
| HSL | 60º | 0.15% | 0.56% | - |
| HSV(B) | 60º | 0.21% | 0.63% | - |
| XYZ | 30.9 | 34.15 | 25.04 | - |
| YUV | 156.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 127 | 0 | 0 | 0.21 | 0.37 | 60 | 0.15 | 0.56 |
| Hex | A0 | A0 | 7F | 0 | 0 | 15 | 25 | 3C | F | 38 |
| Octal | 240 | 240 | 177 | 0 | 0 | 25 | 45 | 74 | 17 | 70 |
| Binary | 10100000 | 10100000 | 1111111 | 0 | 0 | 10101 | 100101 | 111100 | 1111 | 111000 |
Color Harmonies of #A0A07F
Complementary color
Monochromatic Colors of #A0A07F
Black with #A0A07F
Text Example
Text Example
White with #A0A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A07F; }
p { color: rgb(160,160,127); }
H1.HeaderClassName
{
color: #A0A07F;
}
.AnyTagClassName
{
color: #A0A07F;
}
</style>
background-color css
<style>
a { background-color: #A0A07F; }
a { background-color: rgb(160,160,127); }
div.DivClassName
{
background-color: #A0A07F;
}
.BgClassName
{
background-color: #A0A07F;
}
</style>
border-color css
<style>
span { border-color: #A0A07F; }
span { border-color: rgb(160,160,127); }
td.TdClassName
{
border-color: #A0A07F;
}
.TagClassName
{
border-color: #A0A07F;
}
</style>