Shades of Locust #A1A683
Tints of Locust #A1A683
RGB
CMYK
RGB Variations
Color information
#A1A683 (or 0xA1A683) is known color: Locust. HEX triplet: A1, A6 and 83. RGB value is (161,166,131). Sum of RGB (Red+Green+Blue) = 161+166+131=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A683 is #5E597C. Grayscale: #A0A0A0. Windows color (decimal): -6183293 or 8627873. OLE color: 8627873.
HSL color Cylindrical-coordinate representation of color #A1A683: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A683 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 131 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.35 |
| HSL | 68.57º | 0.16% | 0.58% | - |
| HSV(B) | 68.57º | 0.21% | 0.65% | - |
| XYZ | 32.43 | 36.49 | 26.81 | - |
| YUV | 160.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 131 | 0.03 | 0 | 0.21 | 0.35 | 68.57 | 0.16 | 0.58 |
| Hex | A1 | A6 | 83 | 3 | 0 | 15 | 23 | 45 | 10 | 3A |
| Octal | 241 | 246 | 203 | 3 | 0 | 25 | 43 | 105 | 20 | 72 |
| Binary | 10100001 | 10100110 | 10000011 | 11 | 0 | 10101 | 100011 | 1000101 | 10000 | 111010 |
Color Harmonies of #A1A683
Complementary color
Monochromatic Colors of #A1A683
Black with #A1A683
Text Example
Text Example
White with #A1A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A683; }
p { color: rgb(161,166,131); }
H1.HeaderClassName
{
color: #A1A683;
}
.AnyTagClassName
{
color: #A1A683;
}
</style>
background-color css
<style>
a { background-color: #A1A683; }
a { background-color: rgb(161,166,131); }
div.DivClassName
{
background-color: #A1A683;
}
.BgClassName
{
background-color: #A1A683;
}
</style>
border-color css
<style>
span { border-color: #A1A683; }
span { border-color: rgb(161,166,131); }
td.TdClassName
{
border-color: #A1A683;
}
.TagClassName
{
border-color: #A1A683;
}
</style>