Shades of Locust #A2A470
Tints of Locust #A2A470
RGB
CMYK
RGB Variations
Color information
#A2A470 (or 0xA2A470) is known color: Locust. HEX triplet: A2, A4 and 70. RGB value is (162,164,112). Sum of RGB (Red+Green+Blue) = 162+164+112=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A470 is #5D5B8F. Grayscale: #9D9D9D. Windows color (decimal): -6118288 or 7382178. OLE color: 7382178.
HSL color Cylindrical-coordinate representation of color #A2A470: hue angle of 62.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2A470 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 112 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.36 |
| HSL | 62.31º | 0.22% | 0.54% | - |
| HSV(B) | 62.31º | 0.32% | 0.64% | - |
| XYZ | 31.1 | 35.4 | 20.52 | - |
| YUV | 157.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 112 | 0.01 | 0 | 0.32 | 0.36 | 62.31 | 0.22 | 0.54 |
| Hex | A2 | A4 | 70 | 1 | 0 | 20 | 24 | 3E | 16 | 36 |
| Octal | 242 | 244 | 160 | 1 | 0 | 40 | 44 | 76 | 26 | 66 |
| Binary | 10100010 | 10100100 | 1110000 | 1 | 0 | 100000 | 100100 | 111110 | 10110 | 110110 |
Color Harmonies of #A2A470
Complementary color
Monochromatic Colors of #A2A470
Black with #A2A470
Text Example
Text Example
White with #A2A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A470; }
p { color: rgb(162,164,112); }
H1.HeaderClassName
{
color: #A2A470;
}
.AnyTagClassName
{
color: #A2A470;
}
</style>
background-color css
<style>
a { background-color: #A2A470; }
a { background-color: rgb(162,164,112); }
div.DivClassName
{
background-color: #A2A470;
}
.BgClassName
{
background-color: #A2A470;
}
</style>
border-color css
<style>
span { border-color: #A2A470; }
span { border-color: rgb(162,164,112); }
td.TdClassName
{
border-color: #A2A470;
}
.TagClassName
{
border-color: #A2A470;
}
</style>