Shades of Celery #AAB448
Tints of Celery #AAB448
RGB
CMYK
RGB Variations
Color information
#AAB448 (or 0xAAB448) is known color: Celery. HEX triplet: AA, B4 and 48. RGB value is (170,180,72). Sum of RGB (Red+Green+Blue) = 170+180+72=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB448 is #554BB7. Grayscale: #A5A5A5. Windows color (decimal): -5589944 or 4764842. OLE color: 4764842.
HSL color Cylindrical-coordinate representation of color #AAB448: hue angle of 65.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB448 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 72 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.29 |
| HSL | 65.56º | 0.43% | 0.49% | - |
| HSV(B) | 65.56º | 0.6% | 0.71% | - |
| XYZ | 34.07 | 41.66 | 12.38 | - |
| YUV | 164.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 72 | 0.06 | 0 | 0.60 | 0.29 | 65.56 | 0.43 | 0.49 |
| Hex | AA | B4 | 48 | 6 | 0 | 3C | 1D | 42 | 2B | 31 |
| Octal | 252 | 264 | 110 | 6 | 0 | 74 | 35 | 102 | 53 | 61 |
| Binary | 10101010 | 10110100 | 1001000 | 110 | 0 | 111100 | 11101 | 1000010 | 101011 | 110001 |
Color Harmonies of #AAB448
Complementary color
Monochromatic Colors of #AAB448
Black with #AAB448
Text Example
Text Example
White with #AAB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB448; }
p { color: rgb(170,180,72); }
H1.HeaderClassName
{
color: #AAB448;
}
.AnyTagClassName
{
color: #AAB448;
}
</style>
background-color css
<style>
a { background-color: #AAB448; }
a { background-color: rgb(170,180,72); }
div.DivClassName
{
background-color: #AAB448;
}
.BgClassName
{
background-color: #AAB448;
}
</style>
border-color css
<style>
span { border-color: #AAB448; }
span { border-color: rgb(170,180,72); }
td.TdClassName
{
border-color: #AAB448;
}
.TagClassName
{
border-color: #AAB448;
}
</style>