Shades of Celery #AAB140
Tints of Celery #AAB140
RGB
CMYK
RGB Variations
Color information
#AAB140 (or 0xAAB140) is known color: Celery. HEX triplet: AA, B1 and 40. RGB value is (170,177,64). Sum of RGB (Red+Green+Blue) = 170+177+64=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB140 is #554EBF. Grayscale: #A2A2A2. Windows color (decimal): -5590720 or 4239786. OLE color: 4239786.
HSL color Cylindrical-coordinate representation of color #AAB140: hue angle of 63.72º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB140 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 64 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.31 |
| HSL | 63.72º | 0.47% | 0.47% | - |
| HSV(B) | 63.72º | 0.64% | 0.69% | - |
| XYZ | 33.23 | 40.36 | 10.89 | - |
| YUV | 162.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 64 | 0.04 | 0 | 0.64 | 0.31 | 63.72 | 0.47 | 0.47 |
| Hex | AA | B1 | 40 | 4 | 0 | 40 | 1F | 40 | 2F | 2F |
| Octal | 252 | 261 | 100 | 4 | 0 | 100 | 37 | 100 | 57 | 57 |
| Binary | 10101010 | 10110001 | 1000000 | 100 | 0 | 1000000 | 11111 | 1000000 | 101111 | 101111 |
Color Harmonies of #AAB140
Complementary color
Monochromatic Colors of #AAB140
Black with #AAB140
Text Example
Text Example
White with #AAB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB140; }
p { color: rgb(170,177,64); }
H1.HeaderClassName
{
color: #AAB140;
}
.AnyTagClassName
{
color: #AAB140;
}
</style>
background-color css
<style>
a { background-color: #AAB140; }
a { background-color: rgb(170,177,64); }
div.DivClassName
{
background-color: #AAB140;
}
.BgClassName
{
background-color: #AAB140;
}
</style>
border-color css
<style>
span { border-color: #AAB140; }
span { border-color: rgb(170,177,64); }
td.TdClassName
{
border-color: #AAB140;
}
.TagClassName
{
border-color: #AAB140;
}
</style>