Shades of Celery #AAB855
Tints of Celery #AAB855
RGB
CMYK
RGB Variations
Color information
#AAB855 (or 0xAAB855) is known color: Celery. HEX triplet: AA, B8 and 55. RGB value is (170,184,85). Sum of RGB (Red+Green+Blue) = 170+184+85=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB855 is #5547AA. Grayscale: #A8A8A8. Windows color (decimal): -5588907 or 5617834. OLE color: 5617834.
HSL color Cylindrical-coordinate representation of color #AAB855: hue angle of 68.48º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAB855 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 85 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.28 |
| HSL | 68.48º | 0.41% | 0.53% | - |
| HSV(B) | 68.48º | 0.54% | 0.72% | - |
| XYZ | 35.36 | 43.48 | 15.12 | - |
| YUV | 168.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 85 | 0.08 | 0 | 0.54 | 0.28 | 68.48 | 0.41 | 0.53 |
| Hex | AA | B8 | 55 | 8 | 0 | 36 | 1C | 44 | 29 | 35 |
| Octal | 252 | 270 | 125 | 10 | 0 | 66 | 34 | 104 | 51 | 65 |
| Binary | 10101010 | 10111000 | 1010101 | 1000 | 0 | 110110 | 11100 | 1000100 | 101001 | 110101 |
Color Harmonies of #AAB855
Complementary color
Monochromatic Colors of #AAB855
Black with #AAB855
Text Example
Text Example
White with #AAB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB855; }
p { color: rgb(170,184,85); }
H1.HeaderClassName
{
color: #AAB855;
}
.AnyTagClassName
{
color: #AAB855;
}
</style>
background-color css
<style>
a { background-color: #AAB855; }
a { background-color: rgb(170,184,85); }
div.DivClassName
{
background-color: #AAB855;
}
.BgClassName
{
background-color: #AAB855;
}
</style>
border-color css
<style>
span { border-color: #AAB855; }
span { border-color: rgb(170,184,85); }
td.TdClassName
{
border-color: #AAB855;
}
.TagClassName
{
border-color: #AAB855;
}
</style>