Shades of Celery #AAB944
Tints of Celery #AAB944
RGB
CMYK
RGB Variations
Color information
#AAB944 (or 0xAAB944) is known color: Celery. HEX triplet: AA, B9 and 44. RGB value is (170,185,68). Sum of RGB (Red+Green+Blue) = 170+185+68=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB944 is #5546BB. Grayscale: #A7A7A7. Windows color (decimal): -5588668 or 4503978. OLE color: 4503978.
HSL color Cylindrical-coordinate representation of color #AAB944: hue angle of 67.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB944 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 68 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.27 |
| HSL | 67.69º | 0.46% | 0.5% | - |
| HSV(B) | 67.69º | 0.63% | 0.73% | - |
| XYZ | 34.97 | 43.66 | 12.05 | - |
| YUV | 167.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 68 | 0.08 | 0 | 0.63 | 0.27 | 67.69 | 0.46 | 0.5 |
| Hex | AA | B9 | 44 | 8 | 0 | 3F | 1B | 44 | 2E | 32 |
| Octal | 252 | 271 | 104 | 10 | 0 | 77 | 33 | 104 | 56 | 62 |
| Binary | 10101010 | 10111001 | 1000100 | 1000 | 0 | 111111 | 11011 | 1000100 | 101110 | 110010 |
Color Harmonies of #AAB944
Complementary color
Monochromatic Colors of #AAB944
Black with #AAB944
Text Example
Text Example
White with #AAB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB944; }
p { color: rgb(170,185,68); }
H1.HeaderClassName
{
color: #AAB944;
}
.AnyTagClassName
{
color: #AAB944;
}
</style>
background-color css
<style>
a { background-color: #AAB944; }
a { background-color: rgb(170,185,68); }
div.DivClassName
{
background-color: #AAB944;
}
.BgClassName
{
background-color: #AAB944;
}
</style>
border-color css
<style>
span { border-color: #AAB944; }
span { border-color: rgb(170,185,68); }
td.TdClassName
{
border-color: #AAB944;
}
.TagClassName
{
border-color: #AAB944;
}
</style>