Shades of Celery #A5AF4D
Tints of Celery #A5AF4D
RGB
CMYK
RGB Variations
Color information
#A5AF4D (or 0xA5AF4D) is known color: Celery. HEX triplet: A5, AF and 4D. RGB value is (165,175,77). Sum of RGB (Red+Green+Blue) = 165+175+77=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF4D is #5A50B2. Grayscale: #A1A1A1. Windows color (decimal): -5918899 or 5091237. OLE color: 5091237.
HSL color Cylindrical-coordinate representation of color #A5AF4D: hue angle of 66.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5AF4D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 77 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.31 |
| HSL | 66.12º | 0.39% | 0.49% | - |
| HSV(B) | 66.12º | 0.56% | 0.69% | - |
| XYZ | 32.19 | 39.2 | 12.89 | - |
| YUV | 160.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 77 | 0.06 | 0 | 0.56 | 0.31 | 66.12 | 0.39 | 0.49 |
| Hex | A5 | AF | 4D | 6 | 0 | 38 | 1F | 42 | 27 | 31 |
| Octal | 245 | 257 | 115 | 6 | 0 | 70 | 37 | 102 | 47 | 61 |
| Binary | 10100101 | 10101111 | 1001101 | 110 | 0 | 111000 | 11111 | 1000010 | 100111 | 110001 |
Color Harmonies of #A5AF4D
Complementary color
Monochromatic Colors of #A5AF4D
Black with #A5AF4D
Text Example
Text Example
White with #A5AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF4D; }
p { color: rgb(165,175,77); }
H1.HeaderClassName
{
color: #A5AF4D;
}
.AnyTagClassName
{
color: #A5AF4D;
}
</style>
background-color css
<style>
a { background-color: #A5AF4D; }
a { background-color: rgb(165,175,77); }
div.DivClassName
{
background-color: #A5AF4D;
}
.BgClassName
{
background-color: #A5AF4D;
}
</style>
border-color css
<style>
span { border-color: #A5AF4D; }
span { border-color: rgb(165,175,77); }
td.TdClassName
{
border-color: #A5AF4D;
}
.TagClassName
{
border-color: #A5AF4D;
}
</style>