Shades of Locust #A1AB79
Tints of Locust #A1AB79
RGB
CMYK
RGB Variations
Color information
#A1AB79 (or 0xA1AB79) is known color: Locust. HEX triplet: A1, AB and 79. RGB value is (161,171,121). Sum of RGB (Red+Green+Blue) = 161+171+121=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB79 is #5E5486. Grayscale: #A2A2A2. Windows color (decimal): -6182023 or 7973793. OLE color: 7973793.
HSL color Cylindrical-coordinate representation of color #A1AB79: hue angle of 72º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1AB79 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 121 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.33 |
| HSL | 72º | 0.23% | 0.57% | - |
| HSV(B) | 72º | 0.29% | 0.67% | - |
| XYZ | 32.71 | 38.08 | 23.72 | - |
| YUV | 162.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 121 | 0.06 | 0 | 0.29 | 0.33 | 72 | 0.23 | 0.57 |
| Hex | A1 | AB | 79 | 6 | 0 | 1D | 21 | 48 | 17 | 39 |
| Octal | 241 | 253 | 171 | 6 | 0 | 35 | 41 | 110 | 27 | 71 |
| Binary | 10100001 | 10101011 | 1111001 | 110 | 0 | 11101 | 100001 | 1001000 | 10111 | 111001 |
Color Harmonies of #A1AB79
Complementary color
Monochromatic Colors of #A1AB79
Black with #A1AB79
Text Example
Text Example
White with #A1AB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB79; }
p { color: rgb(161,171,121); }
H1.HeaderClassName
{
color: #A1AB79;
}
.AnyTagClassName
{
color: #A1AB79;
}
</style>
background-color css
<style>
a { background-color: #A1AB79; }
a { background-color: rgb(161,171,121); }
div.DivClassName
{
background-color: #A1AB79;
}
.BgClassName
{
background-color: #A1AB79;
}
</style>
border-color css
<style>
span { border-color: #A1AB79; }
span { border-color: rgb(161,171,121); }
td.TdClassName
{
border-color: #A1AB79;
}
.TagClassName
{
border-color: #A1AB79;
}
</style>