Shades of Locust #A2A580
Tints of Locust #A2A580
RGB
CMYK
RGB Variations
Color information
#A2A580 (or 0xA2A580) is known color: Locust. HEX triplet: A2, A5 and 80. RGB value is (162,165,128). Sum of RGB (Red+Green+Blue) = 162+165+128=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A580 is #5D5A7F. Grayscale: #A0A0A0. Windows color (decimal): -6118016 or 8431010. OLE color: 8431010.
HSL color Cylindrical-coordinate representation of color #A2A580: hue angle of 64.86º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A580 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 128 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.35 |
| HSL | 64.86º | 0.17% | 0.57% | - |
| HSV(B) | 64.86º | 0.22% | 0.65% | - |
| XYZ | 32.25 | 36.15 | 25.7 | - |
| YUV | 159.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 128 | 0.02 | 0 | 0.22 | 0.35 | 64.86 | 0.17 | 0.57 |
| Hex | A2 | A5 | 80 | 2 | 0 | 16 | 23 | 41 | 11 | 39 |
| Octal | 242 | 245 | 200 | 2 | 0 | 26 | 43 | 101 | 21 | 71 |
| Binary | 10100010 | 10100101 | 10000000 | 10 | 0 | 10110 | 100011 | 1000001 | 10001 | 111001 |
Color Harmonies of #A2A580
Complementary color
Monochromatic Colors of #A2A580
Black with #A2A580
Text Example
Text Example
White with #A2A580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A580; }
p { color: rgb(162,165,128); }
H1.HeaderClassName
{
color: #A2A580;
}
.AnyTagClassName
{
color: #A2A580;
}
</style>
background-color css
<style>
a { background-color: #A2A580; }
a { background-color: rgb(162,165,128); }
div.DivClassName
{
background-color: #A2A580;
}
.BgClassName
{
background-color: #A2A580;
}
</style>
border-color css
<style>
span { border-color: #A2A580; }
span { border-color: rgb(162,165,128); }
td.TdClassName
{
border-color: #A2A580;
}
.TagClassName
{
border-color: #A2A580;
}
</style>