Shades of Celery #AAB848
Tints of Celery #AAB848
RGB
CMYK
RGB Variations
Color information
#AAB848 (or 0xAAB848) is known color: Celery. HEX triplet: AA, B8 and 48. RGB value is (170,184,72). Sum of RGB (Red+Green+Blue) = 170+184+72=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB848 is #5547B7. Grayscale: #A7A7A7. Windows color (decimal): -5588920 or 4765866. OLE color: 4765866.
HSL color Cylindrical-coordinate representation of color #AAB848: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAB848 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 72 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.28 |
| HSL | 67.5º | 0.44% | 0.5% | - |
| HSV(B) | 67.5º | 0.61% | 0.72% | - |
| XYZ | 34.89 | 43.29 | 12.65 | - |
| YUV | 167.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 72 | 0.08 | 0 | 0.61 | 0.28 | 67.5 | 0.44 | 0.5 |
| Hex | AA | B8 | 48 | 8 | 0 | 3D | 1C | 44 | 2C | 32 |
| Octal | 252 | 270 | 110 | 10 | 0 | 75 | 34 | 104 | 54 | 62 |
| Binary | 10101010 | 10111000 | 1001000 | 1000 | 0 | 111101 | 11100 | 1000100 | 101100 | 110010 |
Color Harmonies of #AAB848
Complementary color
Monochromatic Colors of #AAB848
Black with #AAB848
Text Example
Text Example
White with #AAB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB848; }
p { color: rgb(170,184,72); }
H1.HeaderClassName
{
color: #AAB848;
}
.AnyTagClassName
{
color: #AAB848;
}
</style>
background-color css
<style>
a { background-color: #AAB848; }
a { background-color: rgb(170,184,72); }
div.DivClassName
{
background-color: #AAB848;
}
.BgClassName
{
background-color: #AAB848;
}
</style>
border-color css
<style>
span { border-color: #AAB848; }
span { border-color: rgb(170,184,72); }
td.TdClassName
{
border-color: #AAB848;
}
.TagClassName
{
border-color: #AAB848;
}
</style>