Shades of Locust #A1A07A
Tints of Locust #A1A07A
RGB
CMYK
RGB Variations
Color information
#A1A07A (or 0xA1A07A) is known color: Locust. HEX triplet: A1, A0 and 7A. RGB value is (161,160,122). Sum of RGB (Red+Green+Blue) = 161+160+122=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07A is #5E5F85. Grayscale: #9C9C9C. Windows color (decimal): -6184838 or 8036513. OLE color: 8036513.
HSL color Cylindrical-coordinate representation of color #A1A07A: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A07A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 122 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.37 |
| HSL | 58.46º | 0.17% | 0.55% | - |
| HSV(B) | 58.46º | 0.24% | 0.63% | - |
| XYZ | 30.78 | 34.12 | 23.38 | - |
| YUV | 155.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 122 | 0 | 0.01 | 0.24 | 0.37 | 58.46 | 0.17 | 0.55 |
| Hex | A1 | A0 | 7A | 0 | 1 | 18 | 25 | 3A | 11 | 37 |
| Octal | 241 | 240 | 172 | 0 | 1 | 30 | 45 | 72 | 21 | 67 |
| Binary | 10100001 | 10100000 | 1111010 | 0 | 1 | 11000 | 100101 | 111010 | 10001 | 110111 |
Color Harmonies of #A1A07A
Complementary color
Monochromatic Colors of #A1A07A
Black with #A1A07A
Text Example
Text Example
White with #A1A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A07A; }
p { color: rgb(161,160,122); }
H1.HeaderClassName
{
color: #A1A07A;
}
.AnyTagClassName
{
color: #A1A07A;
}
</style>
background-color css
<style>
a { background-color: #A1A07A; }
a { background-color: rgb(161,160,122); }
div.DivClassName
{
background-color: #A1A07A;
}
.BgClassName
{
background-color: #A1A07A;
}
</style>
border-color css
<style>
span { border-color: #A1A07A; }
span { border-color: rgb(161,160,122); }
td.TdClassName
{
border-color: #A1A07A;
}
.TagClassName
{
border-color: #A1A07A;
}
</style>