Shades of Celery #AAB649
Tints of Celery #AAB649
RGB
CMYK
RGB Variations
Color information
#AAB649 (or 0xAAB649) is known color: Celery. HEX triplet: AA, B6 and 49. RGB value is (170,182,73). Sum of RGB (Red+Green+Blue) = 170+182+73=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB649 is #5549B6. Grayscale: #A6A6A6. Windows color (decimal): -5589431 or 4830890. OLE color: 4830890.
HSL color Cylindrical-coordinate representation of color #AAB649: hue angle of 66.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB649 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 73 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.29 |
| HSL | 66.61º | 0.43% | 0.5% | - |
| HSV(B) | 66.61º | 0.6% | 0.71% | - |
| XYZ | 34.51 | 42.48 | 12.68 | - |
| YUV | 165.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 73 | 0.07 | 0 | 0.60 | 0.29 | 66.61 | 0.43 | 0.5 |
| Hex | AA | B6 | 49 | 7 | 0 | 3C | 1D | 43 | 2B | 32 |
| Octal | 252 | 266 | 111 | 7 | 0 | 74 | 35 | 103 | 53 | 62 |
| Binary | 10101010 | 10110110 | 1001001 | 111 | 0 | 111100 | 11101 | 1000011 | 101011 | 110010 |
Color Harmonies of #AAB649
Complementary color
Monochromatic Colors of #AAB649
Black with #AAB649
Text Example
Text Example
White with #AAB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB649; }
p { color: rgb(170,182,73); }
H1.HeaderClassName
{
color: #AAB649;
}
.AnyTagClassName
{
color: #AAB649;
}
</style>
background-color css
<style>
a { background-color: #AAB649; }
a { background-color: rgb(170,182,73); }
div.DivClassName
{
background-color: #AAB649;
}
.BgClassName
{
background-color: #AAB649;
}
</style>
border-color css
<style>
span { border-color: #AAB649; }
span { border-color: rgb(170,182,73); }
td.TdClassName
{
border-color: #AAB649;
}
.TagClassName
{
border-color: #AAB649;
}
</style>