Shades of Locust #A2AA72
Tints of Locust #A2AA72
RGB
CMYK
RGB Variations
Color information
#A2AA72 (or 0xA2AA72) is known color: Locust. HEX triplet: A2, AA and 72. RGB value is (162,170,114). Sum of RGB (Red+Green+Blue) = 162+170+114=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA72 is #5D558D. Grayscale: #A1A1A1. Windows color (decimal): -6116750 or 7514786. OLE color: 7514786.
HSL color Cylindrical-coordinate representation of color #A2AA72: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2AA72 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 114 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.33 |
| HSL | 68.57º | 0.25% | 0.56% | - |
| HSV(B) | 68.57º | 0.33% | 0.67% | - |
| XYZ | 32.31 | 37.65 | 21.48 | - |
| YUV | 161.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 114 | 0.05 | 0 | 0.33 | 0.33 | 68.57 | 0.25 | 0.56 |
| Hex | A2 | AA | 72 | 5 | 0 | 21 | 21 | 45 | 19 | 38 |
| Octal | 242 | 252 | 162 | 5 | 0 | 41 | 41 | 105 | 31 | 70 |
| Binary | 10100010 | 10101010 | 1110010 | 101 | 0 | 100001 | 100001 | 1000101 | 11001 | 111000 |
Color Harmonies of #A2AA72
Complementary color
Monochromatic Colors of #A2AA72
Black with #A2AA72
Text Example
Text Example
White with #A2AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA72; }
p { color: rgb(162,170,114); }
H1.HeaderClassName
{
color: #A2AA72;
}
.AnyTagClassName
{
color: #A2AA72;
}
</style>
background-color css
<style>
a { background-color: #A2AA72; }
a { background-color: rgb(162,170,114); }
div.DivClassName
{
background-color: #A2AA72;
}
.BgClassName
{
background-color: #A2AA72;
}
</style>
border-color css
<style>
span { border-color: #A2AA72; }
span { border-color: rgb(162,170,114); }
td.TdClassName
{
border-color: #A2AA72;
}
.TagClassName
{
border-color: #A2AA72;
}
</style>