Shades of Locust #A1A279
Tints of Locust #A1A279
RGB
CMYK
RGB Variations
Color information
#A1A279 (or 0xA1A279) is known color: Locust. HEX triplet: A1, A2 and 79. RGB value is (161,162,121). Sum of RGB (Red+Green+Blue) = 161+162+121=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A279 is #5E5D86. Grayscale: #9D9D9D. Windows color (decimal): -6184327 or 7971489. OLE color: 7971489.
HSL color Cylindrical-coordinate representation of color #A1A279: hue angle of 61.46º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1A279 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 121 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.36 |
| HSL | 61.46º | 0.18% | 0.55% | - |
| HSV(B) | 61.46º | 0.25% | 0.64% | - |
| XYZ | 31.07 | 34.8 | 23.17 | - |
| YUV | 157.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 121 | 0.01 | 0 | 0.25 | 0.36 | 61.46 | 0.18 | 0.55 |
| Hex | A1 | A2 | 79 | 1 | 0 | 19 | 24 | 3D | 12 | 37 |
| Octal | 241 | 242 | 171 | 1 | 0 | 31 | 44 | 75 | 22 | 67 |
| Binary | 10100001 | 10100010 | 1111001 | 1 | 0 | 11001 | 100100 | 111101 | 10010 | 110111 |
Color Harmonies of #A1A279
Complementary color
Monochromatic Colors of #A1A279
Black with #A1A279
Text Example
Text Example
White with #A1A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A279; }
p { color: rgb(161,162,121); }
H1.HeaderClassName
{
color: #A1A279;
}
.AnyTagClassName
{
color: #A1A279;
}
</style>
background-color css
<style>
a { background-color: #A1A279; }
a { background-color: rgb(161,162,121); }
div.DivClassName
{
background-color: #A1A279;
}
.BgClassName
{
background-color: #A1A279;
}
</style>
border-color css
<style>
span { border-color: #A1A279; }
span { border-color: rgb(161,162,121); }
td.TdClassName
{
border-color: #A1A279;
}
.TagClassName
{
border-color: #A1A279;
}
</style>