Shades of Locust #A8AB79
Tints of Locust #A8AB79
RGB
CMYK
RGB Variations
Color information
#A8AB79 (or 0xA8AB79) is known color: Locust. HEX triplet: A8, AB and 79. RGB value is (168,171,121). Sum of RGB (Red+Green+Blue) = 168+171+121=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB79 is #575486. Grayscale: #A4A4A4. Windows color (decimal): -5723271 or 7973800. OLE color: 7973800.
HSL color Cylindrical-coordinate representation of color #A8AB79: hue angle of 63.6º 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 #A8AB79 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 121 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.33 |
| HSL | 63.6º | 0.23% | 0.57% | - |
| HSV(B) | 63.6º | 0.29% | 0.67% | - |
| XYZ | 34.16 | 38.83 | 23.78 | - |
| YUV | 164.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 121 | 0.02 | 0 | 0.29 | 0.33 | 63.6 | 0.23 | 0.57 |
| Hex | A8 | AB | 79 | 2 | 0 | 1D | 21 | 40 | 17 | 39 |
| Octal | 250 | 253 | 171 | 2 | 0 | 35 | 41 | 100 | 27 | 71 |
| Binary | 10101000 | 10101011 | 1111001 | 10 | 0 | 11101 | 100001 | 1000000 | 10111 | 111001 |
Color Harmonies of #A8AB79
Complementary color
Monochromatic Colors of #A8AB79
Black with #A8AB79
Text Example
Text Example
White with #A8AB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB79; }
p { color: rgb(168,171,121); }
H1.HeaderClassName
{
color: #A8AB79;
}
.AnyTagClassName
{
color: #A8AB79;
}
</style>
background-color css
<style>
a { background-color: #A8AB79; }
a { background-color: rgb(168,171,121); }
div.DivClassName
{
background-color: #A8AB79;
}
.BgClassName
{
background-color: #A8AB79;
}
</style>
border-color css
<style>
span { border-color: #A8AB79; }
span { border-color: rgb(168,171,121); }
td.TdClassName
{
border-color: #A8AB79;
}
.TagClassName
{
border-color: #A8AB79;
}
</style>