Shades of Locust #A2A487
Tints of Locust #A2A487
RGB
CMYK
RGB Variations
Color information
#A2A487 (or 0xA2A487) is known color: Locust. HEX triplet: A2, A4 and 87. RGB value is (162,164,135). Sum of RGB (Red+Green+Blue) = 162+164+135=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A487 is #5D5B78. Grayscale: #A0A0A0. Windows color (decimal): -6118265 or 8889506. OLE color: 8889506.
HSL color Cylindrical-coordinate representation of color #A2A487: hue angle of 64.14º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2A487 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 135 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.36 |
| HSL | 64.14º | 0.14% | 0.59% | - |
| HSV(B) | 64.14º | 0.18% | 0.64% | - |
| XYZ | 32.55 | 35.98 | 28.15 | - |
| YUV | 160.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 135 | 0.01 | 0 | 0.18 | 0.36 | 64.14 | 0.14 | 0.59 |
| Hex | A2 | A4 | 87 | 1 | 0 | 12 | 24 | 40 | E | 3B |
| Octal | 242 | 244 | 207 | 1 | 0 | 22 | 44 | 100 | 16 | 73 |
| Binary | 10100010 | 10100100 | 10000111 | 1 | 0 | 10010 | 100100 | 1000000 | 1110 | 111011 |
Color Harmonies of #A2A487
Complementary color
Monochromatic Colors of #A2A487
Black with #A2A487
Text Example
Text Example
White with #A2A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A487; }
p { color: rgb(162,164,135); }
H1.HeaderClassName
{
color: #A2A487;
}
.AnyTagClassName
{
color: #A2A487;
}
</style>
background-color css
<style>
a { background-color: #A2A487; }
a { background-color: rgb(162,164,135); }
div.DivClassName
{
background-color: #A2A487;
}
.BgClassName
{
background-color: #A2A487;
}
</style>
border-color css
<style>
span { border-color: #A2A487; }
span { border-color: rgb(162,164,135); }
td.TdClassName
{
border-color: #A2A487;
}
.TagClassName
{
border-color: #A2A487;
}
</style>