Shades of Locust #A2A186
Tints of Locust #A2A186
RGB
CMYK
RGB Variations
Color information
#A2A186 (or 0xA2A186) is known color: Locust. HEX triplet: A2, A1 and 86. RGB value is (162,161,134). Sum of RGB (Red+Green+Blue) = 162+161+134=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A186 is #5D5E79. Grayscale: #9E9E9E. Windows color (decimal): -6119034 or 8823202. OLE color: 8823202.
HSL color Cylindrical-coordinate representation of color #A2A186: hue angle of 57.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2A186 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 134 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.36 |
| HSL | 57.86º | 0.13% | 0.58% | - |
| HSV(B) | 57.86º | 0.17% | 0.64% | - |
| XYZ | 31.95 | 34.89 | 27.61 | - |
| YUV | 158.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 134 | 0 | 0.01 | 0.17 | 0.36 | 57.86 | 0.13 | 0.58 |
| Hex | A2 | A1 | 86 | 0 | 1 | 11 | 24 | 3A | D | 3A |
| Octal | 242 | 241 | 206 | 0 | 1 | 21 | 44 | 72 | 15 | 72 |
| Binary | 10100010 | 10100001 | 10000110 | 0 | 1 | 10001 | 100100 | 111010 | 1101 | 111010 |
Color Harmonies of #A2A186
Complementary color
Monochromatic Colors of #A2A186
Black with #A2A186
Text Example
Text Example
White with #A2A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A186; }
p { color: rgb(162,161,134); }
H1.HeaderClassName
{
color: #A2A186;
}
.AnyTagClassName
{
color: #A2A186;
}
</style>
background-color css
<style>
a { background-color: #A2A186; }
a { background-color: rgb(162,161,134); }
div.DivClassName
{
background-color: #A2A186;
}
.BgClassName
{
background-color: #A2A186;
}
</style>
border-color css
<style>
span { border-color: #A2A186; }
span { border-color: rgb(162,161,134); }
td.TdClassName
{
border-color: #A2A186;
}
.TagClassName
{
border-color: #A2A186;
}
</style>