Shades of Celery #AAC553
Tints of Celery #AAC553
RGB
CMYK
RGB Variations
Color information
#AAC553 (or 0xAAC553) is known color: Celery. HEX triplet: AA, C5 and 53. RGB value is (170,197,83). Sum of RGB (Red+Green+Blue) = 170+197+83=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC553 is #553AAC. Grayscale: #B0B0B0. Windows color (decimal): -5585581 or 5490090. OLE color: 5490090.
HSL color Cylindrical-coordinate representation of color #AAC553: hue angle of 74.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAC553 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 83 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.23 |
| HSL | 74.21º | 0.5% | 0.55% | - |
| HSV(B) | 74.21º | 0.58% | 0.77% | - |
| XYZ | 38.11 | 49.1 | 15.65 | - |
| YUV | 175.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 83 | 0.14 | 0 | 0.58 | 0.23 | 74.21 | 0.5 | 0.55 |
| Hex | AA | C5 | 53 | E | 0 | 3A | 17 | 4A | 32 | 37 |
| Octal | 252 | 305 | 123 | 16 | 0 | 72 | 27 | 112 | 62 | 67 |
| Binary | 10101010 | 11000101 | 1010011 | 1110 | 0 | 111010 | 10111 | 1001010 | 110010 | 110111 |
Color Harmonies of #AAC553
Complementary color
Monochromatic Colors of #AAC553
Black with #AAC553
Text Example
Text Example
White with #AAC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC553; }
p { color: rgb(170,197,83); }
H1.HeaderClassName
{
color: #AAC553;
}
.AnyTagClassName
{
color: #AAC553;
}
</style>
background-color css
<style>
a { background-color: #AAC553; }
a { background-color: rgb(170,197,83); }
div.DivClassName
{
background-color: #AAC553;
}
.BgClassName
{
background-color: #AAC553;
}
</style>
border-color css
<style>
span { border-color: #AAC553; }
span { border-color: rgb(170,197,83); }
td.TdClassName
{
border-color: #AAC553;
}
.TagClassName
{
border-color: #AAC553;
}
</style>