Shades of Locust #A1AA80
Tints of Locust #A1AA80
RGB
CMYK
RGB Variations
Color information
#A1AA80 (or 0xA1AA80) is known color: Locust. HEX triplet: A1, AA and 80. RGB value is (161,170,128). Sum of RGB (Red+Green+Blue) = 161+170+128=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA80 is #5E557F. Grayscale: #A2A2A2. Windows color (decimal): -6182272 or 8432289. OLE color: 8432289.
HSL color Cylindrical-coordinate representation of color #A1AA80: hue angle of 72.86º 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 #A1AA80 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 128 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.33 |
| HSL | 72.86º | 0.2% | 0.58% | - |
| HSV(B) | 72.86º | 0.25% | 0.67% | - |
| XYZ | 32.97 | 37.89 | 26 | - |
| YUV | 162.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 128 | 0.05 | 0 | 0.25 | 0.33 | 72.86 | 0.2 | 0.58 |
| Hex | A1 | AA | 80 | 5 | 0 | 19 | 21 | 49 | 14 | 3A |
| Octal | 241 | 252 | 200 | 5 | 0 | 31 | 41 | 111 | 24 | 72 |
| Binary | 10100001 | 10101010 | 10000000 | 101 | 0 | 11001 | 100001 | 1001001 | 10100 | 111010 |
Color Harmonies of #A1AA80
Complementary color
Monochromatic Colors of #A1AA80
Black with #A1AA80
Text Example
Text Example
White with #A1AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA80; }
p { color: rgb(161,170,128); }
H1.HeaderClassName
{
color: #A1AA80;
}
.AnyTagClassName
{
color: #A1AA80;
}
</style>
background-color css
<style>
a { background-color: #A1AA80; }
a { background-color: rgb(161,170,128); }
div.DivClassName
{
background-color: #A1AA80;
}
.BgClassName
{
background-color: #A1AA80;
}
</style>
border-color css
<style>
span { border-color: #A1AA80; }
span { border-color: rgb(161,170,128); }
td.TdClassName
{
border-color: #A1AA80;
}
.TagClassName
{
border-color: #A1AA80;
}
</style>