Shades of Locust #A1A77F
Tints of Locust #A1A77F
RGB
CMYK
RGB Variations
Color information
#A1A77F (or 0xA1A77F) is known color: Locust. HEX triplet: A1, A7 and 7F. RGB value is (161,167,127). Sum of RGB (Red+Green+Blue) = 161+167+127=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A77F is #5E5880. Grayscale: #A0A0A0. Windows color (decimal): -6183041 or 8365985. OLE color: 8365985.
HSL color Cylindrical-coordinate representation of color #A1A77F: hue angle of 69º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A77F is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 127 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.35 |
| HSL | 69º | 0.19% | 0.58% | - |
| HSV(B) | 69º | 0.24% | 0.65% | - |
| XYZ | 32.35 | 36.75 | 25.47 | - |
| YUV | 160.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 127 | 0.04 | 0 | 0.24 | 0.35 | 69 | 0.19 | 0.58 |
| Hex | A1 | A7 | 7F | 4 | 0 | 18 | 23 | 45 | 13 | 3A |
| Octal | 241 | 247 | 177 | 4 | 0 | 30 | 43 | 105 | 23 | 72 |
| Binary | 10100001 | 10100111 | 1111111 | 100 | 0 | 11000 | 100011 | 1000101 | 10011 | 111010 |
Color Harmonies of #A1A77F
Complementary color
Monochromatic Colors of #A1A77F
Black with #A1A77F
Text Example
Text Example
White with #A1A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A77F; }
p { color: rgb(161,167,127); }
H1.HeaderClassName
{
color: #A1A77F;
}
.AnyTagClassName
{
color: #A1A77F;
}
</style>
background-color css
<style>
a { background-color: #A1A77F; }
a { background-color: rgb(161,167,127); }
div.DivClassName
{
background-color: #A1A77F;
}
.BgClassName
{
background-color: #A1A77F;
}
</style>
border-color css
<style>
span { border-color: #A1A77F; }
span { border-color: rgb(161,167,127); }
td.TdClassName
{
border-color: #A1A77F;
}
.TagClassName
{
border-color: #A1A77F;
}
</style>