Shades of Celery #AAB449
Tints of Celery #AAB449
RGB
CMYK
RGB Variations
Color information
#AAB449 (or 0xAAB449) is known color: Celery. HEX triplet: AA, B4 and 49. RGB value is (170,180,73). Sum of RGB (Red+Green+Blue) = 170+180+73=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB449 is #554BB6. Grayscale: #A5A5A5. Windows color (decimal): -5589943 or 4830378. OLE color: 4830378.
HSL color Cylindrical-coordinate representation of color #AAB449: hue angle of 65.61º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB449 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 73 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.29 |
| HSL | 65.61º | 0.42% | 0.5% | - |
| HSV(B) | 65.61º | 0.59% | 0.71% | - |
| XYZ | 34.1 | 41.67 | 12.55 | - |
| YUV | 164.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 73 | 0.06 | 0 | 0.59 | 0.29 | 65.61 | 0.42 | 0.5 |
| Hex | AA | B4 | 49 | 6 | 0 | 3B | 1D | 42 | 2A | 32 |
| Octal | 252 | 264 | 111 | 6 | 0 | 73 | 35 | 102 | 52 | 62 |
| Binary | 10101010 | 10110100 | 1001001 | 110 | 0 | 111011 | 11101 | 1000010 | 101010 | 110010 |
Color Harmonies of #AAB449
Complementary color
Monochromatic Colors of #AAB449
Black with #AAB449
Text Example
Text Example
White with #AAB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB449; }
p { color: rgb(170,180,73); }
H1.HeaderClassName
{
color: #AAB449;
}
.AnyTagClassName
{
color: #AAB449;
}
</style>
background-color css
<style>
a { background-color: #AAB449; }
a { background-color: rgb(170,180,73); }
div.DivClassName
{
background-color: #AAB449;
}
.BgClassName
{
background-color: #AAB449;
}
</style>
border-color css
<style>
span { border-color: #AAB449; }
span { border-color: rgb(170,180,73); }
td.TdClassName
{
border-color: #AAB449;
}
.TagClassName
{
border-color: #AAB449;
}
</style>