Shades of Locust #A2A67C
Tints of Locust #A2A67C
RGB
CMYK
RGB Variations
Color information
#A2A67C (or 0xA2A67C) is known color: Locust. HEX triplet: A2, A6 and 7C. RGB value is (162,166,124). Sum of RGB (Red+Green+Blue) = 162+166+124=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A67C is #5D5983. Grayscale: #A0A0A0. Windows color (decimal): -6117764 or 8169122. OLE color: 8169122.
HSL color Cylindrical-coordinate representation of color #A2A67C: hue angle of 65.71º 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 #A2A67C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 124 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.35 |
| HSL | 65.71º | 0.19% | 0.57% | - |
| HSV(B) | 65.71º | 0.25% | 0.65% | - |
| XYZ | 32.17 | 36.41 | 24.4 | - |
| YUV | 160.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 124 | 0.02 | 0 | 0.25 | 0.35 | 65.71 | 0.19 | 0.57 |
| Hex | A2 | A6 | 7C | 2 | 0 | 19 | 23 | 42 | 13 | 39 |
| Octal | 242 | 246 | 174 | 2 | 0 | 31 | 43 | 102 | 23 | 71 |
| Binary | 10100010 | 10100110 | 1111100 | 10 | 0 | 11001 | 100011 | 1000010 | 10011 | 111001 |
Color Harmonies of #A2A67C
Complementary color
Monochromatic Colors of #A2A67C
Black with #A2A67C
Text Example
Text Example
White with #A2A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A67C; }
p { color: rgb(162,166,124); }
H1.HeaderClassName
{
color: #A2A67C;
}
.AnyTagClassName
{
color: #A2A67C;
}
</style>
background-color css
<style>
a { background-color: #A2A67C; }
a { background-color: rgb(162,166,124); }
div.DivClassName
{
background-color: #A2A67C;
}
.BgClassName
{
background-color: #A2A67C;
}
</style>
border-color css
<style>
span { border-color: #A2A67C; }
span { border-color: rgb(162,166,124); }
td.TdClassName
{
border-color: #A2A67C;
}
.TagClassName
{
border-color: #A2A67C;
}
</style>