Shades of Celery #AAC949
Tints of Celery #AAC949
RGB
CMYK
RGB Variations
Color information
#AAC949 (or 0xAAC949) is known color: Celery. HEX triplet: AA, C9 and 49. RGB value is (170,201,73). Sum of RGB (Red+Green+Blue) = 170+201+73=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC949 is #5536B6. Grayscale: #B1B1B1. Windows color (decimal): -5584567 or 4835754. OLE color: 4835754.
HSL color Cylindrical-coordinate representation of color #AAC949: hue angle of 74.53º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAC949 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 73 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.21 |
| HSL | 74.53º | 0.54% | 0.54% | - |
| HSV(B) | 74.53º | 0.64% | 0.79% | - |
| XYZ | 38.67 | 50.8 | 14.07 | - |
| YUV | 177.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 73 | 0.15 | 0 | 0.64 | 0.21 | 74.53 | 0.54 | 0.54 |
| Hex | AA | C9 | 49 | F | 0 | 40 | 15 | 4B | 36 | 36 |
| Octal | 252 | 311 | 111 | 17 | 0 | 100 | 25 | 113 | 66 | 66 |
| Binary | 10101010 | 11001001 | 1001001 | 1111 | 0 | 1000000 | 10101 | 1001011 | 110110 | 110110 |
Color Harmonies of #AAC949
Complementary color
Monochromatic Colors of #AAC949
Black with #AAC949
Text Example
Text Example
White with #AAC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC949; }
p { color: rgb(170,201,73); }
H1.HeaderClassName
{
color: #AAC949;
}
.AnyTagClassName
{
color: #AAC949;
}
</style>
background-color css
<style>
a { background-color: #AAC949; }
a { background-color: rgb(170,201,73); }
div.DivClassName
{
background-color: #AAC949;
}
.BgClassName
{
background-color: #AAC949;
}
</style>
border-color css
<style>
span { border-color: #AAC949; }
span { border-color: rgb(170,201,73); }
td.TdClassName
{
border-color: #AAC949;
}
.TagClassName
{
border-color: #AAC949;
}
</style>