Shades of Locust #A3A570
Tints of Locust #A3A570
RGB
CMYK
RGB Variations
Color information
#A3A570 (or 0xA3A570) is known color: Locust. HEX triplet: A3, A5 and 70. RGB value is (163,165,112). Sum of RGB (Red+Green+Blue) = 163+165+112=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A570 is #5C5A8F. Grayscale: #9E9E9E. Windows color (decimal): -6052496 or 7382435. OLE color: 7382435.
HSL color Cylindrical-coordinate representation of color #A3A570: hue angle of 62.26º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A570 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 112 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.35 |
| HSL | 62.26º | 0.23% | 0.54% | - |
| HSV(B) | 62.26º | 0.32% | 0.65% | - |
| XYZ | 31.48 | 35.87 | 20.59 | - |
| YUV | 158.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 112 | 0.01 | 0 | 0.32 | 0.35 | 62.26 | 0.23 | 0.54 |
| Hex | A3 | A5 | 70 | 1 | 0 | 20 | 23 | 3E | 17 | 36 |
| Octal | 243 | 245 | 160 | 1 | 0 | 40 | 43 | 76 | 27 | 66 |
| Binary | 10100011 | 10100101 | 1110000 | 1 | 0 | 100000 | 100011 | 111110 | 10111 | 110110 |
Color Harmonies of #A3A570
Complementary color
Monochromatic Colors of #A3A570
Black with #A3A570
Text Example
Text Example
White with #A3A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A570; }
p { color: rgb(163,165,112); }
H1.HeaderClassName
{
color: #A3A570;
}
.AnyTagClassName
{
color: #A3A570;
}
</style>
background-color css
<style>
a { background-color: #A3A570; }
a { background-color: rgb(163,165,112); }
div.DivClassName
{
background-color: #A3A570;
}
.BgClassName
{
background-color: #A3A570;
}
</style>
border-color css
<style>
span { border-color: #A3A570; }
span { border-color: rgb(163,165,112); }
td.TdClassName
{
border-color: #A3A570;
}
.TagClassName
{
border-color: #A3A570;
}
</style>