Shades of Celery #A2AD46
Tints of Celery #A2AD46
RGB
CMYK
RGB Variations
Color information
#A2AD46 (or 0xA2AD46) is known color: Celery. HEX triplet: A2, AD and 46. RGB value is (162,173,70). Sum of RGB (Red+Green+Blue) = 162+173+70=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD46 is #5D52B9. Grayscale: #9E9E9E. Windows color (decimal): -6116026 or 4631970. OLE color: 4631970.
HSL color Cylindrical-coordinate representation of color #A2AD46: hue angle of 66.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2AD46 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 70 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.32 |
| HSL | 66.41º | 0.42% | 0.48% | - |
| HSV(B) | 66.41º | 0.6% | 0.68% | - |
| XYZ | 30.95 | 38.01 | 11.5 | - |
| YUV | 157.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 70 | 0.06 | 0 | 0.60 | 0.32 | 66.41 | 0.42 | 0.48 |
| Hex | A2 | AD | 46 | 6 | 0 | 3C | 20 | 42 | 2A | 30 |
| Octal | 242 | 255 | 106 | 6 | 0 | 74 | 40 | 102 | 52 | 60 |
| Binary | 10100010 | 10101101 | 1000110 | 110 | 0 | 111100 | 100000 | 1000010 | 101010 | 110000 |
Color Harmonies of #A2AD46
Complementary color
Monochromatic Colors of #A2AD46
Black with #A2AD46
Text Example
Text Example
White with #A2AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD46; }
p { color: rgb(162,173,70); }
H1.HeaderClassName
{
color: #A2AD46;
}
.AnyTagClassName
{
color: #A2AD46;
}
</style>
background-color css
<style>
a { background-color: #A2AD46; }
a { background-color: rgb(162,173,70); }
div.DivClassName
{
background-color: #A2AD46;
}
.BgClassName
{
background-color: #A2AD46;
}
</style>
border-color css
<style>
span { border-color: #A2AD46; }
span { border-color: rgb(162,173,70); }
td.TdClassName
{
border-color: #A2AD46;
}
.TagClassName
{
border-color: #A2AD46;
}
</style>