Shades of Celery #A0AC42
Tints of Celery #A0AC42
RGB
CMYK
RGB Variations
Color information
#A0AC42 (or 0xA0AC42) is known color: Celery. HEX triplet: A0, AC and 42. RGB value is (160,172,66). Sum of RGB (Red+Green+Blue) = 160+172+66=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC42 is #5F53BD. Grayscale: #9C9C9C. Windows color (decimal): -6247358 or 4369568. OLE color: 4369568.
HSL color Cylindrical-coordinate representation of color #A0AC42: hue angle of 66.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0AC42 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 66 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.33 |
| HSL | 66.79º | 0.45% | 0.47% | - |
| HSV(B) | 66.79º | 0.62% | 0.67% | - |
| XYZ | 30.23 | 37.37 | 10.77 | - |
| YUV | 156.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 66 | 0.07 | 0 | 0.62 | 0.33 | 66.79 | 0.45 | 0.47 |
| Hex | A0 | AC | 42 | 7 | 0 | 3E | 21 | 43 | 2D | 2F |
| Octal | 240 | 254 | 102 | 7 | 0 | 76 | 41 | 103 | 55 | 57 |
| Binary | 10100000 | 10101100 | 1000010 | 111 | 0 | 111110 | 100001 | 1000011 | 101101 | 101111 |
Color Harmonies of #A0AC42
Complementary color
Monochromatic Colors of #A0AC42
Black with #A0AC42
Text Example
Text Example
White with #A0AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC42; }
p { color: rgb(160,172,66); }
H1.HeaderClassName
{
color: #A0AC42;
}
.AnyTagClassName
{
color: #A0AC42;
}
</style>
background-color css
<style>
a { background-color: #A0AC42; }
a { background-color: rgb(160,172,66); }
div.DivClassName
{
background-color: #A0AC42;
}
.BgClassName
{
background-color: #A0AC42;
}
</style>
border-color css
<style>
span { border-color: #A0AC42; }
span { border-color: rgb(160,172,66); }
td.TdClassName
{
border-color: #A0AC42;
}
.TagClassName
{
border-color: #A0AC42;
}
</style>