Shades of Locust #A2AA76
Tints of Locust #A2AA76
RGB
CMYK
RGB Variations
Color information
#A2AA76 (or 0xA2AA76) is known color: Locust. HEX triplet: A2, AA and 76. RGB value is (162,170,118). Sum of RGB (Red+Green+Blue) = 162+170+118=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA76 is #5D5589. Grayscale: #A1A1A1. Windows color (decimal): -6116746 or 7776930. OLE color: 7776930.
HSL color Cylindrical-coordinate representation of color #A2AA76: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AA76 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 118 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.33 |
| HSL | 69.23º | 0.23% | 0.56% | - |
| HSV(B) | 69.23º | 0.31% | 0.67% | - |
| XYZ | 32.55 | 37.74 | 22.71 | - |
| YUV | 161.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 118 | 0.05 | 0 | 0.31 | 0.33 | 69.23 | 0.23 | 0.56 |
| Hex | A2 | AA | 76 | 5 | 0 | 1F | 21 | 45 | 17 | 38 |
| Octal | 242 | 252 | 166 | 5 | 0 | 37 | 41 | 105 | 27 | 70 |
| Binary | 10100010 | 10101010 | 1110110 | 101 | 0 | 11111 | 100001 | 1000101 | 10111 | 111000 |
Color Harmonies of #A2AA76
Complementary color
Monochromatic Colors of #A2AA76
Black with #A2AA76
Text Example
Text Example
White with #A2AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA76; }
p { color: rgb(162,170,118); }
H1.HeaderClassName
{
color: #A2AA76;
}
.AnyTagClassName
{
color: #A2AA76;
}
</style>
background-color css
<style>
a { background-color: #A2AA76; }
a { background-color: rgb(162,170,118); }
div.DivClassName
{
background-color: #A2AA76;
}
.BgClassName
{
background-color: #A2AA76;
}
</style>
border-color css
<style>
span { border-color: #A2AA76; }
span { border-color: rgb(162,170,118); }
td.TdClassName
{
border-color: #A2AA76;
}
.TagClassName
{
border-color: #A2AA76;
}
</style>