Shades of Locust #A0AC82
Tints of Locust #A0AC82
RGB
CMYK
RGB Variations
Color information
#A0AC82 (or 0xA0AC82) is known color: Locust. HEX triplet: A0, AC and 82. RGB value is (160,172,130). Sum of RGB (Red+Green+Blue) = 160+172+130=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC82 is #5F537D. Grayscale: #A3A3A3. Windows color (decimal): -6247294 or 8563872. OLE color: 8563872.
HSL color Cylindrical-coordinate representation of color #A0AC82: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0AC82 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 130 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.33 |
| HSL | 77.14º | 0.2% | 0.59% | - |
| HSV(B) | 77.14º | 0.24% | 0.67% | - |
| XYZ | 33.28 | 38.59 | 26.81 | - |
| YUV | 163.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 130 | 0.07 | 0 | 0.24 | 0.33 | 77.14 | 0.2 | 0.59 |
| Hex | A0 | AC | 82 | 7 | 0 | 18 | 21 | 4D | 14 | 3B |
| Octal | 240 | 254 | 202 | 7 | 0 | 30 | 41 | 115 | 24 | 73 |
| Binary | 10100000 | 10101100 | 10000010 | 111 | 0 | 11000 | 100001 | 1001101 | 10100 | 111011 |
Color Harmonies of #A0AC82
Complementary color
Monochromatic Colors of #A0AC82
Black with #A0AC82
Text Example
Text Example
White with #A0AC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC82; }
p { color: rgb(160,172,130); }
H1.HeaderClassName
{
color: #A0AC82;
}
.AnyTagClassName
{
color: #A0AC82;
}
</style>
background-color css
<style>
a { background-color: #A0AC82; }
a { background-color: rgb(160,172,130); }
div.DivClassName
{
background-color: #A0AC82;
}
.BgClassName
{
background-color: #A0AC82;
}
</style>
border-color css
<style>
span { border-color: #A0AC82; }
span { border-color: rgb(160,172,130); }
td.TdClassName
{
border-color: #A0AC82;
}
.TagClassName
{
border-color: #A0AC82;
}
</style>