Shades of Locust #A2AA74
Tints of Locust #A2AA74
RGB
CMYK
RGB Variations
Color information
#A2AA74 (or 0xA2AA74) is known color: Locust. HEX triplet: A2, AA and 74. RGB value is (162,170,116). Sum of RGB (Red+Green+Blue) = 162+170+116=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA74 is #5D558B. Grayscale: #A1A1A1. Windows color (decimal): -6116748 or 7645858. OLE color: 7645858.
HSL color Cylindrical-coordinate representation of color #A2AA74: hue angle of 68.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2AA74 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 116 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.33 |
| HSL | 68.89º | 0.24% | 0.56% | - |
| HSV(B) | 68.89º | 0.32% | 0.67% | - |
| XYZ | 32.43 | 37.69 | 22.09 | - |
| YUV | 161.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 116 | 0.05 | 0 | 0.32 | 0.33 | 68.89 | 0.24 | 0.56 |
| Hex | A2 | AA | 74 | 5 | 0 | 20 | 21 | 45 | 18 | 38 |
| Octal | 242 | 252 | 164 | 5 | 0 | 40 | 41 | 105 | 30 | 70 |
| Binary | 10100010 | 10101010 | 1110100 | 101 | 0 | 100000 | 100001 | 1000101 | 11000 | 111000 |
Color Harmonies of #A2AA74
Complementary color
Monochromatic Colors of #A2AA74
Black with #A2AA74
Text Example
Text Example
White with #A2AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA74; }
p { color: rgb(162,170,116); }
H1.HeaderClassName
{
color: #A2AA74;
}
.AnyTagClassName
{
color: #A2AA74;
}
</style>
background-color css
<style>
a { background-color: #A2AA74; }
a { background-color: rgb(162,170,116); }
div.DivClassName
{
background-color: #A2AA74;
}
.BgClassName
{
background-color: #A2AA74;
}
</style>
border-color css
<style>
span { border-color: #A2AA74; }
span { border-color: rgb(162,170,116); }
td.TdClassName
{
border-color: #A2AA74;
}
.TagClassName
{
border-color: #A2AA74;
}
</style>