Shades of Locust #A1A276
Tints of Locust #A1A276
RGB
CMYK
RGB Variations
Color information
#A1A276 (or 0xA1A276) is known color: Locust. HEX triplet: A1, A2 and 76. RGB value is (161,162,118). Sum of RGB (Red+Green+Blue) = 161+162+118=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A276 is #5E5D89. Grayscale: #9C9C9C. Windows color (decimal): -6184330 or 7774881. OLE color: 7774881.
HSL color Cylindrical-coordinate representation of color #A1A276: hue angle of 61.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A276 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 118 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.36 |
| HSL | 61.36º | 0.19% | 0.55% | - |
| HSV(B) | 61.36º | 0.27% | 0.64% | - |
| XYZ | 30.89 | 34.73 | 22.21 | - |
| YUV | 156.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 118 | 0.01 | 0 | 0.27 | 0.36 | 61.36 | 0.19 | 0.55 |
| Hex | A1 | A2 | 76 | 1 | 0 | 1B | 24 | 3D | 13 | 37 |
| Octal | 241 | 242 | 166 | 1 | 0 | 33 | 44 | 75 | 23 | 67 |
| Binary | 10100001 | 10100010 | 1110110 | 1 | 0 | 11011 | 100100 | 111101 | 10011 | 110111 |
Color Harmonies of #A1A276
Complementary color
Monochromatic Colors of #A1A276
Black with #A1A276
Text Example
Text Example
White with #A1A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A276; }
p { color: rgb(161,162,118); }
H1.HeaderClassName
{
color: #A1A276;
}
.AnyTagClassName
{
color: #A1A276;
}
</style>
background-color css
<style>
a { background-color: #A1A276; }
a { background-color: rgb(161,162,118); }
div.DivClassName
{
background-color: #A1A276;
}
.BgClassName
{
background-color: #A1A276;
}
</style>
border-color css
<style>
span { border-color: #A1A276; }
span { border-color: rgb(161,162,118); }
td.TdClassName
{
border-color: #A1A276;
}
.TagClassName
{
border-color: #A1A276;
}
</style>