Shades of Locust #A3A680
Tints of Locust #A3A680
RGB
CMYK
RGB Variations
Color information
#A3A680 (or 0xA3A680) is known color: Locust. HEX triplet: A3, A6 and 80. RGB value is (163,166,128). Sum of RGB (Red+Green+Blue) = 163+166+128=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A680 is #5C597F. Grayscale: #A0A0A0. Windows color (decimal): -6052224 or 8431267. OLE color: 8431267.
HSL color Cylindrical-coordinate representation of color #A3A680: hue angle of 64.74º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A680 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 128 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.35 |
| HSL | 64.74º | 0.18% | 0.58% | - |
| HSV(B) | 64.74º | 0.23% | 0.65% | - |
| XYZ | 32.64 | 36.62 | 25.77 | - |
| YUV | 160.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 128 | 0.02 | 0 | 0.23 | 0.35 | 64.74 | 0.18 | 0.58 |
| Hex | A3 | A6 | 80 | 2 | 0 | 17 | 23 | 41 | 12 | 3A |
| Octal | 243 | 246 | 200 | 2 | 0 | 27 | 43 | 101 | 22 | 72 |
| Binary | 10100011 | 10100110 | 10000000 | 10 | 0 | 10111 | 100011 | 1000001 | 10010 | 111010 |
Color Harmonies of #A3A680
Complementary color
Monochromatic Colors of #A3A680
Black with #A3A680
Text Example
Text Example
White with #A3A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A680; }
p { color: rgb(163,166,128); }
H1.HeaderClassName
{
color: #A3A680;
}
.AnyTagClassName
{
color: #A3A680;
}
</style>
background-color css
<style>
a { background-color: #A3A680; }
a { background-color: rgb(163,166,128); }
div.DivClassName
{
background-color: #A3A680;
}
.BgClassName
{
background-color: #A3A680;
}
</style>
border-color css
<style>
span { border-color: #A3A680; }
span { border-color: rgb(163,166,128); }
td.TdClassName
{
border-color: #A3A680;
}
.TagClassName
{
border-color: #A3A680;
}
</style>