Shades of Celery #AFB745
Tints of Celery #AFB745
RGB
CMYK
RGB Variations
Color information
#AFB745 (or 0xAFB745) is known color: Celery. HEX triplet: AF, B7 and 45. RGB value is (175,183,69). Sum of RGB (Red+Green+Blue) = 175+183+69=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB745 is #5048BA. Grayscale: #A8A8A8. Windows color (decimal): -5261499 or 4569007. OLE color: 4569007.
HSL color Cylindrical-coordinate representation of color #AFB745: hue angle of 64.21º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB745 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 69 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.28 |
| HSL | 64.21º | 0.45% | 0.49% | - |
| HSV(B) | 64.21º | 0.62% | 0.72% | - |
| XYZ | 35.69 | 43.41 | 12.13 | - |
| YUV | 167.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 69 | 0.04 | 0 | 0.62 | 0.28 | 64.21 | 0.45 | 0.49 |
| Hex | AF | B7 | 45 | 4 | 0 | 3E | 1C | 40 | 2D | 31 |
| Octal | 257 | 267 | 105 | 4 | 0 | 76 | 34 | 100 | 55 | 61 |
| Binary | 10101111 | 10110111 | 1000101 | 100 | 0 | 111110 | 11100 | 1000000 | 101101 | 110001 |
Color Harmonies of #AFB745
Complementary color
Monochromatic Colors of #AFB745
Black with #AFB745
Text Example
Text Example
White with #AFB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB745; }
p { color: rgb(175,183,69); }
H1.HeaderClassName
{
color: #AFB745;
}
.AnyTagClassName
{
color: #AFB745;
}
</style>
background-color css
<style>
a { background-color: #AFB745; }
a { background-color: rgb(175,183,69); }
div.DivClassName
{
background-color: #AFB745;
}
.BgClassName
{
background-color: #AFB745;
}
</style>
border-color css
<style>
span { border-color: #AFB745; }
span { border-color: rgb(175,183,69); }
td.TdClassName
{
border-color: #AFB745;
}
.TagClassName
{
border-color: #AFB745;
}
</style>