Shades of Locust #A0A37F
Tints of Locust #A0A37F
RGB
CMYK
RGB Variations
Color information
#A0A37F (or 0xA0A37F) is known color: Locust. HEX triplet: A0, A3 and 7F. RGB value is (160,163,127). Sum of RGB (Red+Green+Blue) = 160+163+127=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A37F is #5F5C80. Grayscale: #9E9E9E. Windows color (decimal): -6249601 or 8364960. OLE color: 8364960.
HSL color Cylindrical-coordinate representation of color #A0A37F: hue angle of 65º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A37F is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 127 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.36 |
| HSL | 65º | 0.16% | 0.57% | - |
| HSV(B) | 65º | 0.22% | 0.64% | - |
| XYZ | 31.43 | 35.2 | 25.22 | - |
| YUV | 158 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 127 | 0.02 | 0 | 0.22 | 0.36 | 65 | 0.16 | 0.57 |
| Hex | A0 | A3 | 7F | 2 | 0 | 16 | 24 | 41 | 10 | 39 |
| Octal | 240 | 243 | 177 | 2 | 0 | 26 | 44 | 101 | 20 | 71 |
| Binary | 10100000 | 10100011 | 1111111 | 10 | 0 | 10110 | 100100 | 1000001 | 10000 | 111001 |
Color Harmonies of #A0A37F
Complementary color
Monochromatic Colors of #A0A37F
Black with #A0A37F
Text Example
Text Example
White with #A0A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A37F; }
p { color: rgb(160,163,127); }
H1.HeaderClassName
{
color: #A0A37F;
}
.AnyTagClassName
{
color: #A0A37F;
}
</style>
background-color css
<style>
a { background-color: #A0A37F; }
a { background-color: rgb(160,163,127); }
div.DivClassName
{
background-color: #A0A37F;
}
.BgClassName
{
background-color: #A0A37F;
}
</style>
border-color css
<style>
span { border-color: #A0A37F; }
span { border-color: rgb(160,163,127); }
td.TdClassName
{
border-color: #A0A37F;
}
.TagClassName
{
border-color: #A0A37F;
}
</style>