Shades of Locust #A2A784
Tints of Locust #A2A784
RGB
CMYK
RGB Variations
Color information
#A2A784 (or 0xA2A784) is known color: Locust. HEX triplet: A2, A7 and 84. RGB value is (162,167,132). Sum of RGB (Red+Green+Blue) = 162+167+132=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A784 is #5D587B. Grayscale: #A1A1A1. Windows color (decimal): -6117500 or 8693666. OLE color: 8693666.
HSL color Cylindrical-coordinate representation of color #A2A784: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A784 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 132 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.35 |
| HSL | 68.57º | 0.17% | 0.59% | - |
| HSV(B) | 68.57º | 0.21% | 0.65% | - |
| XYZ | 32.88 | 36.98 | 27.24 | - |
| YUV | 161.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 132 | 0.03 | 0 | 0.21 | 0.35 | 68.57 | 0.17 | 0.59 |
| Hex | A2 | A7 | 84 | 3 | 0 | 15 | 23 | 45 | 11 | 3B |
| Octal | 242 | 247 | 204 | 3 | 0 | 25 | 43 | 105 | 21 | 73 |
| Binary | 10100010 | 10100111 | 10000100 | 11 | 0 | 10101 | 100011 | 1000101 | 10001 | 111011 |
Color Harmonies of #A2A784
Complementary color
Monochromatic Colors of #A2A784
Black with #A2A784
Text Example
Text Example
White with #A2A784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A784; }
p { color: rgb(162,167,132); }
H1.HeaderClassName
{
color: #A2A784;
}
.AnyTagClassName
{
color: #A2A784;
}
</style>
background-color css
<style>
a { background-color: #A2A784; }
a { background-color: rgb(162,167,132); }
div.DivClassName
{
background-color: #A2A784;
}
.BgClassName
{
background-color: #A2A784;
}
</style>
border-color css
<style>
span { border-color: #A2A784; }
span { border-color: rgb(162,167,132); }
td.TdClassName
{
border-color: #A2A784;
}
.TagClassName
{
border-color: #A2A784;
}
</style>