Shades of Celery #A0AD48
Tints of Celery #A0AD48
RGB
CMYK
RGB Variations
Color information
#A0AD48 (or 0xA0AD48) is known color: Celery. HEX triplet: A0, AD and 48. RGB value is (160,173,72). Sum of RGB (Red+Green+Blue) = 160+173+72=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD48 is #5F52B7. Grayscale: #9D9D9D. Windows color (decimal): -6247096 or 4763040. OLE color: 4763040.
HSL color Cylindrical-coordinate representation of color #A0AD48: hue angle of 67.72º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0AD48 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 72 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.32 |
| HSL | 67.72º | 0.41% | 0.48% | - |
| HSV(B) | 67.72º | 0.58% | 0.68% | - |
| XYZ | 30.61 | 37.83 | 11.82 | - |
| YUV | 157.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 72 | 0.08 | 0 | 0.58 | 0.32 | 67.72 | 0.41 | 0.48 |
| Hex | A0 | AD | 48 | 8 | 0 | 3A | 20 | 44 | 29 | 30 |
| Octal | 240 | 255 | 110 | 10 | 0 | 72 | 40 | 104 | 51 | 60 |
| Binary | 10100000 | 10101101 | 1001000 | 1000 | 0 | 111010 | 100000 | 1000100 | 101001 | 110000 |
Color Harmonies of #A0AD48
Complementary color
Monochromatic Colors of #A0AD48
Black with #A0AD48
Text Example
Text Example
White with #A0AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD48; }
p { color: rgb(160,173,72); }
H1.HeaderClassName
{
color: #A0AD48;
}
.AnyTagClassName
{
color: #A0AD48;
}
</style>
background-color css
<style>
a { background-color: #A0AD48; }
a { background-color: rgb(160,173,72); }
div.DivClassName
{
background-color: #A0AD48;
}
.BgClassName
{
background-color: #A0AD48;
}
</style>
border-color css
<style>
span { border-color: #A0AD48; }
span { border-color: rgb(160,173,72); }
td.TdClassName
{
border-color: #A0AD48;
}
.TagClassName
{
border-color: #A0AD48;
}
</style>