Shades of Locust #A2AD78
Tints of Locust #A2AD78
RGB
CMYK
RGB Variations
Color information
#A2AD78 (or 0xA2AD78) is known color: Locust. HEX triplet: A2, AD and 78. RGB value is (162,173,120). Sum of RGB (Red+Green+Blue) = 162+173+120=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD78 is #5D5287. Grayscale: #A3A3A3. Windows color (decimal): -6115976 or 7908770. OLE color: 7908770.
HSL color Cylindrical-coordinate representation of color #A2AD78: hue angle of 72.45º degrees, saturation: 0.24, 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 #A2AD78 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 120 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.32 |
| HSL | 72.45º | 0.24% | 0.57% | - |
| HSV(B) | 72.45º | 0.31% | 0.68% | - |
| XYZ | 33.23 | 38.92 | 23.53 | - |
| YUV | 163.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 120 | 0.06 | 0 | 0.31 | 0.32 | 72.45 | 0.24 | 0.57 |
| Hex | A2 | AD | 78 | 6 | 0 | 1F | 20 | 48 | 18 | 39 |
| Octal | 242 | 255 | 170 | 6 | 0 | 37 | 40 | 110 | 30 | 71 |
| Binary | 10100010 | 10101101 | 1111000 | 110 | 0 | 11111 | 100000 | 1001000 | 11000 | 111001 |
Color Harmonies of #A2AD78
Complementary color
Monochromatic Colors of #A2AD78
Black with #A2AD78
Text Example
Text Example
White with #A2AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD78; }
p { color: rgb(162,173,120); }
H1.HeaderClassName
{
color: #A2AD78;
}
.AnyTagClassName
{
color: #A2AD78;
}
</style>
background-color css
<style>
a { background-color: #A2AD78; }
a { background-color: rgb(162,173,120); }
div.DivClassName
{
background-color: #A2AD78;
}
.BgClassName
{
background-color: #A2AD78;
}
</style>
border-color css
<style>
span { border-color: #A2AD78; }
span { border-color: rgb(162,173,120); }
td.TdClassName
{
border-color: #A2AD78;
}
.TagClassName
{
border-color: #A2AD78;
}
</style>