Shades of Celery #A8AE4A
Tints of Celery #A8AE4A
RGB
CMYK
RGB Variations
Color information
#A8AE4A (or 0xA8AE4A) is known color: Celery. HEX triplet: A8, AE and 4A. RGB value is (168,174,74). Sum of RGB (Red+Green+Blue) = 168+174+74=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE4A is #5751B5. Grayscale: #A1A1A1. Windows color (decimal): -5722550 or 4894376. OLE color: 4894376.
HSL color Cylindrical-coordinate representation of color #A8AE4A: hue angle of 63.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8AE4A is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 74 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.32 |
| HSL | 63.6º | 0.4% | 0.49% | - |
| HSV(B) | 63.6º | 0.57% | 0.68% | - |
| XYZ | 32.52 | 39.09 | 12.31 | - |
| YUV | 160.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 74 | 0.03 | 0 | 0.57 | 0.32 | 63.6 | 0.4 | 0.49 |
| Hex | A8 | AE | 4A | 3 | 0 | 39 | 20 | 40 | 28 | 31 |
| Octal | 250 | 256 | 112 | 3 | 0 | 71 | 40 | 100 | 50 | 61 |
| Binary | 10101000 | 10101110 | 1001010 | 11 | 0 | 111001 | 100000 | 1000000 | 101000 | 110001 |
Color Harmonies of #A8AE4A
Complementary color
Monochromatic Colors of #A8AE4A
Black with #A8AE4A
Text Example
Text Example
White with #A8AE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE4A; }
p { color: rgb(168,174,74); }
H1.HeaderClassName
{
color: #A8AE4A;
}
.AnyTagClassName
{
color: #A8AE4A;
}
</style>
background-color css
<style>
a { background-color: #A8AE4A; }
a { background-color: rgb(168,174,74); }
div.DivClassName
{
background-color: #A8AE4A;
}
.BgClassName
{
background-color: #A8AE4A;
}
</style>
border-color css
<style>
span { border-color: #A8AE4A; }
span { border-color: rgb(168,174,74); }
td.TdClassName
{
border-color: #A8AE4A;
}
.TagClassName
{
border-color: #A8AE4A;
}
</style>