Shades of Locust #A1AA7F
Tints of Locust #A1AA7F
RGB
CMYK
RGB Variations
Color information
#A1AA7F (or 0xA1AA7F) is known color: Locust. HEX triplet: A1, AA and 7F. RGB value is (161,170,127). Sum of RGB (Red+Green+Blue) = 161+170+127=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7F is #5E5580. Grayscale: #A2A2A2. Windows color (decimal): -6182273 or 8366753. OLE color: 8366753.
HSL color Cylindrical-coordinate representation of color #A1AA7F: hue angle of 72.56º 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 #A1AA7F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 127 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.33 |
| HSL | 72.56º | 0.2% | 0.58% | - |
| HSV(B) | 72.56º | 0.25% | 0.67% | - |
| XYZ | 32.9 | 37.86 | 25.65 | - |
| YUV | 162.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 127 | 0.05 | 0 | 0.25 | 0.33 | 72.56 | 0.2 | 0.58 |
| Hex | A1 | AA | 7F | 5 | 0 | 19 | 21 | 49 | 14 | 3A |
| Octal | 241 | 252 | 177 | 5 | 0 | 31 | 41 | 111 | 24 | 72 |
| Binary | 10100001 | 10101010 | 1111111 | 101 | 0 | 11001 | 100001 | 1001001 | 10100 | 111010 |
Color Harmonies of #A1AA7F
Complementary color
Monochromatic Colors of #A1AA7F
Black with #A1AA7F
Text Example
Text Example
White with #A1AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA7F; }
p { color: rgb(161,170,127); }
H1.HeaderClassName
{
color: #A1AA7F;
}
.AnyTagClassName
{
color: #A1AA7F;
}
</style>
background-color css
<style>
a { background-color: #A1AA7F; }
a { background-color: rgb(161,170,127); }
div.DivClassName
{
background-color: #A1AA7F;
}
.BgClassName
{
background-color: #A1AA7F;
}
</style>
border-color css
<style>
span { border-color: #A1AA7F; }
span { border-color: rgb(161,170,127); }
td.TdClassName
{
border-color: #A1AA7F;
}
.TagClassName
{
border-color: #A1AA7F;
}
</style>