Shades of Celery #A1AF4C
Tints of Celery #A1AF4C
RGB
CMYK
RGB Variations
Color information
#A1AF4C (or 0xA1AF4C) is known color: Celery. HEX triplet: A1, AF and 4C. RGB value is (161,175,76). Sum of RGB (Red+Green+Blue) = 161+175+76=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF4C is #5E50B3. Grayscale: #9F9F9F. Windows color (decimal): -6181044 or 5025697. OLE color: 5025697.
HSL color Cylindrical-coordinate representation of color #A1AF4C: hue angle of 68.48º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1AF4C is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 76 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.31 |
| HSL | 68.48º | 0.39% | 0.49% | - |
| HSV(B) | 68.48º | 0.57% | 0.69% | - |
| XYZ | 31.33 | 38.76 | 12.67 | - |
| YUV | 159.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 76 | 0.08 | 0 | 0.57 | 0.31 | 68.48 | 0.39 | 0.49 |
| Hex | A1 | AF | 4C | 8 | 0 | 39 | 1F | 44 | 27 | 31 |
| Octal | 241 | 257 | 114 | 10 | 0 | 71 | 37 | 104 | 47 | 61 |
| Binary | 10100001 | 10101111 | 1001100 | 1000 | 0 | 111001 | 11111 | 1000100 | 100111 | 110001 |
Color Harmonies of #A1AF4C
Complementary color
Monochromatic Colors of #A1AF4C
Black with #A1AF4C
Text Example
Text Example
White with #A1AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF4C; }
p { color: rgb(161,175,76); }
H1.HeaderClassName
{
color: #A1AF4C;
}
.AnyTagClassName
{
color: #A1AF4C;
}
</style>
background-color css
<style>
a { background-color: #A1AF4C; }
a { background-color: rgb(161,175,76); }
div.DivClassName
{
background-color: #A1AF4C;
}
.BgClassName
{
background-color: #A1AF4C;
}
</style>
border-color css
<style>
span { border-color: #A1AF4C; }
span { border-color: rgb(161,175,76); }
td.TdClassName
{
border-color: #A1AF4C;
}
.TagClassName
{
border-color: #A1AF4C;
}
</style>