Shades of Locust #A2AF7A
Tints of Locust #A2AF7A
RGB
CMYK
RGB Variations
Color information
#A2AF7A (or 0xA2AF7A) is known color: Locust. HEX triplet: A2, AF and 7A. RGB value is (162,175,122). Sum of RGB (Red+Green+Blue) = 162+175+122=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF7A is #5D5085. Grayscale: #A5A5A5. Windows color (decimal): -6115462 or 8040354. OLE color: 8040354.
HSL color Cylindrical-coordinate representation of color #A2AF7A: hue angle of 74.72º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AF7A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 122 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.31 |
| HSL | 74.72º | 0.25% | 0.58% | - |
| HSV(B) | 74.72º | 0.3% | 0.69% | - |
| XYZ | 33.74 | 39.75 | 24.31 | - |
| YUV | 165.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 122 | 0.07 | 0 | 0.30 | 0.31 | 74.72 | 0.25 | 0.58 |
| Hex | A2 | AF | 7A | 7 | 0 | 1E | 1F | 4B | 19 | 3A |
| Octal | 242 | 257 | 172 | 7 | 0 | 36 | 37 | 113 | 31 | 72 |
| Binary | 10100010 | 10101111 | 1111010 | 111 | 0 | 11110 | 11111 | 1001011 | 11001 | 111010 |
Color Harmonies of #A2AF7A
Complementary color
Monochromatic Colors of #A2AF7A
Black with #A2AF7A
Text Example
Text Example
White with #A2AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF7A; }
p { color: rgb(162,175,122); }
H1.HeaderClassName
{
color: #A2AF7A;
}
.AnyTagClassName
{
color: #A2AF7A;
}
</style>
background-color css
<style>
a { background-color: #A2AF7A; }
a { background-color: rgb(162,175,122); }
div.DivClassName
{
background-color: #A2AF7A;
}
.BgClassName
{
background-color: #A2AF7A;
}
</style>
border-color css
<style>
span { border-color: #A2AF7A; }
span { border-color: rgb(162,175,122); }
td.TdClassName
{
border-color: #A2AF7A;
}
.TagClassName
{
border-color: #A2AF7A;
}
</style>