Shades of Locust #A2AB77
Tints of Locust #A2AB77
RGB
CMYK
RGB Variations
Color information
#A2AB77 (or 0xA2AB77) is known color: Locust. HEX triplet: A2, AB and 77. RGB value is (162,171,119). Sum of RGB (Red+Green+Blue) = 162+171+119=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB77 is #5D5488. Grayscale: #A2A2A2. Windows color (decimal): -6116489 or 7842722. OLE color: 7842722.
HSL color Cylindrical-coordinate representation of color #A2AB77: hue angle of 70.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AB77 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 119 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.33 |
| HSL | 70.38º | 0.24% | 0.57% | - |
| HSV(B) | 70.38º | 0.3% | 0.67% | - |
| XYZ | 32.79 | 38.14 | 23.09 | - |
| YUV | 162.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 119 | 0.05 | 0 | 0.30 | 0.33 | 70.38 | 0.24 | 0.57 |
| Hex | A2 | AB | 77 | 5 | 0 | 1E | 21 | 46 | 18 | 39 |
| Octal | 242 | 253 | 167 | 5 | 0 | 36 | 41 | 106 | 30 | 71 |
| Binary | 10100010 | 10101011 | 1110111 | 101 | 0 | 11110 | 100001 | 1000110 | 11000 | 111001 |
Color Harmonies of #A2AB77
Complementary color
Monochromatic Colors of #A2AB77
Black with #A2AB77
Text Example
Text Example
White with #A2AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB77; }
p { color: rgb(162,171,119); }
H1.HeaderClassName
{
color: #A2AB77;
}
.AnyTagClassName
{
color: #A2AB77;
}
</style>
background-color css
<style>
a { background-color: #A2AB77; }
a { background-color: rgb(162,171,119); }
div.DivClassName
{
background-color: #A2AB77;
}
.BgClassName
{
background-color: #A2AB77;
}
</style>
border-color css
<style>
span { border-color: #A2AB77; }
span { border-color: rgb(162,171,119); }
td.TdClassName
{
border-color: #A2AB77;
}
.TagClassName
{
border-color: #A2AB77;
}
</style>