Shades of Celery #AFB847
Tints of Celery #AFB847
RGB
CMYK
RGB Variations
Color information
#AFB847 (or 0xAFB847) is known color: Celery. HEX triplet: AF, B8 and 47. RGB value is (175,184,71). Sum of RGB (Red+Green+Blue) = 175+184+71=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB847 is #5047B8. Grayscale: #A8A8A8. Windows color (decimal): -5261241 or 4700335. OLE color: 4700335.
HSL color Cylindrical-coordinate representation of color #AFB847: hue angle of 64.78º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB847 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 71 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.28 |
| HSL | 64.78º | 0.44% | 0.5% | - |
| HSV(B) | 64.78º | 0.61% | 0.72% | - |
| XYZ | 35.96 | 43.85 | 12.53 | - |
| YUV | 168.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 71 | 0.05 | 0 | 0.61 | 0.28 | 64.78 | 0.44 | 0.5 |
| Hex | AF | B8 | 47 | 5 | 0 | 3D | 1C | 41 | 2C | 32 |
| Octal | 257 | 270 | 107 | 5 | 0 | 75 | 34 | 101 | 54 | 62 |
| Binary | 10101111 | 10111000 | 1000111 | 101 | 0 | 111101 | 11100 | 1000001 | 101100 | 110010 |
Color Harmonies of #AFB847
Complementary color
Monochromatic Colors of #AFB847
Black with #AFB847
Text Example
Text Example
White with #AFB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB847; }
p { color: rgb(175,184,71); }
H1.HeaderClassName
{
color: #AFB847;
}
.AnyTagClassName
{
color: #AFB847;
}
</style>
background-color css
<style>
a { background-color: #AFB847; }
a { background-color: rgb(175,184,71); }
div.DivClassName
{
background-color: #AFB847;
}
.BgClassName
{
background-color: #AFB847;
}
</style>
border-color css
<style>
span { border-color: #AFB847; }
span { border-color: rgb(175,184,71); }
td.TdClassName
{
border-color: #AFB847;
}
.TagClassName
{
border-color: #AFB847;
}
</style>