Shades of Celery #A0AC48
Tints of Celery #A0AC48
RGB
CMYK
RGB Variations
Color information
#A0AC48 (or 0xA0AC48) is known color: Celery. HEX triplet: A0, AC and 48. RGB value is (160,172,72). Sum of RGB (Red+Green+Blue) = 160+172+72=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC48 is #5F53B7. Grayscale: #9D9D9D. Windows color (decimal): -6247352 or 4762784. OLE color: 4762784.
HSL color Cylindrical-coordinate representation of color #A0AC48: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0AC48 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 72 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.33 |
| HSL | 67.2º | 0.41% | 0.48% | - |
| HSV(B) | 67.2º | 0.58% | 0.67% | - |
| XYZ | 30.42 | 37.45 | 11.76 | - |
| YUV | 157.01 | 80.02 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 72 | 0.07 | 0 | 0.58 | 0.33 | 67.2 | 0.41 | 0.48 |
| Hex | A0 | AC | 48 | 7 | 0 | 3A | 21 | 43 | 29 | 30 |
| Octal | 240 | 254 | 110 | 7 | 0 | 72 | 41 | 103 | 51 | 60 |
| Binary | 10100000 | 10101100 | 1001000 | 111 | 0 | 111010 | 100001 | 1000011 | 101001 | 110000 |
Color Harmonies of #A0AC48
Complementary color
Monochromatic Colors of #A0AC48
Black with #A0AC48
Text Example
Text Example
White with #A0AC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC48; }
p { color: rgb(160,172,72); }
H1.HeaderClassName
{
color: #A0AC48;
}
.AnyTagClassName
{
color: #A0AC48;
}
</style>
background-color css
<style>
a { background-color: #A0AC48; }
a { background-color: rgb(160,172,72); }
div.DivClassName
{
background-color: #A0AC48;
}
.BgClassName
{
background-color: #A0AC48;
}
</style>
border-color css
<style>
span { border-color: #A0AC48; }
span { border-color: rgb(160,172,72); }
td.TdClassName
{
border-color: #A0AC48;
}
.TagClassName
{
border-color: #A0AC48;
}
</style>