Shades of Locust #A2A180
Tints of Locust #A2A180
RGB
CMYK
RGB Variations
Color information
#A2A180 (or 0xA2A180) is known color: Locust. HEX triplet: A2, A1 and 80. RGB value is (162,161,128). Sum of RGB (Red+Green+Blue) = 162+161+128=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A180 is #5D5E7F. Grayscale: #9D9D9D. Windows color (decimal): -6119040 or 8429986. OLE color: 8429986.
HSL color Cylindrical-coordinate representation of color #A2A180: hue angle of 58.24º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A180 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 128 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.36 |
| HSL | 58.24º | 0.15% | 0.57% | - |
| HSV(B) | 58.24º | 0.21% | 0.64% | - |
| XYZ | 31.54 | 34.73 | 25.46 | - |
| YUV | 157.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 128 | 0 | 0.01 | 0.21 | 0.36 | 58.24 | 0.15 | 0.57 |
| Hex | A2 | A1 | 80 | 0 | 1 | 15 | 24 | 3A | F | 39 |
| Octal | 242 | 241 | 200 | 0 | 1 | 25 | 44 | 72 | 17 | 71 |
| Binary | 10100010 | 10100001 | 10000000 | 0 | 1 | 10101 | 100100 | 111010 | 1111 | 111001 |
Color Harmonies of #A2A180
Complementary color
Monochromatic Colors of #A2A180
Black with #A2A180
Text Example
Text Example
White with #A2A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A180; }
p { color: rgb(162,161,128); }
H1.HeaderClassName
{
color: #A2A180;
}
.AnyTagClassName
{
color: #A2A180;
}
</style>
background-color css
<style>
a { background-color: #A2A180; }
a { background-color: rgb(162,161,128); }
div.DivClassName
{
background-color: #A2A180;
}
.BgClassName
{
background-color: #A2A180;
}
</style>
border-color css
<style>
span { border-color: #A2A180; }
span { border-color: rgb(162,161,128); }
td.TdClassName
{
border-color: #A2A180;
}
.TagClassName
{
border-color: #A2A180;
}
</style>