Shades of Locust #A2AC7C
Tints of Locust #A2AC7C
RGB
CMYK
RGB Variations
Color information
#A2AC7C (or 0xA2AC7C) is known color: Locust. HEX triplet: A2, AC and 7C. RGB value is (162,172,124). Sum of RGB (Red+Green+Blue) = 162+172+124=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC7C is #5D5383. Grayscale: #A3A3A3. Windows color (decimal): -6116228 or 8170658. OLE color: 8170658.
HSL color Cylindrical-coordinate representation of color #A2AC7C: hue angle of 72.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2AC7C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 124 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.33 |
| HSL | 72.5º | 0.22% | 0.58% | - |
| HSV(B) | 72.5º | 0.28% | 0.67% | - |
| XYZ | 33.29 | 38.64 | 24.77 | - |
| YUV | 163.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 124 | 0.06 | 0 | 0.28 | 0.33 | 72.5 | 0.22 | 0.58 |
| Hex | A2 | AC | 7C | 6 | 0 | 1C | 21 | 48 | 16 | 3A |
| Octal | 242 | 254 | 174 | 6 | 0 | 34 | 41 | 110 | 26 | 72 |
| Binary | 10100010 | 10101100 | 1111100 | 110 | 0 | 11100 | 100001 | 1001000 | 10110 | 111010 |
Color Harmonies of #A2AC7C
Complementary color
Monochromatic Colors of #A2AC7C
Black with #A2AC7C
Text Example
Text Example
White with #A2AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC7C; }
p { color: rgb(162,172,124); }
H1.HeaderClassName
{
color: #A2AC7C;
}
.AnyTagClassName
{
color: #A2AC7C;
}
</style>
background-color css
<style>
a { background-color: #A2AC7C; }
a { background-color: rgb(162,172,124); }
div.DivClassName
{
background-color: #A2AC7C;
}
.BgClassName
{
background-color: #A2AC7C;
}
</style>
border-color css
<style>
span { border-color: #A2AC7C; }
span { border-color: rgb(162,172,124); }
td.TdClassName
{
border-color: #A2AC7C;
}
.TagClassName
{
border-color: #A2AC7C;
}
</style>