Shades of Locust #A0A281
Tints of Locust #A0A281
RGB
CMYK
RGB Variations
Color information
#A0A281 (or 0xA0A281) is known color: Locust. HEX triplet: A0, A2 and 81. RGB value is (160,162,129). Sum of RGB (Red+Green+Blue) = 160+162+129=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A281 is #5F5D7E. Grayscale: #9D9D9D. Windows color (decimal): -6249855 or 8495776. OLE color: 8495776.
HSL color Cylindrical-coordinate representation of color #A0A281: hue angle of 63.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0A281 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 129 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.36 |
| HSL | 63.64º | 0.15% | 0.57% | - |
| HSV(B) | 63.64º | 0.2% | 0.64% | - |
| XYZ | 31.38 | 34.9 | 25.85 | - |
| YUV | 157.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 129 | 0.01 | 0 | 0.20 | 0.36 | 63.64 | 0.15 | 0.57 |
| Hex | A0 | A2 | 81 | 1 | 0 | 14 | 24 | 40 | F | 39 |
| Octal | 240 | 242 | 201 | 1 | 0 | 24 | 44 | 100 | 17 | 71 |
| Binary | 10100000 | 10100010 | 10000001 | 1 | 0 | 10100 | 100100 | 1000000 | 1111 | 111001 |
Color Harmonies of #A0A281
Complementary color
Monochromatic Colors of #A0A281
Black with #A0A281
Text Example
Text Example
White with #A0A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A281; }
p { color: rgb(160,162,129); }
H1.HeaderClassName
{
color: #A0A281;
}
.AnyTagClassName
{
color: #A0A281;
}
</style>
background-color css
<style>
a { background-color: #A0A281; }
a { background-color: rgb(160,162,129); }
div.DivClassName
{
background-color: #A0A281;
}
.BgClassName
{
background-color: #A0A281;
}
</style>
border-color css
<style>
span { border-color: #A0A281; }
span { border-color: rgb(160,162,129); }
td.TdClassName
{
border-color: #A0A281;
}
.TagClassName
{
border-color: #A0A281;
}
</style>