Shades of Locust #A1A880
Tints of Locust #A1A880
RGB
CMYK
RGB Variations
Color information
#A1A880 (or 0xA1A880) is known color: Locust. HEX triplet: A1, A8 and 80. RGB value is (161,168,128). Sum of RGB (Red+Green+Blue) = 161+168+128=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A880 is #5E577F. Grayscale: #A1A1A1. Windows color (decimal): -6182784 or 8431777. OLE color: 8431777.
HSL color Cylindrical-coordinate representation of color #A1A880: hue angle of 70.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A880 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 128 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.34 |
| HSL | 70.5º | 0.19% | 0.58% | - |
| HSV(B) | 70.5º | 0.24% | 0.66% | - |
| XYZ | 32.6 | 37.14 | 25.87 | - |
| YUV | 161.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 128 | 0.04 | 0 | 0.24 | 0.34 | 70.5 | 0.19 | 0.58 |
| Hex | A1 | A8 | 80 | 4 | 0 | 18 | 22 | 46 | 13 | 3A |
| Octal | 241 | 250 | 200 | 4 | 0 | 30 | 42 | 106 | 23 | 72 |
| Binary | 10100001 | 10101000 | 10000000 | 100 | 0 | 11000 | 100010 | 1000110 | 10011 | 111010 |
Color Harmonies of #A1A880
Complementary color
Monochromatic Colors of #A1A880
Black with #A1A880
Text Example
Text Example
White with #A1A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A880; }
p { color: rgb(161,168,128); }
H1.HeaderClassName
{
color: #A1A880;
}
.AnyTagClassName
{
color: #A1A880;
}
</style>
background-color css
<style>
a { background-color: #A1A880; }
a { background-color: rgb(161,168,128); }
div.DivClassName
{
background-color: #A1A880;
}
.BgClassName
{
background-color: #A1A880;
}
</style>
border-color css
<style>
span { border-color: #A1A880; }
span { border-color: rgb(161,168,128); }
td.TdClassName
{
border-color: #A1A880;
}
.TagClassName
{
border-color: #A1A880;
}
</style>