Shades of Locust #A0A273
Tints of Locust #A0A273
RGB
CMYK
RGB Variations
Color information
#A0A273 (or 0xA0A273) is known color: Locust. HEX triplet: A0, A2 and 73. RGB value is (160,162,115). Sum of RGB (Red+Green+Blue) = 160+162+115=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A273 is #5F5D8C. Grayscale: #9C9C9C. Windows color (decimal): -6249869 or 7578272. OLE color: 7578272.
HSL color Cylindrical-coordinate representation of color #A0A273: hue angle of 62.55º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0A273 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 115 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.36 |
| HSL | 62.55º | 0.2% | 0.54% | - |
| HSV(B) | 62.55º | 0.29% | 0.64% | - |
| XYZ | 30.51 | 34.55 | 21.28 | - |
| YUV | 156.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 115 | 0.01 | 0 | 0.29 | 0.36 | 62.55 | 0.2 | 0.54 |
| Hex | A0 | A2 | 73 | 1 | 0 | 1D | 24 | 3F | 14 | 36 |
| Octal | 240 | 242 | 163 | 1 | 0 | 35 | 44 | 77 | 24 | 66 |
| Binary | 10100000 | 10100010 | 1110011 | 1 | 0 | 11101 | 100100 | 111111 | 10100 | 110110 |
Color Harmonies of #A0A273
Complementary color
Monochromatic Colors of #A0A273
Black with #A0A273
Text Example
Text Example
White with #A0A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A273; }
p { color: rgb(160,162,115); }
H1.HeaderClassName
{
color: #A0A273;
}
.AnyTagClassName
{
color: #A0A273;
}
</style>
background-color css
<style>
a { background-color: #A0A273; }
a { background-color: rgb(160,162,115); }
div.DivClassName
{
background-color: #A0A273;
}
.BgClassName
{
background-color: #A0A273;
}
</style>
border-color css
<style>
span { border-color: #A0A273; }
span { border-color: rgb(160,162,115); }
td.TdClassName
{
border-color: #A0A273;
}
.TagClassName
{
border-color: #A0A273;
}
</style>