Shades of Limerick #A1AF34
Tints of Limerick #A1AF34
RGB
CMYK
RGB Variations
Color information
#A1AF34 (or 0xA1AF34) is known color: Limerick. HEX triplet: A1, AF and 34. RGB value is (161,175,52). Sum of RGB (Red+Green+Blue) = 161+175+52=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF34 is #5E50CB. Grayscale: #9D9D9D. Windows color (decimal): -6181068 or 3452833. OLE color: 3452833.
HSL color Cylindrical-coordinate representation of color #A1AF34: hue angle of 66.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1AF34 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 52 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.31 |
| HSL | 66.83º | 0.54% | 0.45% | - |
| HSV(B) | 66.83º | 0.7% | 0.69% | - |
| XYZ | 30.65 | 38.48 | 9.06 | - |
| YUV | 156.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 52 | 0.08 | 0 | 0.70 | 0.31 | 66.83 | 0.54 | 0.45 |
| Hex | A1 | AF | 34 | 8 | 0 | 46 | 1F | 43 | 36 | 2D |
| Octal | 241 | 257 | 64 | 10 | 0 | 106 | 37 | 103 | 66 | 55 |
| Binary | 10100001 | 10101111 | 110100 | 1000 | 0 | 1000110 | 11111 | 1000011 | 110110 | 101101 |
Color Harmonies of #A1AF34
Complementary color
Monochromatic Colors of #A1AF34
Black with #A1AF34
Text Example
Text Example
White with #A1AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF34; }
p { color: rgb(161,175,52); }
H1.HeaderClassName
{
color: #A1AF34;
}
.AnyTagClassName
{
color: #A1AF34;
}
</style>
background-color css
<style>
a { background-color: #A1AF34; }
a { background-color: rgb(161,175,52); }
div.DivClassName
{
background-color: #A1AF34;
}
.BgClassName
{
background-color: #A1AF34;
}
</style>
border-color css
<style>
span { border-color: #A1AF34; }
span { border-color: rgb(161,175,52); }
td.TdClassName
{
border-color: #A1AF34;
}
.TagClassName
{
border-color: #A1AF34;
}
</style>