Shades of Locust #A2AB75
Tints of Locust #A2AB75
RGB
CMYK
RGB Variations
Color information
#A2AB75 (or 0xA2AB75) is known color: Locust. HEX triplet: A2, AB and 75. RGB value is (162,171,117). Sum of RGB (Red+Green+Blue) = 162+171+117=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB75 is #5D548A. Grayscale: #A2A2A2. Windows color (decimal): -6116491 or 7711650. OLE color: 7711650.
HSL color Cylindrical-coordinate representation of color #A2AB75: hue angle of 70º 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 #A2AB75 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 117 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.33 |
| HSL | 70º | 0.24% | 0.56% | - |
| HSV(B) | 70º | 0.32% | 0.67% | - |
| XYZ | 32.67 | 38.09 | 22.46 | - |
| YUV | 162.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 117 | 0.05 | 0 | 0.32 | 0.33 | 70 | 0.24 | 0.56 |
| Hex | A2 | AB | 75 | 5 | 0 | 20 | 21 | 46 | 18 | 38 |
| Octal | 242 | 253 | 165 | 5 | 0 | 40 | 41 | 106 | 30 | 70 |
| Binary | 10100010 | 10101011 | 1110101 | 101 | 0 | 100000 | 100001 | 1000110 | 11000 | 111000 |
Color Harmonies of #A2AB75
Complementary color
Monochromatic Colors of #A2AB75
Black with #A2AB75
Text Example
Text Example
White with #A2AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB75; }
p { color: rgb(162,171,117); }
H1.HeaderClassName
{
color: #A2AB75;
}
.AnyTagClassName
{
color: #A2AB75;
}
</style>
background-color css
<style>
a { background-color: #A2AB75; }
a { background-color: rgb(162,171,117); }
div.DivClassName
{
background-color: #A2AB75;
}
.BgClassName
{
background-color: #A2AB75;
}
</style>
border-color css
<style>
span { border-color: #A2AB75; }
span { border-color: rgb(162,171,117); }
td.TdClassName
{
border-color: #A2AB75;
}
.TagClassName
{
border-color: #A2AB75;
}
</style>