Shades of Locust #A2AA7F
Tints of Locust #A2AA7F
RGB
CMYK
RGB Variations
Color information
#A2AA7F (or 0xA2AA7F) is known color: Locust. HEX triplet: A2, AA and 7F. RGB value is (162,170,127). Sum of RGB (Red+Green+Blue) = 162+170+127=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA7F is #5D5580. Grayscale: #A2A2A2. Windows color (decimal): -6116737 or 8366754. OLE color: 8366754.
HSL color Cylindrical-coordinate representation of color #A2AA7F: hue angle of 71.16º 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 #A2AA7F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 127 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.33 |
| HSL | 71.16º | 0.2% | 0.58% | - |
| HSV(B) | 71.16º | 0.25% | 0.67% | - |
| XYZ | 33.11 | 37.96 | 25.66 | - |
| YUV | 162.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 127 | 0.05 | 0 | 0.25 | 0.33 | 71.16 | 0.2 | 0.58 |
| Hex | A2 | AA | 7F | 5 | 0 | 19 | 21 | 47 | 14 | 3A |
| Octal | 242 | 252 | 177 | 5 | 0 | 31 | 41 | 107 | 24 | 72 |
| Binary | 10100010 | 10101010 | 1111111 | 101 | 0 | 11001 | 100001 | 1000111 | 10100 | 111010 |
Color Harmonies of #A2AA7F
Complementary color
Monochromatic Colors of #A2AA7F
Black with #A2AA7F
Text Example
Text Example
White with #A2AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA7F; }
p { color: rgb(162,170,127); }
H1.HeaderClassName
{
color: #A2AA7F;
}
.AnyTagClassName
{
color: #A2AA7F;
}
</style>
background-color css
<style>
a { background-color: #A2AA7F; }
a { background-color: rgb(162,170,127); }
div.DivClassName
{
background-color: #A2AA7F;
}
.BgClassName
{
background-color: #A2AA7F;
}
</style>
border-color css
<style>
span { border-color: #A2AA7F; }
span { border-color: rgb(162,170,127); }
td.TdClassName
{
border-color: #A2AA7F;
}
.TagClassName
{
border-color: #A2AA7F;
}
</style>