Shades of Locust #A1A07F
Tints of Locust #A1A07F
RGB
CMYK
RGB Variations
Color information
#A1A07F (or 0xA1A07F) is known color: Locust. HEX triplet: A1, A0 and 7F. RGB value is (161,160,127). Sum of RGB (Red+Green+Blue) = 161+160+127=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07F is #5E5F80. Grayscale: #9C9C9C. Windows color (decimal): -6184833 or 8364193. OLE color: 8364193.
HSL color Cylindrical-coordinate representation of color #A1A07F: hue angle of 58.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A07F is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 127 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.37 |
| HSL | 58.24º | 0.15% | 0.56% | - |
| HSV(B) | 58.24º | 0.21% | 0.63% | - |
| XYZ | 31.1 | 34.25 | 25.05 | - |
| YUV | 156.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 127 | 0 | 0.01 | 0.21 | 0.37 | 58.24 | 0.15 | 0.56 |
| Hex | A1 | A0 | 7F | 0 | 1 | 15 | 25 | 3A | F | 38 |
| Octal | 241 | 240 | 177 | 0 | 1 | 25 | 45 | 72 | 17 | 70 |
| Binary | 10100001 | 10100000 | 1111111 | 0 | 1 | 10101 | 100101 | 111010 | 1111 | 111000 |
Color Harmonies of #A1A07F
Complementary color
Monochromatic Colors of #A1A07F
Black with #A1A07F
Text Example
Text Example
White with #A1A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A07F; }
p { color: rgb(161,160,127); }
H1.HeaderClassName
{
color: #A1A07F;
}
.AnyTagClassName
{
color: #A1A07F;
}
</style>
background-color css
<style>
a { background-color: #A1A07F; }
a { background-color: rgb(161,160,127); }
div.DivClassName
{
background-color: #A1A07F;
}
.BgClassName
{
background-color: #A1A07F;
}
</style>
border-color css
<style>
span { border-color: #A1A07F; }
span { border-color: rgb(161,160,127); }
td.TdClassName
{
border-color: #A1A07F;
}
.TagClassName
{
border-color: #A1A07F;
}
</style>