Shades of Celery #AAB444
Tints of Celery #AAB444
RGB
CMYK
RGB Variations
Color information
#AAB444 (or 0xAAB444) is known color: Celery. HEX triplet: AA, B4 and 44. RGB value is (170,180,68). Sum of RGB (Red+Green+Blue) = 170+180+68=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB444 is #554BBB. Grayscale: #A4A4A4. Windows color (decimal): -5589948 or 4502698. OLE color: 4502698.
HSL color Cylindrical-coordinate representation of color #AAB444: hue angle of 65.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAB444 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 68 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.29 |
| HSL | 65.36º | 0.45% | 0.49% | - |
| HSV(B) | 65.36º | 0.62% | 0.71% | - |
| XYZ | 33.94 | 41.61 | 11.71 | - |
| YUV | 164.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 68 | 0.06 | 0 | 0.62 | 0.29 | 65.36 | 0.45 | 0.49 |
| Hex | AA | B4 | 44 | 6 | 0 | 3E | 1D | 41 | 2D | 31 |
| Octal | 252 | 264 | 104 | 6 | 0 | 76 | 35 | 101 | 55 | 61 |
| Binary | 10101010 | 10110100 | 1000100 | 110 | 0 | 111110 | 11101 | 1000001 | 101101 | 110001 |
Color Harmonies of #AAB444
Complementary color
Monochromatic Colors of #AAB444
Black with #AAB444
Text Example
Text Example
White with #AAB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB444; }
p { color: rgb(170,180,68); }
H1.HeaderClassName
{
color: #AAB444;
}
.AnyTagClassName
{
color: #AAB444;
}
</style>
background-color css
<style>
a { background-color: #AAB444; }
a { background-color: rgb(170,180,68); }
div.DivClassName
{
background-color: #AAB444;
}
.BgClassName
{
background-color: #AAB444;
}
</style>
border-color css
<style>
span { border-color: #AAB444; }
span { border-color: rgb(170,180,68); }
td.TdClassName
{
border-color: #AAB444;
}
.TagClassName
{
border-color: #AAB444;
}
</style>