Shades of Limerick #A0AC37
Tints of Limerick #A0AC37
RGB
CMYK
RGB Variations
Color information
#A0AC37 (or 0xA0AC37) is known color: Limerick. HEX triplet: A0, AC and 37. RGB value is (160,172,55). Sum of RGB (Red+Green+Blue) = 160+172+55=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC37 is #5F53C8. Grayscale: #9B9B9B. Windows color (decimal): -6247369 or 3648672. OLE color: 3648672.
HSL color Cylindrical-coordinate representation of color #A0AC37: hue angle of 66.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0AC37 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 55 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.33 |
| HSL | 66.15º | 0.52% | 0.45% | - |
| HSV(B) | 66.15º | 0.68% | 0.67% | - |
| XYZ | 29.94 | 37.25 | 9.23 | - |
| YUV | 155.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 55 | 0.07 | 0 | 0.68 | 0.33 | 66.15 | 0.52 | 0.45 |
| Hex | A0 | AC | 37 | 7 | 0 | 44 | 21 | 42 | 34 | 2D |
| Octal | 240 | 254 | 67 | 7 | 0 | 104 | 41 | 102 | 64 | 55 |
| Binary | 10100000 | 10101100 | 110111 | 111 | 0 | 1000100 | 100001 | 1000010 | 110100 | 101101 |
Color Harmonies of #A0AC37
Complementary color
Monochromatic Colors of #A0AC37
Black with #A0AC37
Text Example
Text Example
White with #A0AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC37; }
p { color: rgb(160,172,55); }
H1.HeaderClassName
{
color: #A0AC37;
}
.AnyTagClassName
{
color: #A0AC37;
}
</style>
background-color css
<style>
a { background-color: #A0AC37; }
a { background-color: rgb(160,172,55); }
div.DivClassName
{
background-color: #A0AC37;
}
.BgClassName
{
background-color: #A0AC37;
}
</style>
border-color css
<style>
span { border-color: #A0AC37; }
span { border-color: rgb(160,172,55); }
td.TdClassName
{
border-color: #A0AC37;
}
.TagClassName
{
border-color: #A0AC37;
}
</style>