Shades of Locust #A3AC84
Tints of Locust #A3AC84
RGB
CMYK
RGB Variations
Color information
#A3AC84 (or 0xA3AC84) is known color: Locust. HEX triplet: A3, AC and 84. RGB value is (163,172,132). Sum of RGB (Red+Green+Blue) = 163+172+132=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC84 is #5C537B. Grayscale: #A4A4A4. Windows color (decimal): -6050684 or 8694947. OLE color: 8694947.
HSL color Cylindrical-coordinate representation of color #A3AC84: hue angle of 73.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AC84 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 132 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.33 |
| HSL | 73.5º | 0.19% | 0.6% | - |
| HSV(B) | 73.5º | 0.23% | 0.67% | - |
| XYZ | 34.02 | 38.96 | 27.56 | - |
| YUV | 164.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 132 | 0.05 | 0 | 0.23 | 0.33 | 73.5 | 0.19 | 0.6 |
| Hex | A3 | AC | 84 | 5 | 0 | 17 | 21 | 4A | 13 | 3C |
| Octal | 243 | 254 | 204 | 5 | 0 | 27 | 41 | 112 | 23 | 74 |
| Binary | 10100011 | 10101100 | 10000100 | 101 | 0 | 10111 | 100001 | 1001010 | 10011 | 111100 |
Color Harmonies of #A3AC84
Complementary color
Monochromatic Colors of #A3AC84
Black with #A3AC84
Text Example
Text Example
White with #A3AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC84; }
p { color: rgb(163,172,132); }
H1.HeaderClassName
{
color: #A3AC84;
}
.AnyTagClassName
{
color: #A3AC84;
}
</style>
background-color css
<style>
a { background-color: #A3AC84; }
a { background-color: rgb(163,172,132); }
div.DivClassName
{
background-color: #A3AC84;
}
.BgClassName
{
background-color: #A3AC84;
}
</style>
border-color css
<style>
span { border-color: #A3AC84; }
span { border-color: rgb(163,172,132); }
td.TdClassName
{
border-color: #A3AC84;
}
.TagClassName
{
border-color: #A3AC84;
}
</style>