Shades of Celery #A9AF4B
Tints of Celery #A9AF4B
RGB
CMYK
RGB Variations
Color information
#A9AF4B (or 0xA9AF4B) is known color: Celery. HEX triplet: A9, AF and 4B. RGB value is (169,175,75). Sum of RGB (Red+Green+Blue) = 169+175+75=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AF4B is #5650B4. Grayscale: #A2A2A2. Windows color (decimal): -5656757 or 4960169. OLE color: 4960169.
HSL color Cylindrical-coordinate representation of color #A9AF4B: hue angle of 63.6º degrees, saturation: 0.4, 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 #A9AF4B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 75 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.31 |
| HSL | 63.6º | 0.4% | 0.49% | - |
| HSV(B) | 63.6º | 0.57% | 0.69% | - |
| XYZ | 32.96 | 39.6 | 12.56 | - |
| YUV | 161.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 75 | 0.03 | 0 | 0.57 | 0.31 | 63.6 | 0.4 | 0.49 |
| Hex | A9 | AF | 4B | 3 | 0 | 39 | 1F | 40 | 28 | 31 |
| Octal | 251 | 257 | 113 | 3 | 0 | 71 | 37 | 100 | 50 | 61 |
| Binary | 10101001 | 10101111 | 1001011 | 11 | 0 | 111001 | 11111 | 1000000 | 101000 | 110001 |
Color Harmonies of #A9AF4B
Complementary color
Monochromatic Colors of #A9AF4B
Black with #A9AF4B
Text Example
Text Example
White with #A9AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF4B; }
p { color: rgb(169,175,75); }
H1.HeaderClassName
{
color: #A9AF4B;
}
.AnyTagClassName
{
color: #A9AF4B;
}
</style>
background-color css
<style>
a { background-color: #A9AF4B; }
a { background-color: rgb(169,175,75); }
div.DivClassName
{
background-color: #A9AF4B;
}
.BgClassName
{
background-color: #A9AF4B;
}
</style>
border-color css
<style>
span { border-color: #A9AF4B; }
span { border-color: rgb(169,175,75); }
td.TdClassName
{
border-color: #A9AF4B;
}
.TagClassName
{
border-color: #A9AF4B;
}
</style>