Shades of Locust #A3AA80
Tints of Locust #A3AA80
RGB
CMYK
RGB Variations
Color information
#A3AA80 (or 0xA3AA80) is known color: Locust. HEX triplet: A3, AA and 80. RGB value is (163,170,128). Sum of RGB (Red+Green+Blue) = 163+170+128=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA80 is #5C557F. Grayscale: #A3A3A3. Windows color (decimal): -6051200 or 8432291. OLE color: 8432291.
HSL color Cylindrical-coordinate representation of color #A3AA80: hue angle of 70º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3AA80 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 128 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.33 |
| HSL | 70º | 0.2% | 0.58% | - |
| HSV(B) | 70º | 0.25% | 0.67% | - |
| XYZ | 33.38 | 38.09 | 26.02 | - |
| YUV | 163.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 128 | 0.04 | 0 | 0.25 | 0.33 | 70 | 0.2 | 0.58 |
| Hex | A3 | AA | 80 | 4 | 0 | 19 | 21 | 46 | 14 | 3A |
| Octal | 243 | 252 | 200 | 4 | 0 | 31 | 41 | 106 | 24 | 72 |
| Binary | 10100011 | 10101010 | 10000000 | 100 | 0 | 11001 | 100001 | 1000110 | 10100 | 111010 |
Color Harmonies of #A3AA80
Complementary color
Monochromatic Colors of #A3AA80
Black with #A3AA80
Text Example
Text Example
White with #A3AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA80; }
p { color: rgb(163,170,128); }
H1.HeaderClassName
{
color: #A3AA80;
}
.AnyTagClassName
{
color: #A3AA80;
}
</style>
background-color css
<style>
a { background-color: #A3AA80; }
a { background-color: rgb(163,170,128); }
div.DivClassName
{
background-color: #A3AA80;
}
.BgClassName
{
background-color: #A3AA80;
}
</style>
border-color css
<style>
span { border-color: #A3AA80; }
span { border-color: rgb(163,170,128); }
td.TdClassName
{
border-color: #A3AA80;
}
.TagClassName
{
border-color: #A3AA80;
}
</style>