Shades of Celery #AAB548
Tints of Celery #AAB548
RGB
CMYK
RGB Variations
Color information
#AAB548 (or 0xAAB548) is known color: Celery. HEX triplet: AA, B5 and 48. RGB value is (170,181,72). Sum of RGB (Red+Green+Blue) = 170+181+72=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB548 is #554AB7. Grayscale: #A5A5A5. Windows color (decimal): -5589688 or 4765098. OLE color: 4765098.
HSL color Cylindrical-coordinate representation of color #AAB548: hue angle of 66.06º 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 #AAB548 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 72 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.29 |
| HSL | 66.06º | 0.43% | 0.5% | - |
| HSV(B) | 66.06º | 0.6% | 0.71% | - |
| XYZ | 34.27 | 42.06 | 12.44 | - |
| YUV | 165.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 72 | 0.06 | 0 | 0.60 | 0.29 | 66.06 | 0.43 | 0.5 |
| Hex | AA | B5 | 48 | 6 | 0 | 3C | 1D | 42 | 2B | 32 |
| Octal | 252 | 265 | 110 | 6 | 0 | 74 | 35 | 102 | 53 | 62 |
| Binary | 10101010 | 10110101 | 1001000 | 110 | 0 | 111100 | 11101 | 1000010 | 101011 | 110010 |
Color Harmonies of #AAB548
Complementary color
Monochromatic Colors of #AAB548
Black with #AAB548
Text Example
Text Example
White with #AAB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB548; }
p { color: rgb(170,181,72); }
H1.HeaderClassName
{
color: #AAB548;
}
.AnyTagClassName
{
color: #AAB548;
}
</style>
background-color css
<style>
a { background-color: #AAB548; }
a { background-color: rgb(170,181,72); }
div.DivClassName
{
background-color: #AAB548;
}
.BgClassName
{
background-color: #AAB548;
}
</style>
border-color css
<style>
span { border-color: #AAB548; }
span { border-color: rgb(170,181,72); }
td.TdClassName
{
border-color: #AAB548;
}
.TagClassName
{
border-color: #AAB548;
}
</style>