Shades of Celery #A0AE45
Tints of Celery #A0AE45
RGB
CMYK
RGB Variations
Color information
#A0AE45 (or 0xA0AE45) is known color: Celery. HEX triplet: A0, AE and 45. RGB value is (160,174,69). Sum of RGB (Red+Green+Blue) = 160+174+69=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE45 is #5F51BA. Grayscale: #9E9E9E. Windows color (decimal): -6246843 or 4566688. OLE color: 4566688.
HSL color Cylindrical-coordinate representation of color #A0AE45: hue angle of 68º 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 #A0AE45 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 69 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.32 |
| HSL | 68º | 0.43% | 0.48% | - |
| HSV(B) | 68º | 0.6% | 0.68% | - |
| XYZ | 30.71 | 38.18 | 11.38 | - |
| YUV | 157.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 69 | 0.08 | 0 | 0.60 | 0.32 | 68 | 0.43 | 0.48 |
| Hex | A0 | AE | 45 | 8 | 0 | 3C | 20 | 44 | 2B | 30 |
| Octal | 240 | 256 | 105 | 10 | 0 | 74 | 40 | 104 | 53 | 60 |
| Binary | 10100000 | 10101110 | 1000101 | 1000 | 0 | 111100 | 100000 | 1000100 | 101011 | 110000 |
Color Harmonies of #A0AE45
Complementary color
Monochromatic Colors of #A0AE45
Black with #A0AE45
Text Example
Text Example
White with #A0AE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE45; }
p { color: rgb(160,174,69); }
H1.HeaderClassName
{
color: #A0AE45;
}
.AnyTagClassName
{
color: #A0AE45;
}
</style>
background-color css
<style>
a { background-color: #A0AE45; }
a { background-color: rgb(160,174,69); }
div.DivClassName
{
background-color: #A0AE45;
}
.BgClassName
{
background-color: #A0AE45;
}
</style>
border-color css
<style>
span { border-color: #A0AE45; }
span { border-color: rgb(160,174,69); }
td.TdClassName
{
border-color: #A0AE45;
}
.TagClassName
{
border-color: #A0AE45;
}
</style>