Shades of Locust #A2AF7F
Tints of Locust #A2AF7F
RGB
CMYK
RGB Variations
Color information
#A2AF7F (or 0xA2AF7F) is known color: Locust. HEX triplet: A2, AF and 7F. RGB value is (162,175,127). Sum of RGB (Red+Green+Blue) = 162+175+127=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF7F is #5D5080. Grayscale: #A5A5A5. Windows color (decimal): -6115457 or 8368034. OLE color: 8368034.
HSL color Cylindrical-coordinate representation of color #A2AF7F: hue angle of 76.25º 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 #A2AF7F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 127 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.31 |
| HSL | 76.25º | 0.23% | 0.59% | - |
| HSV(B) | 76.25º | 0.27% | 0.69% | - |
| XYZ | 34.06 | 39.87 | 25.98 | - |
| YUV | 165.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 127 | 0.07 | 0 | 0.27 | 0.31 | 76.25 | 0.23 | 0.59 |
| Hex | A2 | AF | 7F | 7 | 0 | 1B | 1F | 4C | 17 | 3B |
| Octal | 242 | 257 | 177 | 7 | 0 | 33 | 37 | 114 | 27 | 73 |
| Binary | 10100010 | 10101111 | 1111111 | 111 | 0 | 11011 | 11111 | 1001100 | 10111 | 111011 |
Color Harmonies of #A2AF7F
Complementary color
Monochromatic Colors of #A2AF7F
Black with #A2AF7F
Text Example
Text Example
White with #A2AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF7F; }
p { color: rgb(162,175,127); }
H1.HeaderClassName
{
color: #A2AF7F;
}
.AnyTagClassName
{
color: #A2AF7F;
}
</style>
background-color css
<style>
a { background-color: #A2AF7F; }
a { background-color: rgb(162,175,127); }
div.DivClassName
{
background-color: #A2AF7F;
}
.BgClassName
{
background-color: #A2AF7F;
}
</style>
border-color css
<style>
span { border-color: #A2AF7F; }
span { border-color: rgb(162,175,127); }
td.TdClassName
{
border-color: #A2AF7F;
}
.TagClassName
{
border-color: #A2AF7F;
}
</style>