Shades of Locust #A2A57C
Tints of Locust #A2A57C
RGB
CMYK
RGB Variations
Color information
#A2A57C (or 0xA2A57C) is known color: Locust. HEX triplet: A2, A5 and 7C. RGB value is (162,165,124). Sum of RGB (Red+Green+Blue) = 162+165+124=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A57C is #5D5A83. Grayscale: #9F9F9F. Windows color (decimal): -6118020 or 8168866. OLE color: 8168866.
HSL color Cylindrical-coordinate representation of color #A2A57C: hue angle of 64.39º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2A57C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 124 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.35 |
| HSL | 64.39º | 0.19% | 0.57% | - |
| HSV(B) | 64.39º | 0.25% | 0.65% | - |
| XYZ | 31.99 | 36.05 | 24.34 | - |
| YUV | 159.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 124 | 0.02 | 0 | 0.25 | 0.35 | 64.39 | 0.19 | 0.57 |
| Hex | A2 | A5 | 7C | 2 | 0 | 19 | 23 | 40 | 13 | 39 |
| Octal | 242 | 245 | 174 | 2 | 0 | 31 | 43 | 100 | 23 | 71 |
| Binary | 10100010 | 10100101 | 1111100 | 10 | 0 | 11001 | 100011 | 1000000 | 10011 | 111001 |
Color Harmonies of #A2A57C
Complementary color
Monochromatic Colors of #A2A57C
Black with #A2A57C
Text Example
Text Example
White with #A2A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A57C; }
p { color: rgb(162,165,124); }
H1.HeaderClassName
{
color: #A2A57C;
}
.AnyTagClassName
{
color: #A2A57C;
}
</style>
background-color css
<style>
a { background-color: #A2A57C; }
a { background-color: rgb(162,165,124); }
div.DivClassName
{
background-color: #A2A57C;
}
.BgClassName
{
background-color: #A2A57C;
}
</style>
border-color css
<style>
span { border-color: #A2A57C; }
span { border-color: rgb(162,165,124); }
td.TdClassName
{
border-color: #A2A57C;
}
.TagClassName
{
border-color: #A2A57C;
}
</style>