Shades of Limerick #A1AC34
Tints of Limerick #A1AC34
RGB
CMYK
RGB Variations
Color information
#A1AC34 (or 0xA1AC34) is known color: Limerick. HEX triplet: A1, AC and 34. RGB value is (161,172,52). Sum of RGB (Red+Green+Blue) = 161+172+52=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC34 is #5E53CB. Grayscale: #9B9B9B. Windows color (decimal): -6181836 or 3452065. OLE color: 3452065.
HSL color Cylindrical-coordinate representation of color #A1AC34: hue angle of 65.5º 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 #A1AC34 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 52 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.33 |
| HSL | 65.5º | 0.54% | 0.44% | - |
| HSV(B) | 65.5º | 0.7% | 0.67% | - |
| XYZ | 30.07 | 37.33 | 8.87 | - |
| YUV | 155.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 52 | 0.06 | 0 | 0.70 | 0.33 | 65.5 | 0.54 | 0.44 |
| Hex | A1 | AC | 34 | 6 | 0 | 46 | 21 | 42 | 36 | 2C |
| Octal | 241 | 254 | 64 | 6 | 0 | 106 | 41 | 102 | 66 | 54 |
| Binary | 10100001 | 10101100 | 110100 | 110 | 0 | 1000110 | 100001 | 1000010 | 110110 | 101100 |
Color Harmonies of #A1AC34
Complementary color
Monochromatic Colors of #A1AC34
Black with #A1AC34
Text Example
Text Example
White with #A1AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC34; }
p { color: rgb(161,172,52); }
H1.HeaderClassName
{
color: #A1AC34;
}
.AnyTagClassName
{
color: #A1AC34;
}
</style>
background-color css
<style>
a { background-color: #A1AC34; }
a { background-color: rgb(161,172,52); }
div.DivClassName
{
background-color: #A1AC34;
}
.BgClassName
{
background-color: #A1AC34;
}
</style>
border-color css
<style>
span { border-color: #A1AC34; }
span { border-color: rgb(161,172,52); }
td.TdClassName
{
border-color: #A1AC34;
}
.TagClassName
{
border-color: #A1AC34;
}
</style>