Shades of Locust #A4AB81
Tints of Locust #A4AB81
RGB
CMYK
RGB Variations
Color information
#A4AB81 (or 0xA4AB81) is known color: Locust. HEX triplet: A4, AB and 81. RGB value is (164,171,129). Sum of RGB (Red+Green+Blue) = 164+171+129=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB81 is #5B547E. Grayscale: #A4A4A4. Windows color (decimal): -5985407 or 8498084. OLE color: 8498084.
HSL color Cylindrical-coordinate representation of color #A4AB81: hue angle of 70º 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 #A4AB81 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 129 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.33 |
| HSL | 70º | 0.2% | 0.59% | - |
| HSV(B) | 70º | 0.25% | 0.67% | - |
| XYZ | 33.84 | 38.6 | 26.44 | - |
| YUV | 164.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 129 | 0.04 | 0 | 0.25 | 0.33 | 70 | 0.2 | 0.59 |
| Hex | A4 | AB | 81 | 4 | 0 | 19 | 21 | 46 | 14 | 3B |
| Octal | 244 | 253 | 201 | 4 | 0 | 31 | 41 | 106 | 24 | 73 |
| Binary | 10100100 | 10101011 | 10000001 | 100 | 0 | 11001 | 100001 | 1000110 | 10100 | 111011 |
Color Harmonies of #A4AB81
Complementary color
Monochromatic Colors of #A4AB81
Black with #A4AB81
Text Example
Text Example
White with #A4AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB81; }
p { color: rgb(164,171,129); }
H1.HeaderClassName
{
color: #A4AB81;
}
.AnyTagClassName
{
color: #A4AB81;
}
</style>
background-color css
<style>
a { background-color: #A4AB81; }
a { background-color: rgb(164,171,129); }
div.DivClassName
{
background-color: #A4AB81;
}
.BgClassName
{
background-color: #A4AB81;
}
</style>
border-color css
<style>
span { border-color: #A4AB81; }
span { border-color: rgb(164,171,129); }
td.TdClassName
{
border-color: #A4AB81;
}
.TagClassName
{
border-color: #A4AB81;
}
</style>