Shades of Locust #A4AB80
Tints of Locust #A4AB80
RGB
CMYK
RGB Variations
Color information
#A4AB80 (or 0xA4AB80) is known color: Locust. HEX triplet: A4, AB and 80. RGB value is (164,171,128). Sum of RGB (Red+Green+Blue) = 164+171+128=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB80 is #5B547F. Grayscale: #A4A4A4. Windows color (decimal): -5985408 or 8432548. OLE color: 8432548.
HSL color Cylindrical-coordinate representation of color #A4AB80: hue angle of 69.77º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4AB80 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 128 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.33 |
| HSL | 69.77º | 0.2% | 0.59% | - |
| HSV(B) | 69.77º | 0.25% | 0.67% | - |
| XYZ | 33.77 | 38.58 | 26.09 | - |
| YUV | 164.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 128 | 0.04 | 0 | 0.25 | 0.33 | 69.77 | 0.2 | 0.59 |
| Hex | A4 | AB | 80 | 4 | 0 | 19 | 21 | 46 | 14 | 3B |
| Octal | 244 | 253 | 200 | 4 | 0 | 31 | 41 | 106 | 24 | 73 |
| Binary | 10100100 | 10101011 | 10000000 | 100 | 0 | 11001 | 100001 | 1000110 | 10100 | 111011 |
Color Harmonies of #A4AB80
Complementary color
Monochromatic Colors of #A4AB80
Black with #A4AB80
Text Example
Text Example
White with #A4AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB80; }
p { color: rgb(164,171,128); }
H1.HeaderClassName
{
color: #A4AB80;
}
.AnyTagClassName
{
color: #A4AB80;
}
</style>
background-color css
<style>
a { background-color: #A4AB80; }
a { background-color: rgb(164,171,128); }
div.DivClassName
{
background-color: #A4AB80;
}
.BgClassName
{
background-color: #A4AB80;
}
</style>
border-color css
<style>
span { border-color: #A4AB80; }
span { border-color: rgb(164,171,128); }
td.TdClassName
{
border-color: #A4AB80;
}
.TagClassName
{
border-color: #A4AB80;
}
</style>