Shades of Celery #AAC349
Tints of Celery #AAC349
RGB
CMYK
RGB Variations
Color information
#AAC349 (or 0xAAC349) is known color: Celery. HEX triplet: AA, C3 and 49. RGB value is (170,195,73). Sum of RGB (Red+Green+Blue) = 170+195+73=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC349 is #553CB6. Grayscale: #AEAEAE. Windows color (decimal): -5586103 or 4834218. OLE color: 4834218.
HSL color Cylindrical-coordinate representation of color #AAC349: hue angle of 72.3º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAC349 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 73 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.24 |
| HSL | 72.3º | 0.5% | 0.53% | - |
| HSV(B) | 72.3º | 0.63% | 0.76% | - |
| XYZ | 37.3 | 48.06 | 13.61 | - |
| YUV | 173.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 73 | 0.13 | 0 | 0.63 | 0.24 | 72.3 | 0.5 | 0.53 |
| Hex | AA | C3 | 49 | D | 0 | 3F | 18 | 48 | 32 | 35 |
| Octal | 252 | 303 | 111 | 15 | 0 | 77 | 30 | 110 | 62 | 65 |
| Binary | 10101010 | 11000011 | 1001001 | 1101 | 0 | 111111 | 11000 | 1001000 | 110010 | 110101 |
Color Harmonies of #AAC349
Complementary color
Monochromatic Colors of #AAC349
Black with #AAC349
Text Example
Text Example
White with #AAC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC349; }
p { color: rgb(170,195,73); }
H1.HeaderClassName
{
color: #AAC349;
}
.AnyTagClassName
{
color: #AAC349;
}
</style>
background-color css
<style>
a { background-color: #AAC349; }
a { background-color: rgb(170,195,73); }
div.DivClassName
{
background-color: #AAC349;
}
.BgClassName
{
background-color: #AAC349;
}
</style>
border-color css
<style>
span { border-color: #AAC349; }
span { border-color: rgb(170,195,73); }
td.TdClassName
{
border-color: #AAC349;
}
.TagClassName
{
border-color: #AAC349;
}
</style>