Shades of Celery #A8AE49
Tints of Celery #A8AE49
RGB
CMYK
RGB Variations
Color information
#A8AE49 (or 0xA8AE49) is known color: Celery. HEX triplet: A8, AE and 49. RGB value is (168,174,73). Sum of RGB (Red+Green+Blue) = 168+174+73=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE49 is #5751B6. Grayscale: #A1A1A1. Windows color (decimal): -5722551 or 4828840. OLE color: 4828840.
HSL color Cylindrical-coordinate representation of color #A8AE49: hue angle of 63.56º 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 #A8AE49 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 73 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.32 |
| HSL | 63.56º | 0.41% | 0.48% | - |
| HSV(B) | 63.56º | 0.58% | 0.68% | - |
| XYZ | 32.49 | 39.08 | 12.13 | - |
| YUV | 160.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 73 | 0.03 | 0 | 0.58 | 0.32 | 63.56 | 0.41 | 0.48 |
| Hex | A8 | AE | 49 | 3 | 0 | 3A | 20 | 40 | 29 | 30 |
| Octal | 250 | 256 | 111 | 3 | 0 | 72 | 40 | 100 | 51 | 60 |
| Binary | 10101000 | 10101110 | 1001001 | 11 | 0 | 111010 | 100000 | 1000000 | 101001 | 110000 |
Color Harmonies of #A8AE49
Complementary color
Monochromatic Colors of #A8AE49
Black with #A8AE49
Text Example
Text Example
White with #A8AE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE49; }
p { color: rgb(168,174,73); }
H1.HeaderClassName
{
color: #A8AE49;
}
.AnyTagClassName
{
color: #A8AE49;
}
</style>
background-color css
<style>
a { background-color: #A8AE49; }
a { background-color: rgb(168,174,73); }
div.DivClassName
{
background-color: #A8AE49;
}
.BgClassName
{
background-color: #A8AE49;
}
</style>
border-color css
<style>
span { border-color: #A8AE49; }
span { border-color: rgb(168,174,73); }
td.TdClassName
{
border-color: #A8AE49;
}
.TagClassName
{
border-color: #A8AE49;
}
</style>