Shades of Locust #A2AA81
Tints of Locust #A2AA81
RGB
CMYK
RGB Variations
Color information
#A2AA81 (or 0xA2AA81) is known color: Locust. HEX triplet: A2, AA and 81. RGB value is (162,170,129). Sum of RGB (Red+Green+Blue) = 162+170+129=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA81 is #5D557E. Grayscale: #A3A3A3. Windows color (decimal): -6116735 or 8497826. OLE color: 8497826.
HSL color Cylindrical-coordinate representation of color #A2AA81: hue angle of 71.71º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2AA81 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 129 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.33 |
| HSL | 71.71º | 0.19% | 0.59% | - |
| HSV(B) | 71.71º | 0.24% | 0.67% | - |
| XYZ | 33.24 | 38.02 | 26.35 | - |
| YUV | 162.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 129 | 0.05 | 0 | 0.24 | 0.33 | 71.71 | 0.19 | 0.59 |
| Hex | A2 | AA | 81 | 5 | 0 | 18 | 21 | 48 | 13 | 3B |
| Octal | 242 | 252 | 201 | 5 | 0 | 30 | 41 | 110 | 23 | 73 |
| Binary | 10100010 | 10101010 | 10000001 | 101 | 0 | 11000 | 100001 | 1001000 | 10011 | 111011 |
Color Harmonies of #A2AA81
Complementary color
Monochromatic Colors of #A2AA81
Black with #A2AA81
Text Example
Text Example
White with #A2AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA81; }
p { color: rgb(162,170,129); }
H1.HeaderClassName
{
color: #A2AA81;
}
.AnyTagClassName
{
color: #A2AA81;
}
</style>
background-color css
<style>
a { background-color: #A2AA81; }
a { background-color: rgb(162,170,129); }
div.DivClassName
{
background-color: #A2AA81;
}
.BgClassName
{
background-color: #A2AA81;
}
</style>
border-color css
<style>
span { border-color: #A2AA81; }
span { border-color: rgb(162,170,129); }
td.TdClassName
{
border-color: #A2AA81;
}
.TagClassName
{
border-color: #A2AA81;
}
</style>