Shades of Locust #A3AB82
Tints of Locust #A3AB82
RGB
CMYK
RGB Variations
Color information
#A3AB82 (or 0xA3AB82) is known color: Locust. HEX triplet: A3, AB and 82. RGB value is (163,171,130). Sum of RGB (Red+Green+Blue) = 163+171+130=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB82 is #5C547D. Grayscale: #A4A4A4. Windows color (decimal): -6050942 or 8563619. OLE color: 8563619.
HSL color Cylindrical-coordinate representation of color #A3AB82: hue angle of 71.71º 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 #A3AB82 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 130 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.33 |
| HSL | 71.71º | 0.2% | 0.59% | - |
| HSV(B) | 71.71º | 0.24% | 0.67% | - |
| XYZ | 33.7 | 38.52 | 26.78 | - |
| YUV | 163.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 130 | 0.05 | 0 | 0.24 | 0.33 | 71.71 | 0.2 | 0.59 |
| Hex | A3 | AB | 82 | 5 | 0 | 18 | 21 | 48 | 14 | 3B |
| Octal | 243 | 253 | 202 | 5 | 0 | 30 | 41 | 110 | 24 | 73 |
| Binary | 10100011 | 10101011 | 10000010 | 101 | 0 | 11000 | 100001 | 1001000 | 10100 | 111011 |
Color Harmonies of #A3AB82
Complementary color
Monochromatic Colors of #A3AB82
Black with #A3AB82
Text Example
Text Example
White with #A3AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB82; }
p { color: rgb(163,171,130); }
H1.HeaderClassName
{
color: #A3AB82;
}
.AnyTagClassName
{
color: #A3AB82;
}
</style>
background-color css
<style>
a { background-color: #A3AB82; }
a { background-color: rgb(163,171,130); }
div.DivClassName
{
background-color: #A3AB82;
}
.BgClassName
{
background-color: #A3AB82;
}
</style>
border-color css
<style>
span { border-color: #A3AB82; }
span { border-color: rgb(163,171,130); }
td.TdClassName
{
border-color: #A3AB82;
}
.TagClassName
{
border-color: #A3AB82;
}
</style>