Shades of Celery #AAB04E
Tints of Celery #AAB04E
RGB
CMYK
RGB Variations
Color information
#AAB04E (or 0xAAB04E) is known color: Celery. HEX triplet: AA, B0 and 4E. RGB value is (170,176,78). Sum of RGB (Red+Green+Blue) = 170+176+78=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB04E is #554FB1. Grayscale: #A3A3A3. Windows color (decimal): -5590962 or 5157034. OLE color: 5157034.
HSL color Cylindrical-coordinate representation of color #AAB04E: hue angle of 63.67º 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 #AAB04E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 78 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.31 |
| HSL | 63.67º | 0.39% | 0.5% | - |
| HSV(B) | 63.67º | 0.56% | 0.69% | - |
| XYZ | 33.48 | 40.15 | 13.19 | - |
| YUV | 163.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 78 | 0.03 | 0 | 0.56 | 0.31 | 63.67 | 0.39 | 0.5 |
| Hex | AA | B0 | 4E | 3 | 0 | 38 | 1F | 40 | 27 | 32 |
| Octal | 252 | 260 | 116 | 3 | 0 | 70 | 37 | 100 | 47 | 62 |
| Binary | 10101010 | 10110000 | 1001110 | 11 | 0 | 111000 | 11111 | 1000000 | 100111 | 110010 |
Color Harmonies of #AAB04E
Complementary color
Monochromatic Colors of #AAB04E
Black with #AAB04E
Text Example
Text Example
White with #AAB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB04E; }
p { color: rgb(170,176,78); }
H1.HeaderClassName
{
color: #AAB04E;
}
.AnyTagClassName
{
color: #AAB04E;
}
</style>
background-color css
<style>
a { background-color: #AAB04E; }
a { background-color: rgb(170,176,78); }
div.DivClassName
{
background-color: #AAB04E;
}
.BgClassName
{
background-color: #AAB04E;
}
</style>
border-color css
<style>
span { border-color: #AAB04E; }
span { border-color: rgb(170,176,78); }
td.TdClassName
{
border-color: #AAB04E;
}
.TagClassName
{
border-color: #AAB04E;
}
</style>