Shades of Locust #A2AF80
Tints of Locust #A2AF80
RGB
CMYK
RGB Variations
Color information
#A2AF80 (or 0xA2AF80) is known color: Locust. HEX triplet: A2, AF and 80. RGB value is (162,175,128). Sum of RGB (Red+Green+Blue) = 162+175+128=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF80 is #5D507F. Grayscale: #A5A5A5. Windows color (decimal): -6115456 or 8433570. OLE color: 8433570.
HSL color Cylindrical-coordinate representation of color #A2AF80: hue angle of 76.6º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2AF80 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 128 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.31 |
| HSL | 76.6º | 0.23% | 0.59% | - |
| HSV(B) | 76.6º | 0.27% | 0.69% | - |
| XYZ | 34.13 | 39.9 | 26.32 | - |
| YUV | 165.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 128 | 0.07 | 0 | 0.27 | 0.31 | 76.6 | 0.23 | 0.59 |
| Hex | A2 | AF | 80 | 7 | 0 | 1B | 1F | 4D | 17 | 3B |
| Octal | 242 | 257 | 200 | 7 | 0 | 33 | 37 | 115 | 27 | 73 |
| Binary | 10100010 | 10101111 | 10000000 | 111 | 0 | 11011 | 11111 | 1001101 | 10111 | 111011 |
Color Harmonies of #A2AF80
Complementary color
Monochromatic Colors of #A2AF80
Black with #A2AF80
Text Example
Text Example
White with #A2AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF80; }
p { color: rgb(162,175,128); }
H1.HeaderClassName
{
color: #A2AF80;
}
.AnyTagClassName
{
color: #A2AF80;
}
</style>
background-color css
<style>
a { background-color: #A2AF80; }
a { background-color: rgb(162,175,128); }
div.DivClassName
{
background-color: #A2AF80;
}
.BgClassName
{
background-color: #A2AF80;
}
</style>
border-color css
<style>
span { border-color: #A2AF80; }
span { border-color: rgb(162,175,128); }
td.TdClassName
{
border-color: #A2AF80;
}
.TagClassName
{
border-color: #A2AF80;
}
</style>