Shades of Celery #A2AF49
Tints of Celery #A2AF49
RGB
CMYK
RGB Variations
Color information
#A2AF49 (or 0xA2AF49) is known color: Celery. HEX triplet: A2, AF and 49. RGB value is (162,175,73). Sum of RGB (Red+Green+Blue) = 162+175+73=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF49 is #5D50B6. Grayscale: #9F9F9F. Windows color (decimal): -6115511 or 4829090. OLE color: 4829090.
HSL color Cylindrical-coordinate representation of color #A2AF49: hue angle of 67.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2AF49 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 73 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.31 |
| HSL | 67.65º | 0.41% | 0.49% | - |
| HSV(B) | 67.65º | 0.58% | 0.69% | - |
| XYZ | 31.43 | 38.82 | 12.14 | - |
| YUV | 159.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 73 | 0.07 | 0 | 0.58 | 0.31 | 67.65 | 0.41 | 0.49 |
| Hex | A2 | AF | 49 | 7 | 0 | 3A | 1F | 44 | 29 | 31 |
| Octal | 242 | 257 | 111 | 7 | 0 | 72 | 37 | 104 | 51 | 61 |
| Binary | 10100010 | 10101111 | 1001001 | 111 | 0 | 111010 | 11111 | 1000100 | 101001 | 110001 |
Color Harmonies of #A2AF49
Complementary color
Monochromatic Colors of #A2AF49
Black with #A2AF49
Text Example
Text Example
White with #A2AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF49; }
p { color: rgb(162,175,73); }
H1.HeaderClassName
{
color: #A2AF49;
}
.AnyTagClassName
{
color: #A2AF49;
}
</style>
background-color css
<style>
a { background-color: #A2AF49; }
a { background-color: rgb(162,175,73); }
div.DivClassName
{
background-color: #A2AF49;
}
.BgClassName
{
background-color: #A2AF49;
}
</style>
border-color css
<style>
span { border-color: #A2AF49; }
span { border-color: rgb(162,175,73); }
td.TdClassName
{
border-color: #A2AF49;
}
.TagClassName
{
border-color: #A2AF49;
}
</style>