Shades of Locust #A4AB82
Tints of Locust #A4AB82
RGB
CMYK
RGB Variations
Color information
#A4AB82 (or 0xA4AB82) is known color: Locust. HEX triplet: A4, AB and 82. RGB value is (164,171,130). Sum of RGB (Red+Green+Blue) = 164+171+130=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB82 is #5B547D. Grayscale: #A4A4A4. Windows color (decimal): -5985406 or 8563620. OLE color: 8563620.
HSL color Cylindrical-coordinate representation of color #A4AB82: hue angle of 70.24º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4AB82 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 130 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.33 |
| HSL | 70.24º | 0.2% | 0.59% | - |
| HSV(B) | 70.24º | 0.24% | 0.67% | - |
| XYZ | 33.9 | 38.63 | 26.79 | - |
| YUV | 164.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 130 | 0.04 | 0 | 0.24 | 0.33 | 70.24 | 0.2 | 0.59 |
| Hex | A4 | AB | 82 | 4 | 0 | 18 | 21 | 46 | 14 | 3B |
| Octal | 244 | 253 | 202 | 4 | 0 | 30 | 41 | 106 | 24 | 73 |
| Binary | 10100100 | 10101011 | 10000010 | 100 | 0 | 11000 | 100001 | 1000110 | 10100 | 111011 |
Color Harmonies of #A4AB82
Complementary color
Monochromatic Colors of #A4AB82
Black with #A4AB82
Text Example
Text Example
White with #A4AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB82; }
p { color: rgb(164,171,130); }
H1.HeaderClassName
{
color: #A4AB82;
}
.AnyTagClassName
{
color: #A4AB82;
}
</style>
background-color css
<style>
a { background-color: #A4AB82; }
a { background-color: rgb(164,171,130); }
div.DivClassName
{
background-color: #A4AB82;
}
.BgClassName
{
background-color: #A4AB82;
}
</style>
border-color css
<style>
span { border-color: #A4AB82; }
span { border-color: rgb(164,171,130); }
td.TdClassName
{
border-color: #A4AB82;
}
.TagClassName
{
border-color: #A4AB82;
}
</style>