Shades of Limerick #A0AC34
Tints of Limerick #A0AC34
RGB
CMYK
RGB Variations
Color information
#A0AC34 (or 0xA0AC34) is known color: Limerick. HEX triplet: A0, AC and 34. RGB value is (160,172,52). Sum of RGB (Red+Green+Blue) = 160+172+52=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC34 is #5F53CB. Grayscale: #9B9B9B. Windows color (decimal): -6247372 or 3452064. OLE color: 3452064.
HSL color Cylindrical-coordinate representation of color #A0AC34: hue angle of 66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0AC34 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 52 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.33 |
| HSL | 66º | 0.54% | 0.44% | - |
| HSV(B) | 66º | 0.7% | 0.67% | - |
| XYZ | 29.87 | 37.23 | 8.86 | - |
| YUV | 154.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 52 | 0.07 | 0 | 0.70 | 0.33 | 66 | 0.54 | 0.44 |
| Hex | A0 | AC | 34 | 7 | 0 | 46 | 21 | 42 | 36 | 2C |
| Octal | 240 | 254 | 64 | 7 | 0 | 106 | 41 | 102 | 66 | 54 |
| Binary | 10100000 | 10101100 | 110100 | 111 | 0 | 1000110 | 100001 | 1000010 | 110110 | 101100 |
Color Harmonies of #A0AC34
Complementary color
Monochromatic Colors of #A0AC34
Black with #A0AC34
Text Example
Text Example
White with #A0AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC34; }
p { color: rgb(160,172,52); }
H1.HeaderClassName
{
color: #A0AC34;
}
.AnyTagClassName
{
color: #A0AC34;
}
</style>
background-color css
<style>
a { background-color: #A0AC34; }
a { background-color: rgb(160,172,52); }
div.DivClassName
{
background-color: #A0AC34;
}
.BgClassName
{
background-color: #A0AC34;
}
</style>
border-color css
<style>
span { border-color: #A0AC34; }
span { border-color: rgb(160,172,52); }
td.TdClassName
{
border-color: #A0AC34;
}
.TagClassName
{
border-color: #A0AC34;
}
</style>