Shades of Celery #AAB045
Tints of Celery #AAB045
RGB
CMYK
RGB Variations
Color information
#AAB045 (or 0xAAB045) is known color: Celery. HEX triplet: AA, B0 and 45. RGB value is (170,176,69). Sum of RGB (Red+Green+Blue) = 170+176+69=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB045 is #554FBA. Grayscale: #A2A2A2. Windows color (decimal): -5590971 or 4567210. OLE color: 4567210.
HSL color Cylindrical-coordinate representation of color #AAB045: hue angle of 63.36º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAB045 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 69 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.31 |
| HSL | 63.36º | 0.44% | 0.48% | - |
| HSV(B) | 63.36º | 0.61% | 0.69% | - |
| XYZ | 33.18 | 40.03 | 11.61 | - |
| YUV | 162.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 69 | 0.03 | 0 | 0.61 | 0.31 | 63.36 | 0.44 | 0.48 |
| Hex | AA | B0 | 45 | 3 | 0 | 3D | 1F | 3F | 2C | 30 |
| Octal | 252 | 260 | 105 | 3 | 0 | 75 | 37 | 77 | 54 | 60 |
| Binary | 10101010 | 10110000 | 1000101 | 11 | 0 | 111101 | 11111 | 111111 | 101100 | 110000 |
Color Harmonies of #AAB045
Complementary color
Monochromatic Colors of #AAB045
Black with #AAB045
Text Example
Text Example
White with #AAB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB045; }
p { color: rgb(170,176,69); }
H1.HeaderClassName
{
color: #AAB045;
}
.AnyTagClassName
{
color: #AAB045;
}
</style>
background-color css
<style>
a { background-color: #AAB045; }
a { background-color: rgb(170,176,69); }
div.DivClassName
{
background-color: #AAB045;
}
.BgClassName
{
background-color: #AAB045;
}
</style>
border-color css
<style>
span { border-color: #AAB045; }
span { border-color: rgb(170,176,69); }
td.TdClassName
{
border-color: #AAB045;
}
.TagClassName
{
border-color: #AAB045;
}
</style>