Shades of Locust #A1A285
Tints of Locust #A1A285
RGB
CMYK
RGB Variations
Color information
#A1A285 (or 0xA1A285) is known color: Locust. HEX triplet: A1, A2 and 85. RGB value is (161,162,133). Sum of RGB (Red+Green+Blue) = 161+162+133=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A285 is #5E5D7A. Grayscale: #9E9E9E. Windows color (decimal): -6184315 or 8757921. OLE color: 8757921.
HSL color Cylindrical-coordinate representation of color #A1A285: hue angle of 62.07º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1A285 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 133 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.36 |
| HSL | 62.07º | 0.13% | 0.58% | - |
| HSV(B) | 62.07º | 0.18% | 0.64% | - |
| XYZ | 31.85 | 35.11 | 27.29 | - |
| YUV | 158.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 133 | 0.01 | 0 | 0.18 | 0.36 | 62.07 | 0.13 | 0.58 |
| Hex | A1 | A2 | 85 | 1 | 0 | 12 | 24 | 3E | D | 3A |
| Octal | 241 | 242 | 205 | 1 | 0 | 22 | 44 | 76 | 15 | 72 |
| Binary | 10100001 | 10100010 | 10000101 | 1 | 0 | 10010 | 100100 | 111110 | 1101 | 111010 |
Color Harmonies of #A1A285
Complementary color
Monochromatic Colors of #A1A285
Black with #A1A285
Text Example
Text Example
White with #A1A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A285; }
p { color: rgb(161,162,133); }
H1.HeaderClassName
{
color: #A1A285;
}
.AnyTagClassName
{
color: #A1A285;
}
</style>
background-color css
<style>
a { background-color: #A1A285; }
a { background-color: rgb(161,162,133); }
div.DivClassName
{
background-color: #A1A285;
}
.BgClassName
{
background-color: #A1A285;
}
</style>
border-color css
<style>
span { border-color: #A1A285; }
span { border-color: rgb(161,162,133); }
td.TdClassName
{
border-color: #A1A285;
}
.TagClassName
{
border-color: #A1A285;
}
</style>