Shades of Locust #A2AD77
Tints of Locust #A2AD77
RGB
CMYK
RGB Variations
Color information
#A2AD77 (or 0xA2AD77) is known color: Locust. HEX triplet: A2, AD and 77. RGB value is (162,173,119). Sum of RGB (Red+Green+Blue) = 162+173+119=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD77 is #5D5288. Grayscale: #A3A3A3. Windows color (decimal): -6115977 or 7843234. OLE color: 7843234.
HSL color Cylindrical-coordinate representation of color #A2AD77: hue angle of 72.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AD77 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 119 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.32 |
| HSL | 72.22º | 0.25% | 0.57% | - |
| HSV(B) | 72.22º | 0.31% | 0.68% | - |
| XYZ | 33.17 | 38.9 | 23.21 | - |
| YUV | 163.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 119 | 0.06 | 0 | 0.31 | 0.32 | 72.22 | 0.25 | 0.57 |
| Hex | A2 | AD | 77 | 6 | 0 | 1F | 20 | 48 | 19 | 39 |
| Octal | 242 | 255 | 167 | 6 | 0 | 37 | 40 | 110 | 31 | 71 |
| Binary | 10100010 | 10101101 | 1110111 | 110 | 0 | 11111 | 100000 | 1001000 | 11001 | 111001 |
Color Harmonies of #A2AD77
Complementary color
Monochromatic Colors of #A2AD77
Black with #A2AD77
Text Example
Text Example
White with #A2AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD77; }
p { color: rgb(162,173,119); }
H1.HeaderClassName
{
color: #A2AD77;
}
.AnyTagClassName
{
color: #A2AD77;
}
</style>
background-color css
<style>
a { background-color: #A2AD77; }
a { background-color: rgb(162,173,119); }
div.DivClassName
{
background-color: #A2AD77;
}
.BgClassName
{
background-color: #A2AD77;
}
</style>
border-color css
<style>
span { border-color: #A2AD77; }
span { border-color: rgb(162,173,119); }
td.TdClassName
{
border-color: #A2AD77;
}
.TagClassName
{
border-color: #A2AD77;
}
</style>