Shades of Locust #A3AB84
Tints of Locust #A3AB84
RGB
CMYK
RGB Variations
Color information
#A3AB84 (or 0xA3AB84) is known color: Locust. HEX triplet: A3, AB and 84. RGB value is (163,171,132). Sum of RGB (Red+Green+Blue) = 163+171+132=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB84 is #5C547B. Grayscale: #A4A4A4. Windows color (decimal): -6050940 or 8694691. OLE color: 8694691.
HSL color Cylindrical-coordinate representation of color #A3AB84: hue angle of 72.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AB84 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 132 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.33 |
| HSL | 72.31º | 0.19% | 0.59% | - |
| HSV(B) | 72.31º | 0.23% | 0.67% | - |
| XYZ | 33.83 | 38.58 | 27.49 | - |
| YUV | 164.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 132 | 0.05 | 0 | 0.23 | 0.33 | 72.31 | 0.19 | 0.59 |
| Hex | A3 | AB | 84 | 5 | 0 | 17 | 21 | 48 | 13 | 3B |
| Octal | 243 | 253 | 204 | 5 | 0 | 27 | 41 | 110 | 23 | 73 |
| Binary | 10100011 | 10101011 | 10000100 | 101 | 0 | 10111 | 100001 | 1001000 | 10011 | 111011 |
Color Harmonies of #A3AB84
Complementary color
Monochromatic Colors of #A3AB84
Black with #A3AB84
Text Example
Text Example
White with #A3AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB84; }
p { color: rgb(163,171,132); }
H1.HeaderClassName
{
color: #A3AB84;
}
.AnyTagClassName
{
color: #A3AB84;
}
</style>
background-color css
<style>
a { background-color: #A3AB84; }
a { background-color: rgb(163,171,132); }
div.DivClassName
{
background-color: #A3AB84;
}
.BgClassName
{
background-color: #A3AB84;
}
</style>
border-color css
<style>
span { border-color: #A3AB84; }
span { border-color: rgb(163,171,132); }
td.TdClassName
{
border-color: #A3AB84;
}
.TagClassName
{
border-color: #A3AB84;
}
</style>