Shades of Limerick #A0AF31
Tints of Limerick #A0AF31
RGB
CMYK
RGB Variations
Color information
#A0AF31 (or 0xA0AF31) is known color: Limerick. HEX triplet: A0, AF and 31. RGB value is (160,175,49). Sum of RGB (Red+Green+Blue) = 160+175+49=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF31 is #5F50CE. Grayscale: #9C9C9C. Windows color (decimal): -6246607 or 3256224. OLE color: 3256224.
HSL color Cylindrical-coordinate representation of color #A0AF31: hue angle of 67.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0AF31 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 49 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.31 |
| HSL | 67.14º | 0.56% | 0.44% | - |
| HSV(B) | 67.14º | 0.72% | 0.69% | - |
| XYZ | 30.38 | 38.36 | 8.71 | - |
| YUV | 156.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 49 | 0.09 | 0 | 0.72 | 0.31 | 67.14 | 0.56 | 0.44 |
| Hex | A0 | AF | 31 | 9 | 0 | 48 | 1F | 43 | 38 | 2C |
| Octal | 240 | 257 | 61 | 11 | 0 | 110 | 37 | 103 | 70 | 54 |
| Binary | 10100000 | 10101111 | 110001 | 1001 | 0 | 1001000 | 11111 | 1000011 | 111000 | 101100 |
Color Harmonies of #A0AF31
Complementary color
Monochromatic Colors of #A0AF31
Black with #A0AF31
Text Example
Text Example
White with #A0AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF31; }
p { color: rgb(160,175,49); }
H1.HeaderClassName
{
color: #A0AF31;
}
.AnyTagClassName
{
color: #A0AF31;
}
</style>
background-color css
<style>
a { background-color: #A0AF31; }
a { background-color: rgb(160,175,49); }
div.DivClassName
{
background-color: #A0AF31;
}
.BgClassName
{
background-color: #A0AF31;
}
</style>
border-color css
<style>
span { border-color: #A0AF31; }
span { border-color: rgb(160,175,49); }
td.TdClassName
{
border-color: #A0AF31;
}
.TagClassName
{
border-color: #A0AF31;
}
</style>