Shades of Celery #A1AE45
Tints of Celery #A1AE45
RGB
CMYK
RGB Variations
Color information
#A1AE45 (or 0xA1AE45) is known color: Celery. HEX triplet: A1, AE and 45. RGB value is (161,174,69). Sum of RGB (Red+Green+Blue) = 161+174+69=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AE45 is #5E51BA. Grayscale: #9E9E9E. Windows color (decimal): -6181307 or 4566689. OLE color: 4566689.
HSL color Cylindrical-coordinate representation of color #A1AE45: hue angle of 67.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1AE45 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 69 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.32 |
| HSL | 67.43º | 0.43% | 0.48% | - |
| HSV(B) | 67.43º | 0.6% | 0.68% | - |
| XYZ | 30.91 | 38.28 | 11.39 | - |
| YUV | 158.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 69 | 0.07 | 0 | 0.60 | 0.32 | 67.43 | 0.43 | 0.48 |
| Hex | A1 | AE | 45 | 7 | 0 | 3C | 20 | 43 | 2B | 30 |
| Octal | 241 | 256 | 105 | 7 | 0 | 74 | 40 | 103 | 53 | 60 |
| Binary | 10100001 | 10101110 | 1000101 | 111 | 0 | 111100 | 100000 | 1000011 | 101011 | 110000 |
Color Harmonies of #A1AE45
Complementary color
Monochromatic Colors of #A1AE45
Black with #A1AE45
Text Example
Text Example
White with #A1AE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE45; }
p { color: rgb(161,174,69); }
H1.HeaderClassName
{
color: #A1AE45;
}
.AnyTagClassName
{
color: #A1AE45;
}
</style>
background-color css
<style>
a { background-color: #A1AE45; }
a { background-color: rgb(161,174,69); }
div.DivClassName
{
background-color: #A1AE45;
}
.BgClassName
{
background-color: #A1AE45;
}
</style>
border-color css
<style>
span { border-color: #A1AE45; }
span { border-color: rgb(161,174,69); }
td.TdClassName
{
border-color: #A1AE45;
}
.TagClassName
{
border-color: #A1AE45;
}
</style>