Shades of Locust #A2AC77
Tints of Locust #A2AC77
RGB
CMYK
RGB Variations
Color information
#A2AC77 (or 0xA2AC77) is known color: Locust. HEX triplet: A2, AC and 77. RGB value is (162,172,119). Sum of RGB (Red+Green+Blue) = 162+172+119=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC77 is #5D5388. Grayscale: #A3A3A3. Windows color (decimal): -6116233 or 7842978. OLE color: 7842978.
HSL color Cylindrical-coordinate representation of color #A2AC77: hue angle of 71.32º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AC77 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 119 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.33 |
| HSL | 71.32º | 0.24% | 0.57% | - |
| HSV(B) | 71.32º | 0.31% | 0.67% | - |
| XYZ | 32.98 | 38.52 | 23.15 | - |
| YUV | 162.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 119 | 0.06 | 0 | 0.31 | 0.33 | 71.32 | 0.24 | 0.57 |
| Hex | A2 | AC | 77 | 6 | 0 | 1F | 21 | 47 | 18 | 39 |
| Octal | 242 | 254 | 167 | 6 | 0 | 37 | 41 | 107 | 30 | 71 |
| Binary | 10100010 | 10101100 | 1110111 | 110 | 0 | 11111 | 100001 | 1000111 | 11000 | 111001 |
Color Harmonies of #A2AC77
Complementary color
Monochromatic Colors of #A2AC77
Black with #A2AC77
Text Example
Text Example
White with #A2AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC77; }
p { color: rgb(162,172,119); }
H1.HeaderClassName
{
color: #A2AC77;
}
.AnyTagClassName
{
color: #A2AC77;
}
</style>
background-color css
<style>
a { background-color: #A2AC77; }
a { background-color: rgb(162,172,119); }
div.DivClassName
{
background-color: #A2AC77;
}
.BgClassName
{
background-color: #A2AC77;
}
</style>
border-color css
<style>
span { border-color: #A2AC77; }
span { border-color: rgb(162,172,119); }
td.TdClassName
{
border-color: #A2AC77;
}
.TagClassName
{
border-color: #A2AC77;
}
</style>