Shades of Locust #A2A87A
Tints of Locust #A2A87A
RGB
CMYK
RGB Variations
Color information
#A2A87A (or 0xA2A87A) is known color: Locust. HEX triplet: A2, A8 and 7A. RGB value is (162,168,122). Sum of RGB (Red+Green+Blue) = 162+168+122=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A87A is #5D5785. Grayscale: #A1A1A1. Windows color (decimal): -6117254 or 8038562. OLE color: 8038562.
HSL color Cylindrical-coordinate representation of color #A2A87A: hue angle of 67.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2A87A is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 122 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.34 |
| HSL | 67.83º | 0.21% | 0.57% | - |
| HSV(B) | 67.83º | 0.27% | 0.66% | - |
| XYZ | 32.42 | 37.09 | 23.86 | - |
| YUV | 160.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 122 | 0.04 | 0 | 0.27 | 0.34 | 67.83 | 0.21 | 0.57 |
| Hex | A2 | A8 | 7A | 4 | 0 | 1B | 22 | 44 | 15 | 39 |
| Octal | 242 | 250 | 172 | 4 | 0 | 33 | 42 | 104 | 25 | 71 |
| Binary | 10100010 | 10101000 | 1111010 | 100 | 0 | 11011 | 100010 | 1000100 | 10101 | 111001 |
Color Harmonies of #A2A87A
Complementary color
Monochromatic Colors of #A2A87A
Black with #A2A87A
Text Example
Text Example
White with #A2A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A87A; }
p { color: rgb(162,168,122); }
H1.HeaderClassName
{
color: #A2A87A;
}
.AnyTagClassName
{
color: #A2A87A;
}
</style>
background-color css
<style>
a { background-color: #A2A87A; }
a { background-color: rgb(162,168,122); }
div.DivClassName
{
background-color: #A2A87A;
}
.BgClassName
{
background-color: #A2A87A;
}
</style>
border-color css
<style>
span { border-color: #A2A87A; }
span { border-color: rgb(162,168,122); }
td.TdClassName
{
border-color: #A2A87A;
}
.TagClassName
{
border-color: #A2A87A;
}
</style>