Shades of Locust #A2A771
Tints of Locust #A2A771
RGB
CMYK
RGB Variations
Color information
#A2A771 (or 0xA2A771) is known color: Locust. HEX triplet: A2, A7 and 71. RGB value is (162,167,113). Sum of RGB (Red+Green+Blue) = 162+167+113=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A771 is #5D588E. Grayscale: #9F9F9F. Windows color (decimal): -6117519 or 7448482. OLE color: 7448482.
HSL color Cylindrical-coordinate representation of color #A2A771: hue angle of 65.56º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2A771 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 113 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.35 |
| HSL | 65.56º | 0.23% | 0.55% | - |
| HSV(B) | 65.56º | 0.32% | 0.65% | - |
| XYZ | 31.7 | 36.51 | 21 | - |
| YUV | 159.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 113 | 0.03 | 0 | 0.32 | 0.35 | 65.56 | 0.23 | 0.55 |
| Hex | A2 | A7 | 71 | 3 | 0 | 20 | 23 | 42 | 17 | 37 |
| Octal | 242 | 247 | 161 | 3 | 0 | 40 | 43 | 102 | 27 | 67 |
| Binary | 10100010 | 10100111 | 1110001 | 11 | 0 | 100000 | 100011 | 1000010 | 10111 | 110111 |
Color Harmonies of #A2A771
Complementary color
Monochromatic Colors of #A2A771
Black with #A2A771
Text Example
Text Example
White with #A2A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A771; }
p { color: rgb(162,167,113); }
H1.HeaderClassName
{
color: #A2A771;
}
.AnyTagClassName
{
color: #A2A771;
}
</style>
background-color css
<style>
a { background-color: #A2A771; }
a { background-color: rgb(162,167,113); }
div.DivClassName
{
background-color: #A2A771;
}
.BgClassName
{
background-color: #A2A771;
}
</style>
border-color css
<style>
span { border-color: #A2A771; }
span { border-color: rgb(162,167,113); }
td.TdClassName
{
border-color: #A2A771;
}
.TagClassName
{
border-color: #A2A771;
}
</style>