Shades of Celery #AAB852
Tints of Celery #AAB852
RGB
CMYK
RGB Variations
Color information
#AAB852 (or 0xAAB852) is known color: Celery. HEX triplet: AA, B8 and 52. RGB value is (170,184,82). Sum of RGB (Red+Green+Blue) = 170+184+82=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB852 is #5547AD. Grayscale: #A8A8A8. Windows color (decimal): -5588910 or 5421226. OLE color: 5421226.
HSL color Cylindrical-coordinate representation of color #AAB852: hue angle of 68.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAB852 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 82 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.28 |
| HSL | 68.24º | 0.42% | 0.52% | - |
| HSV(B) | 68.24º | 0.55% | 0.72% | - |
| XYZ | 35.24 | 43.44 | 14.51 | - |
| YUV | 168.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 82 | 0.08 | 0 | 0.55 | 0.28 | 68.24 | 0.42 | 0.52 |
| Hex | AA | B8 | 52 | 8 | 0 | 37 | 1C | 44 | 2A | 34 |
| Octal | 252 | 270 | 122 | 10 | 0 | 67 | 34 | 104 | 52 | 64 |
| Binary | 10101010 | 10111000 | 1010010 | 1000 | 0 | 110111 | 11100 | 1000100 | 101010 | 110100 |
Color Harmonies of #AAB852
Complementary color
Monochromatic Colors of #AAB852
Black with #AAB852
Text Example
Text Example
White with #AAB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB852; }
p { color: rgb(170,184,82); }
H1.HeaderClassName
{
color: #AAB852;
}
.AnyTagClassName
{
color: #AAB852;
}
</style>
background-color css
<style>
a { background-color: #AAB852; }
a { background-color: rgb(170,184,82); }
div.DivClassName
{
background-color: #AAB852;
}
.BgClassName
{
background-color: #AAB852;
}
</style>
border-color css
<style>
span { border-color: #AAB852; }
span { border-color: rgb(170,184,82); }
td.TdClassName
{
border-color: #AAB852;
}
.TagClassName
{
border-color: #AAB852;
}
</style>