Shades of Locust #A2AB7D
Tints of Locust #A2AB7D
RGB
CMYK
RGB Variations
Color information
#A2AB7D (or 0xA2AB7D) is known color: Locust. HEX triplet: A2, AB and 7D. RGB value is (162,171,125). Sum of RGB (Red+Green+Blue) = 162+171+125=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB7D is #5D5482. Grayscale: #A3A3A3. Windows color (decimal): -6116483 or 8235938. OLE color: 8235938.
HSL color Cylindrical-coordinate representation of color #A2AB7D: hue angle of 71.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2AB7D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 125 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.33 |
| HSL | 71.74º | 0.21% | 0.58% | - |
| HSV(B) | 71.74º | 0.27% | 0.67% | - |
| XYZ | 33.16 | 38.29 | 25.04 | - |
| YUV | 163.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 125 | 0.05 | 0 | 0.27 | 0.33 | 71.74 | 0.21 | 0.58 |
| Hex | A2 | AB | 7D | 5 | 0 | 1B | 21 | 48 | 15 | 3A |
| Octal | 242 | 253 | 175 | 5 | 0 | 33 | 41 | 110 | 25 | 72 |
| Binary | 10100010 | 10101011 | 1111101 | 101 | 0 | 11011 | 100001 | 1001000 | 10101 | 111010 |
Color Harmonies of #A2AB7D
Complementary color
Monochromatic Colors of #A2AB7D
Black with #A2AB7D
Text Example
Text Example
White with #A2AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB7D; }
p { color: rgb(162,171,125); }
H1.HeaderClassName
{
color: #A2AB7D;
}
.AnyTagClassName
{
color: #A2AB7D;
}
</style>
background-color css
<style>
a { background-color: #A2AB7D; }
a { background-color: rgb(162,171,125); }
div.DivClassName
{
background-color: #A2AB7D;
}
.BgClassName
{
background-color: #A2AB7D;
}
</style>
border-color css
<style>
span { border-color: #A2AB7D; }
span { border-color: rgb(162,171,125); }
td.TdClassName
{
border-color: #A2AB7D;
}
.TagClassName
{
border-color: #A2AB7D;
}
</style>