Shades of Celery #A5AE46
Tints of Celery #A5AE46
RGB
CMYK
RGB Variations
Color information
#A5AE46 (or 0xA5AE46) is known color: Celery. HEX triplet: A5, AE and 46. RGB value is (165,174,70). Sum of RGB (Red+Green+Blue) = 165+174+70=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE46 is #5A51B9. Grayscale: #9F9F9F. Windows color (decimal): -5919162 or 4632229. OLE color: 4632229.
HSL color Cylindrical-coordinate representation of color #A5AE46: hue angle of 65.19º 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 #A5AE46 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 70 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.32 |
| HSL | 65.19º | 0.43% | 0.48% | - |
| HSV(B) | 65.19º | 0.6% | 0.68% | - |
| XYZ | 31.76 | 38.71 | 11.59 | - |
| YUV | 159.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 70 | 0.05 | 0 | 0.60 | 0.32 | 65.19 | 0.43 | 0.48 |
| Hex | A5 | AE | 46 | 5 | 0 | 3C | 20 | 41 | 2B | 30 |
| Octal | 245 | 256 | 106 | 5 | 0 | 74 | 40 | 101 | 53 | 60 |
| Binary | 10100101 | 10101110 | 1000110 | 101 | 0 | 111100 | 100000 | 1000001 | 101011 | 110000 |
Color Harmonies of #A5AE46
Complementary color
Monochromatic Colors of #A5AE46
Black with #A5AE46
Text Example
Text Example
White with #A5AE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE46; }
p { color: rgb(165,174,70); }
H1.HeaderClassName
{
color: #A5AE46;
}
.AnyTagClassName
{
color: #A5AE46;
}
</style>
background-color css
<style>
a { background-color: #A5AE46; }
a { background-color: rgb(165,174,70); }
div.DivClassName
{
background-color: #A5AE46;
}
.BgClassName
{
background-color: #A5AE46;
}
</style>
border-color css
<style>
span { border-color: #A5AE46; }
span { border-color: rgb(165,174,70); }
td.TdClassName
{
border-color: #A5AE46;
}
.TagClassName
{
border-color: #A5AE46;
}
</style>