Shades of Locust #A1AA7C
Tints of Locust #A1AA7C
RGB
CMYK
RGB Variations
Color information
#A1AA7C (or 0xA1AA7C) is known color: Locust. HEX triplet: A1, AA and 7C. RGB value is (161,170,124). Sum of RGB (Red+Green+Blue) = 161+170+124=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7C is #5E5583. Grayscale: #A2A2A2. Windows color (decimal): -6182276 or 8170145. OLE color: 8170145.
HSL color Cylindrical-coordinate representation of color #A1AA7C: hue angle of 71.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AA7C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 124 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.33 |
| HSL | 71.74º | 0.21% | 0.58% | - |
| HSV(B) | 71.74º | 0.27% | 0.67% | - |
| XYZ | 32.71 | 37.78 | 24.64 | - |
| YUV | 162.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 124 | 0.05 | 0 | 0.27 | 0.33 | 71.74 | 0.21 | 0.58 |
| Hex | A1 | AA | 7C | 5 | 0 | 1B | 21 | 48 | 15 | 3A |
| Octal | 241 | 252 | 174 | 5 | 0 | 33 | 41 | 110 | 25 | 72 |
| Binary | 10100001 | 10101010 | 1111100 | 101 | 0 | 11011 | 100001 | 1001000 | 10101 | 111010 |
Color Harmonies of #A1AA7C
Complementary color
Monochromatic Colors of #A1AA7C
Black with #A1AA7C
Text Example
Text Example
White with #A1AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA7C; }
p { color: rgb(161,170,124); }
H1.HeaderClassName
{
color: #A1AA7C;
}
.AnyTagClassName
{
color: #A1AA7C;
}
</style>
background-color css
<style>
a { background-color: #A1AA7C; }
a { background-color: rgb(161,170,124); }
div.DivClassName
{
background-color: #A1AA7C;
}
.BgClassName
{
background-color: #A1AA7C;
}
</style>
border-color css
<style>
span { border-color: #A1AA7C; }
span { border-color: rgb(161,170,124); }
td.TdClassName
{
border-color: #A1AA7C;
}
.TagClassName
{
border-color: #A1AA7C;
}
</style>