Shades of Celery #A8AF48
Tints of Celery #A8AF48
RGB
CMYK
RGB Variations
Color information
#A8AF48 (or 0xA8AF48) is known color: Celery. HEX triplet: A8, AF and 48. RGB value is (168,175,72). Sum of RGB (Red+Green+Blue) = 168+175+72=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF48 is #5750B7. Grayscale: #A1A1A1. Windows color (decimal): -5722296 or 4763560. OLE color: 4763560.
HSL color Cylindrical-coordinate representation of color #A8AF48: hue angle of 64.08º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8AF48 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 72 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.31 |
| HSL | 64.08º | 0.42% | 0.48% | - |
| HSV(B) | 64.08º | 0.59% | 0.69% | - |
| XYZ | 32.65 | 39.45 | 12.03 | - |
| YUV | 161.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 72 | 0.04 | 0 | 0.59 | 0.31 | 64.08 | 0.42 | 0.48 |
| Hex | A8 | AF | 48 | 4 | 0 | 3B | 1F | 40 | 2A | 30 |
| Octal | 250 | 257 | 110 | 4 | 0 | 73 | 37 | 100 | 52 | 60 |
| Binary | 10101000 | 10101111 | 1001000 | 100 | 0 | 111011 | 11111 | 1000000 | 101010 | 110000 |
Color Harmonies of #A8AF48
Complementary color
Monochromatic Colors of #A8AF48
Black with #A8AF48
Text Example
Text Example
White with #A8AF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF48; }
p { color: rgb(168,175,72); }
H1.HeaderClassName
{
color: #A8AF48;
}
.AnyTagClassName
{
color: #A8AF48;
}
</style>
background-color css
<style>
a { background-color: #A8AF48; }
a { background-color: rgb(168,175,72); }
div.DivClassName
{
background-color: #A8AF48;
}
.BgClassName
{
background-color: #A8AF48;
}
</style>
border-color css
<style>
span { border-color: #A8AF48; }
span { border-color: rgb(168,175,72); }
td.TdClassName
{
border-color: #A8AF48;
}
.TagClassName
{
border-color: #A8AF48;
}
</style>