Shades of Locust #A0A587
Tints of Locust #A0A587
RGB
CMYK
RGB Variations
Color information
#A0A587 (or 0xA0A587) is known color: Locust. HEX triplet: A0, A5 and 87. RGB value is (160,165,135). Sum of RGB (Red+Green+Blue) = 160+165+135=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A587 is #5F5A78. Grayscale: #A0A0A0. Windows color (decimal): -6249081 or 8889760. OLE color: 8889760.
HSL color Cylindrical-coordinate representation of color #A0A587: hue angle of 70º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0A587 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 135 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.35 |
| HSL | 70º | 0.14% | 0.59% | - |
| HSV(B) | 70º | 0.18% | 0.65% | - |
| XYZ | 32.33 | 36.13 | 28.19 | - |
| YUV | 160.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 135 | 0.03 | 0 | 0.18 | 0.35 | 70 | 0.14 | 0.59 |
| Hex | A0 | A5 | 87 | 3 | 0 | 12 | 23 | 46 | E | 3B |
| Octal | 240 | 245 | 207 | 3 | 0 | 22 | 43 | 106 | 16 | 73 |
| Binary | 10100000 | 10100101 | 10000111 | 11 | 0 | 10010 | 100011 | 1000110 | 1110 | 111011 |
Color Harmonies of #A0A587
Complementary color
Monochromatic Colors of #A0A587
Black with #A0A587
Text Example
Text Example
White with #A0A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A587; }
p { color: rgb(160,165,135); }
H1.HeaderClassName
{
color: #A0A587;
}
.AnyTagClassName
{
color: #A0A587;
}
</style>
background-color css
<style>
a { background-color: #A0A587; }
a { background-color: rgb(160,165,135); }
div.DivClassName
{
background-color: #A0A587;
}
.BgClassName
{
background-color: #A0A587;
}
</style>
border-color css
<style>
span { border-color: #A0A587; }
span { border-color: rgb(160,165,135); }
td.TdClassName
{
border-color: #A0A587;
}
.TagClassName
{
border-color: #A0A587;
}
</style>