Shades of Locust #A2AA80
Tints of Locust #A2AA80
RGB
CMYK
RGB Variations
Color information
#A2AA80 (or 0xA2AA80) is known color: Locust. HEX triplet: A2, AA and 80. RGB value is (162,170,128). Sum of RGB (Red+Green+Blue) = 162+170+128=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA80 is #5D557F. Grayscale: #A2A2A2. Windows color (decimal): -6116736 or 8432290. OLE color: 8432290.
HSL color Cylindrical-coordinate representation of color #A2AA80: hue angle of 71.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2AA80 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 128 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.33 |
| HSL | 71.43º | 0.2% | 0.58% | - |
| HSV(B) | 71.43º | 0.25% | 0.67% | - |
| XYZ | 33.17 | 37.99 | 26.01 | - |
| YUV | 162.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 128 | 0.05 | 0 | 0.25 | 0.33 | 71.43 | 0.2 | 0.58 |
| Hex | A2 | AA | 80 | 5 | 0 | 19 | 21 | 47 | 14 | 3A |
| Octal | 242 | 252 | 200 | 5 | 0 | 31 | 41 | 107 | 24 | 72 |
| Binary | 10100010 | 10101010 | 10000000 | 101 | 0 | 11001 | 100001 | 1000111 | 10100 | 111010 |
Color Harmonies of #A2AA80
Complementary color
Monochromatic Colors of #A2AA80
Black with #A2AA80
Text Example
Text Example
White with #A2AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA80; }
p { color: rgb(162,170,128); }
H1.HeaderClassName
{
color: #A2AA80;
}
.AnyTagClassName
{
color: #A2AA80;
}
</style>
background-color css
<style>
a { background-color: #A2AA80; }
a { background-color: rgb(162,170,128); }
div.DivClassName
{
background-color: #A2AA80;
}
.BgClassName
{
background-color: #A2AA80;
}
</style>
border-color css
<style>
span { border-color: #A2AA80; }
span { border-color: rgb(162,170,128); }
td.TdClassName
{
border-color: #A2AA80;
}
.TagClassName
{
border-color: #A2AA80;
}
</style>