Shades of Locust #A2AA77
Tints of Locust #A2AA77
RGB
CMYK
RGB Variations
Color information
#A2AA77 (or 0xA2AA77) is known color: Locust. HEX triplet: A2, AA and 77. RGB value is (162,170,119). Sum of RGB (Red+Green+Blue) = 162+170+119=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA77 is #5D5588. Grayscale: #A1A1A1. Windows color (decimal): -6116745 or 7842466. OLE color: 7842466.
HSL color Cylindrical-coordinate representation of color #A2AA77: hue angle of 69.41º degrees, saturation: 0.23, 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 #A2AA77 is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 119 | - |
| CMYK | 0.05 | 0 | 0.3 | 0.33 |
| HSL | 69.41º | 0.23% | 0.57% | - |
| HSV(B) | 69.41º | 0.3% | 0.67% | - |
| XYZ | 32.6 | 37.76 | 23.02 | - |
| YUV | 161.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 119 | 0.05 | 0 | 0.3 | 0.33 | 69.41 | 0.23 | 0.57 |
| Hex | A2 | AA | 77 | 5 | 0 | 1E | 21 | 45 | 17 | 39 |
| Octal | 242 | 252 | 167 | 5 | 0 | 36 | 41 | 105 | 27 | 71 |
| Binary | 10100010 | 10101010 | 1110111 | 101 | 0 | 11110 | 100001 | 1000101 | 10111 | 111001 |
Color Harmonies of #A2AA77
Complementary color
Monochromatic Colors of #A2AA77
Black with #A2AA77
Text Example
Text Example
White with #A2AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA77; }
p { color: rgb(162,170,119); }
H1.HeaderClassName
{
color: #A2AA77;
}
.AnyTagClassName
{
color: #A2AA77;
}
</style>
background-color css
<style>
a { background-color: #A2AA77; }
a { background-color: rgb(162,170,119); }
div.DivClassName
{
background-color: #A2AA77;
}
.BgClassName
{
background-color: #A2AA77;
}
</style>
border-color css
<style>
span { border-color: #A2AA77; }
span { border-color: rgb(162,170,119); }
td.TdClassName
{
border-color: #A2AA77;
}
.TagClassName
{
border-color: #A2AA77;
}
</style>