Shades of Limerick #A0AC32
Tints of Limerick #A0AC32
RGB
CMYK
RGB Variations
Color information
#A0AC32 (or 0xA0AC32) is known color: Limerick. HEX triplet: A0, AC and 32. RGB value is (160,172,50). Sum of RGB (Red+Green+Blue) = 160+172+50=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC32 is #5F53CD. Grayscale: #9A9A9A. Windows color (decimal): -6247374 or 3320992. OLE color: 3320992.
HSL color Cylindrical-coordinate representation of color #A0AC32: hue angle of 65.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0AC32 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 50 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.33 |
| HSL | 65.9º | 0.55% | 0.44% | - |
| HSV(B) | 65.9º | 0.71% | 0.67% | - |
| XYZ | 29.83 | 37.21 | 8.63 | - |
| YUV | 154.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 50 | 0.07 | 0 | 0.71 | 0.33 | 65.9 | 0.55 | 0.44 |
| Hex | A0 | AC | 32 | 7 | 0 | 47 | 21 | 42 | 37 | 2C |
| Octal | 240 | 254 | 62 | 7 | 0 | 107 | 41 | 102 | 67 | 54 |
| Binary | 10100000 | 10101100 | 110010 | 111 | 0 | 1000111 | 100001 | 1000010 | 110111 | 101100 |
Color Harmonies of #A0AC32
Complementary color
Monochromatic Colors of #A0AC32
Black with #A0AC32
Text Example
Text Example
White with #A0AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC32; }
p { color: rgb(160,172,50); }
H1.HeaderClassName
{
color: #A0AC32;
}
.AnyTagClassName
{
color: #A0AC32;
}
</style>
background-color css
<style>
a { background-color: #A0AC32; }
a { background-color: rgb(160,172,50); }
div.DivClassName
{
background-color: #A0AC32;
}
.BgClassName
{
background-color: #A0AC32;
}
</style>
border-color css
<style>
span { border-color: #A0AC32; }
span { border-color: rgb(160,172,50); }
td.TdClassName
{
border-color: #A0AC32;
}
.TagClassName
{
border-color: #A0AC32;
}
</style>