Shades of Locust #A3A771
Tints of Locust #A3A771
RGB
CMYK
RGB Variations
Color information
#A3A771 (or 0xA3A771) is known color: Locust. HEX triplet: A3, A7 and 71. RGB value is (163,167,113). Sum of RGB (Red+Green+Blue) = 163+167+113=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A771 is #5C588E. Grayscale: #9F9F9F. Windows color (decimal): -6051983 or 7448483. OLE color: 7448483.
HSL color Cylindrical-coordinate representation of color #A3A771: hue angle of 64.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A771 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 113 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.35 |
| HSL | 64.44º | 0.23% | 0.55% | - |
| HSV(B) | 64.44º | 0.32% | 0.65% | - |
| XYZ | 31.9 | 36.62 | 21.01 | - |
| YUV | 159.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 113 | 0.02 | 0 | 0.32 | 0.35 | 64.44 | 0.23 | 0.55 |
| Hex | A3 | A7 | 71 | 2 | 0 | 20 | 23 | 40 | 17 | 37 |
| Octal | 243 | 247 | 161 | 2 | 0 | 40 | 43 | 100 | 27 | 67 |
| Binary | 10100011 | 10100111 | 1110001 | 10 | 0 | 100000 | 100011 | 1000000 | 10111 | 110111 |
Color Harmonies of #A3A771
Complementary color
Monochromatic Colors of #A3A771
Black with #A3A771
Text Example
Text Example
White with #A3A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A771; }
p { color: rgb(163,167,113); }
H1.HeaderClassName
{
color: #A3A771;
}
.AnyTagClassName
{
color: #A3A771;
}
</style>
background-color css
<style>
a { background-color: #A3A771; }
a { background-color: rgb(163,167,113); }
div.DivClassName
{
background-color: #A3A771;
}
.BgClassName
{
background-color: #A3A771;
}
</style>
border-color css
<style>
span { border-color: #A3A771; }
span { border-color: rgb(163,167,113); }
td.TdClassName
{
border-color: #A3A771;
}
.TagClassName
{
border-color: #A3A771;
}
</style>