Shades of Limerick #A0AC31
Tints of Limerick #A0AC31
RGB
CMYK
RGB Variations
Color information
#A0AC31 (or 0xA0AC31) is known color: Limerick. HEX triplet: A0, AC and 31. RGB value is (160,172,49). Sum of RGB (Red+Green+Blue) = 160+172+49=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC31 is #5F53CE. Grayscale: #9A9A9A. Windows color (decimal): -6247375 or 3255456. OLE color: 3255456.
HSL color Cylindrical-coordinate representation of color #A0AC31: hue angle of 65.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0AC31 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 49 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.33 |
| HSL | 65.85º | 0.56% | 0.43% | - |
| HSV(B) | 65.85º | 0.72% | 0.67% | - |
| XYZ | 29.8 | 37.2 | 8.52 | - |
| YUV | 154.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 49 | 0.07 | 0 | 0.72 | 0.33 | 65.85 | 0.56 | 0.43 |
| Hex | A0 | AC | 31 | 7 | 0 | 48 | 21 | 42 | 38 | 2B |
| Octal | 240 | 254 | 61 | 7 | 0 | 110 | 41 | 102 | 70 | 53 |
| Binary | 10100000 | 10101100 | 110001 | 111 | 0 | 1001000 | 100001 | 1000010 | 111000 | 101011 |
Color Harmonies of #A0AC31
Complementary color
Monochromatic Colors of #A0AC31
Black with #A0AC31
Text Example
Text Example
White with #A0AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC31; }
p { color: rgb(160,172,49); }
H1.HeaderClassName
{
color: #A0AC31;
}
.AnyTagClassName
{
color: #A0AC31;
}
</style>
background-color css
<style>
a { background-color: #A0AC31; }
a { background-color: rgb(160,172,49); }
div.DivClassName
{
background-color: #A0AC31;
}
.BgClassName
{
background-color: #A0AC31;
}
</style>
border-color css
<style>
span { border-color: #A0AC31; }
span { border-color: rgb(160,172,49); }
td.TdClassName
{
border-color: #A0AC31;
}
.TagClassName
{
border-color: #A0AC31;
}
</style>