Shades of Celery #AAB14E
Tints of Celery #AAB14E
RGB
CMYK
RGB Variations
Color information
#AAB14E (or 0xAAB14E) is known color: Celery. HEX triplet: AA, B1 and 4E. RGB value is (170,177,78). Sum of RGB (Red+Green+Blue) = 170+177+78=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB14E is #554EB1. Grayscale: #A4A4A4. Windows color (decimal): -5590706 or 5157290. OLE color: 5157290.
HSL color Cylindrical-coordinate representation of color #AAB14E: hue angle of 64.24º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB14E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 78 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.31 |
| HSL | 64.24º | 0.39% | 0.5% | - |
| HSV(B) | 64.24º | 0.56% | 0.69% | - |
| XYZ | 33.67 | 40.54 | 13.26 | - |
| YUV | 163.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 78 | 0.04 | 0 | 0.56 | 0.31 | 64.24 | 0.39 | 0.5 |
| Hex | AA | B1 | 4E | 4 | 0 | 38 | 1F | 40 | 27 | 32 |
| Octal | 252 | 261 | 116 | 4 | 0 | 70 | 37 | 100 | 47 | 62 |
| Binary | 10101010 | 10110001 | 1001110 | 100 | 0 | 111000 | 11111 | 1000000 | 100111 | 110010 |
Color Harmonies of #AAB14E
Complementary color
Monochromatic Colors of #AAB14E
Black with #AAB14E
Text Example
Text Example
White with #AAB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB14E; }
p { color: rgb(170,177,78); }
H1.HeaderClassName
{
color: #AAB14E;
}
.AnyTagClassName
{
color: #AAB14E;
}
</style>
background-color css
<style>
a { background-color: #AAB14E; }
a { background-color: rgb(170,177,78); }
div.DivClassName
{
background-color: #AAB14E;
}
.BgClassName
{
background-color: #AAB14E;
}
</style>
border-color css
<style>
span { border-color: #AAB14E; }
span { border-color: rgb(170,177,78); }
td.TdClassName
{
border-color: #AAB14E;
}
.TagClassName
{
border-color: #AAB14E;
}
</style>