Shades of Celery #AAB047
Tints of Celery #AAB047
RGB
CMYK
RGB Variations
Color information
#AAB047 (or 0xAAB047) is known color: Celery. HEX triplet: AA, B0 and 47. RGB value is (170,176,71). Sum of RGB (Red+Green+Blue) = 170+176+71=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB047 is #554FB8. Grayscale: #A2A2A2. Windows color (decimal): -5590969 or 4698282. OLE color: 4698282.
HSL color Cylindrical-coordinate representation of color #AAB047: hue angle of 63.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB047 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 71 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.31 |
| HSL | 63.43º | 0.43% | 0.48% | - |
| HSV(B) | 63.43º | 0.6% | 0.69% | - |
| XYZ | 33.24 | 40.05 | 11.94 | - |
| YUV | 162.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 71 | 0.03 | 0 | 0.60 | 0.31 | 63.43 | 0.43 | 0.48 |
| Hex | AA | B0 | 47 | 3 | 0 | 3C | 1F | 3F | 2B | 30 |
| Octal | 252 | 260 | 107 | 3 | 0 | 74 | 37 | 77 | 53 | 60 |
| Binary | 10101010 | 10110000 | 1000111 | 11 | 0 | 111100 | 11111 | 111111 | 101011 | 110000 |
Color Harmonies of #AAB047
Complementary color
Monochromatic Colors of #AAB047
Black with #AAB047
Text Example
Text Example
White with #AAB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB047; }
p { color: rgb(170,176,71); }
H1.HeaderClassName
{
color: #AAB047;
}
.AnyTagClassName
{
color: #AAB047;
}
</style>
background-color css
<style>
a { background-color: #AAB047; }
a { background-color: rgb(170,176,71); }
div.DivClassName
{
background-color: #AAB047;
}
.BgClassName
{
background-color: #AAB047;
}
</style>
border-color css
<style>
span { border-color: #AAB047; }
span { border-color: rgb(170,176,71); }
td.TdClassName
{
border-color: #AAB047;
}
.TagClassName
{
border-color: #AAB047;
}
</style>