Shades of Celery #A6AF4A
Tints of Celery #A6AF4A
RGB
CMYK
RGB Variations
Color information
#A6AF4A (or 0xA6AF4A) is known color: Celery. HEX triplet: A6, AF and 4A. RGB value is (166,175,74). Sum of RGB (Red+Green+Blue) = 166+175+74=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF4A is #5950B5. Grayscale: #A1A1A1. Windows color (decimal): -5853366 or 4894630. OLE color: 4894630.
HSL color Cylindrical-coordinate representation of color #A6AF4A: hue angle of 65.35º 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 #A6AF4A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 74 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.31 |
| HSL | 65.35º | 0.41% | 0.49% | - |
| HSV(B) | 65.35º | 0.58% | 0.69% | - |
| XYZ | 32.29 | 39.26 | 12.35 | - |
| YUV | 160.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 74 | 0.05 | 0 | 0.58 | 0.31 | 65.35 | 0.41 | 0.49 |
| Hex | A6 | AF | 4A | 5 | 0 | 3A | 1F | 41 | 29 | 31 |
| Octal | 246 | 257 | 112 | 5 | 0 | 72 | 37 | 101 | 51 | 61 |
| Binary | 10100110 | 10101111 | 1001010 | 101 | 0 | 111010 | 11111 | 1000001 | 101001 | 110001 |
Color Harmonies of #A6AF4A
Complementary color
Monochromatic Colors of #A6AF4A
Black with #A6AF4A
Text Example
Text Example
White with #A6AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF4A; }
p { color: rgb(166,175,74); }
H1.HeaderClassName
{
color: #A6AF4A;
}
.AnyTagClassName
{
color: #A6AF4A;
}
</style>
background-color css
<style>
a { background-color: #A6AF4A; }
a { background-color: rgb(166,175,74); }
div.DivClassName
{
background-color: #A6AF4A;
}
.BgClassName
{
background-color: #A6AF4A;
}
</style>
border-color css
<style>
span { border-color: #A6AF4A; }
span { border-color: rgb(166,175,74); }
td.TdClassName
{
border-color: #A6AF4A;
}
.TagClassName
{
border-color: #A6AF4A;
}
</style>