Shades of Celery #AAB858
Tints of Celery #AAB858
RGB
CMYK
RGB Variations
Color information
#AAB858 (or 0xAAB858) is known color: Celery. HEX triplet: AA, B8 and 58. RGB value is (170,184,88). Sum of RGB (Red+Green+Blue) = 170+184+88=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB858 is #5547A7. Grayscale: #A9A9A9. Windows color (decimal): -5588904 or 5814442. OLE color: 5814442.
HSL color Cylindrical-coordinate representation of color #AAB858: hue angle of 68.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAB858 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 88 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.28 |
| HSL | 68.75º | 0.4% | 0.53% | - |
| HSV(B) | 68.75º | 0.52% | 0.72% | - |
| XYZ | 35.48 | 43.53 | 15.76 | - |
| YUV | 168.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 88 | 0.08 | 0 | 0.52 | 0.28 | 68.75 | 0.4 | 0.53 |
| Hex | AA | B8 | 58 | 8 | 0 | 34 | 1C | 45 | 28 | 35 |
| Octal | 252 | 270 | 130 | 10 | 0 | 64 | 34 | 105 | 50 | 65 |
| Binary | 10101010 | 10111000 | 1011000 | 1000 | 0 | 110100 | 11100 | 1000101 | 101000 | 110101 |
Color Harmonies of #AAB858
Complementary color
Monochromatic Colors of #AAB858
Black with #AAB858
Text Example
Text Example
White with #AAB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB858; }
p { color: rgb(170,184,88); }
H1.HeaderClassName
{
color: #AAB858;
}
.AnyTagClassName
{
color: #AAB858;
}
</style>
background-color css
<style>
a { background-color: #AAB858; }
a { background-color: rgb(170,184,88); }
div.DivClassName
{
background-color: #AAB858;
}
.BgClassName
{
background-color: #AAB858;
}
</style>
border-color css
<style>
span { border-color: #AAB858; }
span { border-color: rgb(170,184,88); }
td.TdClassName
{
border-color: #AAB858;
}
.TagClassName
{
border-color: #AAB858;
}
</style>