Shades of Celery #AAB043
Tints of Celery #AAB043
RGB
CMYK
RGB Variations
Color information
#AAB043 (or 0xAAB043) is known color: Celery. HEX triplet: AA, B0 and 43. RGB value is (170,176,67). Sum of RGB (Red+Green+Blue) = 170+176+67=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB043 is #554FBC. Grayscale: #A2A2A2. Windows color (decimal): -5590973 or 4436138. OLE color: 4436138.
HSL color Cylindrical-coordinate representation of color #AAB043: hue angle of 63.3º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAB043 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 67 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.31 |
| HSL | 63.3º | 0.45% | 0.48% | - |
| HSV(B) | 63.3º | 0.62% | 0.69% | - |
| XYZ | 33.12 | 40 | 11.29 | - |
| YUV | 161.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 67 | 0.03 | 0 | 0.62 | 0.31 | 63.3 | 0.45 | 0.48 |
| Hex | AA | B0 | 43 | 3 | 0 | 3E | 1F | 3F | 2D | 30 |
| Octal | 252 | 260 | 103 | 3 | 0 | 76 | 37 | 77 | 55 | 60 |
| Binary | 10101010 | 10110000 | 1000011 | 11 | 0 | 111110 | 11111 | 111111 | 101101 | 110000 |
Color Harmonies of #AAB043
Complementary color
Monochromatic Colors of #AAB043
Black with #AAB043
Text Example
Text Example
White with #AAB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB043; }
p { color: rgb(170,176,67); }
H1.HeaderClassName
{
color: #AAB043;
}
.AnyTagClassName
{
color: #AAB043;
}
</style>
background-color css
<style>
a { background-color: #AAB043; }
a { background-color: rgb(170,176,67); }
div.DivClassName
{
background-color: #AAB043;
}
.BgClassName
{
background-color: #AAB043;
}
</style>
border-color css
<style>
span { border-color: #AAB043; }
span { border-color: rgb(170,176,67); }
td.TdClassName
{
border-color: #AAB043;
}
.TagClassName
{
border-color: #AAB043;
}
</style>