Shades of Locust #A1A280
Tints of Locust #A1A280
RGB
CMYK
RGB Variations
Color information
#A1A280 (or 0xA1A280) is known color: Locust. HEX triplet: A1, A2 and 80. RGB value is (161,162,128). Sum of RGB (Red+Green+Blue) = 161+162+128=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A280 is #5E5D7F. Grayscale: #9D9D9D. Windows color (decimal): -6184320 or 8430241. OLE color: 8430241.
HSL color Cylindrical-coordinate representation of color #A1A280: hue angle of 61.76º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A280 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 128 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.36 |
| HSL | 61.76º | 0.15% | 0.57% | - |
| HSV(B) | 61.76º | 0.21% | 0.64% | - |
| XYZ | 31.51 | 34.98 | 25.51 | - |
| YUV | 157.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 128 | 0.01 | 0 | 0.21 | 0.36 | 61.76 | 0.15 | 0.57 |
| Hex | A1 | A2 | 80 | 1 | 0 | 15 | 24 | 3E | F | 39 |
| Octal | 241 | 242 | 200 | 1 | 0 | 25 | 44 | 76 | 17 | 71 |
| Binary | 10100001 | 10100010 | 10000000 | 1 | 0 | 10101 | 100100 | 111110 | 1111 | 111001 |
Color Harmonies of #A1A280
Complementary color
Monochromatic Colors of #A1A280
Black with #A1A280
Text Example
Text Example
White with #A1A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A280; }
p { color: rgb(161,162,128); }
H1.HeaderClassName
{
color: #A1A280;
}
.AnyTagClassName
{
color: #A1A280;
}
</style>
background-color css
<style>
a { background-color: #A1A280; }
a { background-color: rgb(161,162,128); }
div.DivClassName
{
background-color: #A1A280;
}
.BgClassName
{
background-color: #A1A280;
}
</style>
border-color css
<style>
span { border-color: #A1A280; }
span { border-color: rgb(161,162,128); }
td.TdClassName
{
border-color: #A1A280;
}
.TagClassName
{
border-color: #A1A280;
}
</style>