Shades of Locust #A1A288
Tints of Locust #A1A288
RGB
CMYK
RGB Variations
Color information
#A1A288 (or 0xA1A288) is known color: Locust. HEX triplet: A1, A2 and 88. RGB value is (161,162,136). Sum of RGB (Red+Green+Blue) = 161+162+136=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A288 is #5E5D77. Grayscale: #9E9E9E. Windows color (decimal): -6184312 or 8954529. OLE color: 8954529.
HSL color Cylindrical-coordinate representation of color #A1A288: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1A288 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 136 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.36 |
| HSL | 62.31º | 0.12% | 0.58% | - |
| HSV(B) | 62.31º | 0.16% | 0.64% | - |
| XYZ | 32.06 | 35.2 | 28.4 | - |
| YUV | 158.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 136 | 0.01 | 0 | 0.16 | 0.36 | 62.31 | 0.12 | 0.58 |
| Hex | A1 | A2 | 88 | 1 | 0 | 10 | 24 | 3E | C | 3A |
| Octal | 241 | 242 | 210 | 1 | 0 | 20 | 44 | 76 | 14 | 72 |
| Binary | 10100001 | 10100010 | 10001000 | 1 | 0 | 10000 | 100100 | 111110 | 1100 | 111010 |
Color Harmonies of #A1A288
Complementary color
Monochromatic Colors of #A1A288
Black with #A1A288
Text Example
Text Example
White with #A1A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A288; }
p { color: rgb(161,162,136); }
H1.HeaderClassName
{
color: #A1A288;
}
.AnyTagClassName
{
color: #A1A288;
}
</style>
background-color css
<style>
a { background-color: #A1A288; }
a { background-color: rgb(161,162,136); }
div.DivClassName
{
background-color: #A1A288;
}
.BgClassName
{
background-color: #A1A288;
}
</style>
border-color css
<style>
span { border-color: #A1A288; }
span { border-color: rgb(161,162,136); }
td.TdClassName
{
border-color: #A1A288;
}
.TagClassName
{
border-color: #A1A288;
}
</style>