Shades of Limerick #A0AD38
Tints of Limerick #A0AD38
RGB
CMYK
RGB Variations
Color information
#A0AD38 (or 0xA0AD38) is known color: Limerick. HEX triplet: A0, AD and 38. RGB value is (160,173,56). Sum of RGB (Red+Green+Blue) = 160+173+56=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD38 is #5F52C7. Grayscale: #9C9C9C. Windows color (decimal): -6247112 or 3714464. OLE color: 3714464.
HSL color Cylindrical-coordinate representation of color #A0AD38: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0AD38 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 56 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.32 |
| HSL | 66.67º | 0.51% | 0.45% | - |
| HSV(B) | 66.67º | 0.68% | 0.68% | - |
| XYZ | 30.15 | 37.65 | 9.42 | - |
| YUV | 155.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 56 | 0.08 | 0 | 0.68 | 0.32 | 66.67 | 0.51 | 0.45 |
| Hex | A0 | AD | 38 | 8 | 0 | 44 | 20 | 43 | 33 | 2D |
| Octal | 240 | 255 | 70 | 10 | 0 | 104 | 40 | 103 | 63 | 55 |
| Binary | 10100000 | 10101101 | 111000 | 1000 | 0 | 1000100 | 100000 | 1000011 | 110011 | 101101 |
Color Harmonies of #A0AD38
Complementary color
Monochromatic Colors of #A0AD38
Black with #A0AD38
Text Example
Text Example
White with #A0AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD38; }
p { color: rgb(160,173,56); }
H1.HeaderClassName
{
color: #A0AD38;
}
.AnyTagClassName
{
color: #A0AD38;
}
</style>
background-color css
<style>
a { background-color: #A0AD38; }
a { background-color: rgb(160,173,56); }
div.DivClassName
{
background-color: #A0AD38;
}
.BgClassName
{
background-color: #A0AD38;
}
</style>
border-color css
<style>
span { border-color: #A0AD38; }
span { border-color: rgb(160,173,56); }
td.TdClassName
{
border-color: #A0AD38;
}
.TagClassName
{
border-color: #A0AD38;
}
</style>