Shades of Locust #A1A284
Tints of Locust #A1A284
RGB
CMYK
RGB Variations
Color information
#A1A284 (or 0xA1A284) is known color: Locust. HEX triplet: A1, A2 and 84. RGB value is (161,162,132). Sum of RGB (Red+Green+Blue) = 161+162+132=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A284 is #5E5D7B. Grayscale: #9E9E9E. Windows color (decimal): -6184316 or 8692385. OLE color: 8692385.
HSL color Cylindrical-coordinate representation of color #A1A284: hue angle of 62º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1A284 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 132 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.36 |
| HSL | 62º | 0.14% | 0.58% | - |
| HSV(B) | 62º | 0.19% | 0.64% | - |
| XYZ | 31.78 | 35.08 | 26.93 | - |
| YUV | 158.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 132 | 0.01 | 0 | 0.19 | 0.36 | 62 | 0.14 | 0.58 |
| Hex | A1 | A2 | 84 | 1 | 0 | 13 | 24 | 3E | E | 3A |
| Octal | 241 | 242 | 204 | 1 | 0 | 23 | 44 | 76 | 16 | 72 |
| Binary | 10100001 | 10100010 | 10000100 | 1 | 0 | 10011 | 100100 | 111110 | 1110 | 111010 |
Color Harmonies of #A1A284
Complementary color
Monochromatic Colors of #A1A284
Black with #A1A284
Text Example
Text Example
White with #A1A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A284; }
p { color: rgb(161,162,132); }
H1.HeaderClassName
{
color: #A1A284;
}
.AnyTagClassName
{
color: #A1A284;
}
</style>
background-color css
<style>
a { background-color: #A1A284; }
a { background-color: rgb(161,162,132); }
div.DivClassName
{
background-color: #A1A284;
}
.BgClassName
{
background-color: #A1A284;
}
</style>
border-color css
<style>
span { border-color: #A1A284; }
span { border-color: rgb(161,162,132); }
td.TdClassName
{
border-color: #A1A284;
}
.TagClassName
{
border-color: #A1A284;
}
</style>