Shades of Locust #A0A275
Tints of Locust #A0A275
RGB
CMYK
RGB Variations
Color information
#A0A275 (or 0xA0A275) is known color: Locust. HEX triplet: A0, A2 and 75. RGB value is (160,162,117). Sum of RGB (Red+Green+Blue) = 160+162+117=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A275 is #5F5D8A. Grayscale: #9C9C9C. Windows color (decimal): -6249867 or 7709344. OLE color: 7709344.
HSL color Cylindrical-coordinate representation of color #A0A275: hue angle of 62.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0A275 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 117 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.36 |
| HSL | 62.67º | 0.19% | 0.55% | - |
| HSV(B) | 62.67º | 0.28% | 0.64% | - |
| XYZ | 30.63 | 34.6 | 21.89 | - |
| YUV | 156.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 117 | 0.01 | 0 | 0.28 | 0.36 | 62.67 | 0.19 | 0.55 |
| Hex | A0 | A2 | 75 | 1 | 0 | 1C | 24 | 3F | 13 | 37 |
| Octal | 240 | 242 | 165 | 1 | 0 | 34 | 44 | 77 | 23 | 67 |
| Binary | 10100000 | 10100010 | 1110101 | 1 | 0 | 11100 | 100100 | 111111 | 10011 | 110111 |
Color Harmonies of #A0A275
Complementary color
Monochromatic Colors of #A0A275
Black with #A0A275
Text Example
Text Example
White with #A0A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A275; }
p { color: rgb(160,162,117); }
H1.HeaderClassName
{
color: #A0A275;
}
.AnyTagClassName
{
color: #A0A275;
}
</style>
background-color css
<style>
a { background-color: #A0A275; }
a { background-color: rgb(160,162,117); }
div.DivClassName
{
background-color: #A0A275;
}
.BgClassName
{
background-color: #A0A275;
}
</style>
border-color css
<style>
span { border-color: #A0A275; }
span { border-color: rgb(160,162,117); }
td.TdClassName
{
border-color: #A0A275;
}
.TagClassName
{
border-color: #A0A275;
}
</style>