Shades of Locust #A2A471
Tints of Locust #A2A471
RGB
CMYK
RGB Variations
Color information
#A2A471 (or 0xA2A471) is known color: Locust. HEX triplet: A2, A4 and 71. RGB value is (162,164,113). Sum of RGB (Red+Green+Blue) = 162+164+113=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A471 is #5D5B8E. Grayscale: #9D9D9D. Windows color (decimal): -6118287 or 7447714. OLE color: 7447714.
HSL color Cylindrical-coordinate representation of color #A2A471: hue angle of 62.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2A471 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 113 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.36 |
| HSL | 62.35º | 0.22% | 0.54% | - |
| HSV(B) | 62.35º | 0.31% | 0.64% | - |
| XYZ | 31.16 | 35.42 | 20.82 | - |
| YUV | 157.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 113 | 0.01 | 0 | 0.31 | 0.36 | 62.35 | 0.22 | 0.54 |
| Hex | A2 | A4 | 71 | 1 | 0 | 1F | 24 | 3E | 16 | 36 |
| Octal | 242 | 244 | 161 | 1 | 0 | 37 | 44 | 76 | 26 | 66 |
| Binary | 10100010 | 10100100 | 1110001 | 1 | 0 | 11111 | 100100 | 111110 | 10110 | 110110 |
Color Harmonies of #A2A471
Complementary color
Monochromatic Colors of #A2A471
Black with #A2A471
Text Example
Text Example
White with #A2A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A471; }
p { color: rgb(162,164,113); }
H1.HeaderClassName
{
color: #A2A471;
}
.AnyTagClassName
{
color: #A2A471;
}
</style>
background-color css
<style>
a { background-color: #A2A471; }
a { background-color: rgb(162,164,113); }
div.DivClassName
{
background-color: #A2A471;
}
.BgClassName
{
background-color: #A2A471;
}
</style>
border-color css
<style>
span { border-color: #A2A471; }
span { border-color: rgb(162,164,113); }
td.TdClassName
{
border-color: #A2A471;
}
.TagClassName
{
border-color: #A2A471;
}
</style>