Shades of Celery #A4AD4D
Tints of Celery #A4AD4D
RGB
CMYK
RGB Variations
Color information
#A4AD4D (or 0xA4AD4D) is known color: Celery. HEX triplet: A4, AD and 4D. RGB value is (164,173,77). Sum of RGB (Red+Green+Blue) = 164+173+77=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD4D is #5B52B2. Grayscale: #9F9F9F. Windows color (decimal): -5984947 or 5090724. OLE color: 5090724.
HSL color Cylindrical-coordinate representation of color #A4AD4D: hue angle of 65.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4AD4D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 77 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.32 |
| HSL | 65.63º | 0.38% | 0.49% | - |
| HSV(B) | 65.63º | 0.55% | 0.68% | - |
| XYZ | 31.59 | 38.32 | 12.75 | - |
| YUV | 159.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 77 | 0.05 | 0 | 0.55 | 0.32 | 65.63 | 0.38 | 0.49 |
| Hex | A4 | AD | 4D | 5 | 0 | 37 | 20 | 42 | 26 | 31 |
| Octal | 244 | 255 | 115 | 5 | 0 | 67 | 40 | 102 | 46 | 61 |
| Binary | 10100100 | 10101101 | 1001101 | 101 | 0 | 110111 | 100000 | 1000010 | 100110 | 110001 |
Color Harmonies of #A4AD4D
Complementary color
Monochromatic Colors of #A4AD4D
Black with #A4AD4D
Text Example
Text Example
White with #A4AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AD4D; }
p { color: rgb(164,173,77); }
H1.HeaderClassName
{
color: #A4AD4D;
}
.AnyTagClassName
{
color: #A4AD4D;
}
</style>
background-color css
<style>
a { background-color: #A4AD4D; }
a { background-color: rgb(164,173,77); }
div.DivClassName
{
background-color: #A4AD4D;
}
.BgClassName
{
background-color: #A4AD4D;
}
</style>
border-color css
<style>
span { border-color: #A4AD4D; }
span { border-color: rgb(164,173,77); }
td.TdClassName
{
border-color: #A4AD4D;
}
.TagClassName
{
border-color: #A4AD4D;
}
</style>