Shades of Celery #A5AF3F
Tints of Celery #A5AF3F
RGB
CMYK
RGB Variations
Color information
#A5AF3F (or 0xA5AF3F) is known color: Celery. HEX triplet: A5, AF and 3F. RGB value is (165,175,63). Sum of RGB (Red+Green+Blue) = 165+175+63=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF3F is #5A50C0. Grayscale: #9F9F9F. Windows color (decimal): -5918913 or 4173733. OLE color: 4173733.
HSL color Cylindrical-coordinate representation of color #A5AF3F: hue angle of 65.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5AF3F is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 63 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.31 |
| HSL | 65.36º | 0.47% | 0.47% | - |
| HSV(B) | 65.36º | 0.64% | 0.69% | - |
| XYZ | 31.74 | 39.02 | 10.56 | - |
| YUV | 159.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 63 | 0.06 | 0 | 0.64 | 0.31 | 65.36 | 0.47 | 0.47 |
| Hex | A5 | AF | 3F | 6 | 0 | 40 | 1F | 41 | 2F | 2F |
| Octal | 245 | 257 | 77 | 6 | 0 | 100 | 37 | 101 | 57 | 57 |
| Binary | 10100101 | 10101111 | 111111 | 110 | 0 | 1000000 | 11111 | 1000001 | 101111 | 101111 |
Color Harmonies of #A5AF3F
Complementary color
Monochromatic Colors of #A5AF3F
Black with #A5AF3F
Text Example
Text Example
White with #A5AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF3F; }
p { color: rgb(165,175,63); }
H1.HeaderClassName
{
color: #A5AF3F;
}
.AnyTagClassName
{
color: #A5AF3F;
}
</style>
background-color css
<style>
a { background-color: #A5AF3F; }
a { background-color: rgb(165,175,63); }
div.DivClassName
{
background-color: #A5AF3F;
}
.BgClassName
{
background-color: #A5AF3F;
}
</style>
border-color css
<style>
span { border-color: #A5AF3F; }
span { border-color: rgb(165,175,63); }
td.TdClassName
{
border-color: #A5AF3F;
}
.TagClassName
{
border-color: #A5AF3F;
}
</style>