Shades of Locust #A1A476
Tints of Locust #A1A476
RGB
CMYK
RGB Variations
Color information
#A1A476 (or 0xA1A476) is known color: Locust. HEX triplet: A1, A4 and 76. RGB value is (161,164,118). Sum of RGB (Red+Green+Blue) = 161+164+118=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A476 is #5E5B89. Grayscale: #9E9E9E. Windows color (decimal): -6183818 or 7775393. OLE color: 7775393.
HSL color Cylindrical-coordinate representation of color #A1A476: hue angle of 63.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A476 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 118 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.36 |
| HSL | 63.91º | 0.2% | 0.55% | - |
| HSV(B) | 63.91º | 0.28% | 0.64% | - |
| XYZ | 31.24 | 35.44 | 22.33 | - |
| YUV | 157.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 118 | 0.02 | 0 | 0.28 | 0.36 | 63.91 | 0.2 | 0.55 |
| Hex | A1 | A4 | 76 | 2 | 0 | 1C | 24 | 40 | 14 | 37 |
| Octal | 241 | 244 | 166 | 2 | 0 | 34 | 44 | 100 | 24 | 67 |
| Binary | 10100001 | 10100100 | 1110110 | 10 | 0 | 11100 | 100100 | 1000000 | 10100 | 110111 |
Color Harmonies of #A1A476
Complementary color
Monochromatic Colors of #A1A476
Black with #A1A476
Text Example
Text Example
White with #A1A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A476; }
p { color: rgb(161,164,118); }
H1.HeaderClassName
{
color: #A1A476;
}
.AnyTagClassName
{
color: #A1A476;
}
</style>
background-color css
<style>
a { background-color: #A1A476; }
a { background-color: rgb(161,164,118); }
div.DivClassName
{
background-color: #A1A476;
}
.BgClassName
{
background-color: #A1A476;
}
</style>
border-color css
<style>
span { border-color: #A1A476; }
span { border-color: rgb(161,164,118); }
td.TdClassName
{
border-color: #A1A476;
}
.TagClassName
{
border-color: #A1A476;
}
</style>