Shades of Locust #A3A389
Tints of Locust #A3A389
RGB
CMYK
RGB Variations
Color information
#A3A389 (or 0xA3A389) is known color: Locust. HEX triplet: A3, A3 and 89. RGB value is (163,163,137). Sum of RGB (Red+Green+Blue) = 163+163+137=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A389 is #5C5C76. Grayscale: #A0A0A0. Windows color (decimal): -6052983 or 9020323. OLE color: 9020323.
HSL color Cylindrical-coordinate representation of color #A3A389: hue angle of 60º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3A389 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 163 | 137 | - |
| CMYK | 0 | 0 | 0.16 | 0.36 |
| HSL | 60º | 0.12% | 0.59% | - |
| HSV(B) | 60º | 0.16% | 0.64% | - |
| XYZ | 32.72 | 35.79 | 28.85 | - |
| YUV | 160.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 137 | 0 | 0 | 0.16 | 0.36 | 60 | 0.12 | 0.59 |
| Hex | A3 | A3 | 89 | 0 | 0 | 10 | 24 | 3C | C | 3B |
| Octal | 243 | 243 | 211 | 0 | 0 | 20 | 44 | 74 | 14 | 73 |
| Binary | 10100011 | 10100011 | 10001001 | 0 | 0 | 10000 | 100100 | 111100 | 1100 | 111011 |
Color Harmonies of #A3A389
Complementary color
Monochromatic Colors of #A3A389
Black with #A3A389
Text Example
Text Example
White with #A3A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A389; }
p { color: rgb(163,163,137); }
H1.HeaderClassName
{
color: #A3A389;
}
.AnyTagClassName
{
color: #A3A389;
}
</style>
background-color css
<style>
a { background-color: #A3A389; }
a { background-color: rgb(163,163,137); }
div.DivClassName
{
background-color: #A3A389;
}
.BgClassName
{
background-color: #A3A389;
}
</style>
border-color css
<style>
span { border-color: #A3A389; }
span { border-color: rgb(163,163,137); }
td.TdClassName
{
border-color: #A3A389;
}
.TagClassName
{
border-color: #A3A389;
}
</style>