Shades of Locust #A3A582
Tints of Locust #A3A582
RGB
CMYK
RGB Variations
Color information
#A3A582 (or 0xA3A582) is known color: Locust. HEX triplet: A3, A5 and 82. RGB value is (163,165,130). Sum of RGB (Red+Green+Blue) = 163+165+130=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A582 is #5C5A7D. Grayscale: #A0A0A0. Windows color (decimal): -6052478 or 8562083. OLE color: 8562083.
HSL color Cylindrical-coordinate representation of color #A3A582: hue angle of 63.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A582 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 130 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.35 |
| HSL | 63.43º | 0.16% | 0.58% | - |
| HSV(B) | 63.43º | 0.21% | 0.65% | - |
| XYZ | 32.59 | 36.31 | 26.41 | - |
| YUV | 160.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 130 | 0.01 | 0 | 0.21 | 0.35 | 63.43 | 0.16 | 0.58 |
| Hex | A3 | A5 | 82 | 1 | 0 | 15 | 23 | 3F | 10 | 3A |
| Octal | 243 | 245 | 202 | 1 | 0 | 25 | 43 | 77 | 20 | 72 |
| Binary | 10100011 | 10100101 | 10000010 | 1 | 0 | 10101 | 100011 | 111111 | 10000 | 111010 |
Color Harmonies of #A3A582
Complementary color
Monochromatic Colors of #A3A582
Black with #A3A582
Text Example
Text Example
White with #A3A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A582; }
p { color: rgb(163,165,130); }
H1.HeaderClassName
{
color: #A3A582;
}
.AnyTagClassName
{
color: #A3A582;
}
</style>
background-color css
<style>
a { background-color: #A3A582; }
a { background-color: rgb(163,165,130); }
div.DivClassName
{
background-color: #A3A582;
}
.BgClassName
{
background-color: #A3A582;
}
</style>
border-color css
<style>
span { border-color: #A3A582; }
span { border-color: rgb(163,165,130); }
td.TdClassName
{
border-color: #A3A582;
}
.TagClassName
{
border-color: #A3A582;
}
</style>