Shades of Celery #AAB149
Tints of Celery #AAB149
RGB
CMYK
RGB Variations
Color information
#AAB149 (or 0xAAB149) is known color: Celery. HEX triplet: AA, B1 and 49. RGB value is (170,177,73). Sum of RGB (Red+Green+Blue) = 170+177+73=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB149 is #554EB6. Grayscale: #A3A3A3. Windows color (decimal): -5590711 or 4829610. OLE color: 4829610.
HSL color Cylindrical-coordinate representation of color #AAB149: hue angle of 64.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB149 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 73 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.31 |
| HSL | 64.04º | 0.42% | 0.49% | - |
| HSV(B) | 64.04º | 0.59% | 0.69% | - |
| XYZ | 33.5 | 40.47 | 12.35 | - |
| YUV | 163.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 73 | 0.04 | 0 | 0.59 | 0.31 | 64.04 | 0.42 | 0.49 |
| Hex | AA | B1 | 49 | 4 | 0 | 3B | 1F | 40 | 2A | 31 |
| Octal | 252 | 261 | 111 | 4 | 0 | 73 | 37 | 100 | 52 | 61 |
| Binary | 10101010 | 10110001 | 1001001 | 100 | 0 | 111011 | 11111 | 1000000 | 101010 | 110001 |
Color Harmonies of #AAB149
Complementary color
Monochromatic Colors of #AAB149
Black with #AAB149
Text Example
Text Example
White with #AAB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB149; }
p { color: rgb(170,177,73); }
H1.HeaderClassName
{
color: #AAB149;
}
.AnyTagClassName
{
color: #AAB149;
}
</style>
background-color css
<style>
a { background-color: #AAB149; }
a { background-color: rgb(170,177,73); }
div.DivClassName
{
background-color: #AAB149;
}
.BgClassName
{
background-color: #AAB149;
}
</style>
border-color css
<style>
span { border-color: #AAB149; }
span { border-color: rgb(170,177,73); }
td.TdClassName
{
border-color: #AAB149;
}
.TagClassName
{
border-color: #AAB149;
}
</style>