Shades of Locust #A1A576
Tints of Locust #A1A576
RGB
CMYK
RGB Variations
Color information
#A1A576 (or 0xA1A576) is known color: Locust. HEX triplet: A1, A5 and 76. RGB value is (161,165,118). Sum of RGB (Red+Green+Blue) = 161+165+118=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A576 is #5E5A89. Grayscale: #9E9E9E. Windows color (decimal): -6183562 or 7775649. OLE color: 7775649.
HSL color Cylindrical-coordinate representation of color #A1A576: hue angle of 65.11º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A576 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 118 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.35 |
| HSL | 65.11º | 0.21% | 0.55% | - |
| HSV(B) | 65.11º | 0.28% | 0.65% | - |
| XYZ | 31.42 | 35.8 | 22.39 | - |
| YUV | 158.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 118 | 0.02 | 0 | 0.28 | 0.35 | 65.11 | 0.21 | 0.55 |
| Hex | A1 | A5 | 76 | 2 | 0 | 1C | 23 | 41 | 15 | 37 |
| Octal | 241 | 245 | 166 | 2 | 0 | 34 | 43 | 101 | 25 | 67 |
| Binary | 10100001 | 10100101 | 1110110 | 10 | 0 | 11100 | 100011 | 1000001 | 10101 | 110111 |
Color Harmonies of #A1A576
Complementary color
Monochromatic Colors of #A1A576
Black with #A1A576
Text Example
Text Example
White with #A1A576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A576; }
p { color: rgb(161,165,118); }
H1.HeaderClassName
{
color: #A1A576;
}
.AnyTagClassName
{
color: #A1A576;
}
</style>
background-color css
<style>
a { background-color: #A1A576; }
a { background-color: rgb(161,165,118); }
div.DivClassName
{
background-color: #A1A576;
}
.BgClassName
{
background-color: #A1A576;
}
</style>
border-color css
<style>
span { border-color: #A1A576; }
span { border-color: rgb(161,165,118); }
td.TdClassName
{
border-color: #A1A576;
}
.TagClassName
{
border-color: #A1A576;
}
</style>