Shades of Celery #A7AF48
Tints of Celery #A7AF48
RGB
CMYK
RGB Variations
Color information
#A7AF48 (or 0xA7AF48) is known color: Celery. HEX triplet: A7, AF and 48. RGB value is (167,175,72). Sum of RGB (Red+Green+Blue) = 167+175+72=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF48 is #5850B7. Grayscale: #A1A1A1. Windows color (decimal): -5787832 or 4763559. OLE color: 4763559.
HSL color Cylindrical-coordinate representation of color #A7AF48: hue angle of 64.66º 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 #A7AF48 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 72 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.31 |
| HSL | 64.66º | 0.42% | 0.48% | - |
| HSV(B) | 64.66º | 0.59% | 0.69% | - |
| XYZ | 32.44 | 39.34 | 12.02 | - |
| YUV | 160.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 72 | 0.05 | 0 | 0.59 | 0.31 | 64.66 | 0.42 | 0.48 |
| Hex | A7 | AF | 48 | 5 | 0 | 3B | 1F | 41 | 2A | 30 |
| Octal | 247 | 257 | 110 | 5 | 0 | 73 | 37 | 101 | 52 | 60 |
| Binary | 10100111 | 10101111 | 1001000 | 101 | 0 | 111011 | 11111 | 1000001 | 101010 | 110000 |
Color Harmonies of #A7AF48
Complementary color
Monochromatic Colors of #A7AF48
Black with #A7AF48
Text Example
Text Example
White with #A7AF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF48; }
p { color: rgb(167,175,72); }
H1.HeaderClassName
{
color: #A7AF48;
}
.AnyTagClassName
{
color: #A7AF48;
}
</style>
background-color css
<style>
a { background-color: #A7AF48; }
a { background-color: rgb(167,175,72); }
div.DivClassName
{
background-color: #A7AF48;
}
.BgClassName
{
background-color: #A7AF48;
}
</style>
border-color css
<style>
span { border-color: #A7AF48; }
span { border-color: rgb(167,175,72); }
td.TdClassName
{
border-color: #A7AF48;
}
.TagClassName
{
border-color: #A7AF48;
}
</style>