Shades of Citrus #A4AF19
Tints of Citrus #A4AF19
RGB
CMYK
RGB Variations
Color information
#A4AF19 (or 0xA4AF19) is known color: Citrus. HEX triplet: A4, AF and 19. RGB value is (164,175,25). Sum of RGB (Red+Green+Blue) = 164+175+25=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AF19 is #5B50E6. Grayscale: #9B9B9B. Windows color (decimal): -5984487 or 1683364. OLE color: 1683364.
HSL color Cylindrical-coordinate representation of color #A4AF19: hue angle of 64.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4AF19 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 25 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.31 |
| HSL | 64.4º | 0.75% | 0.39% | - |
| HSV(B) | 64.4º | 0.86% | 0.69% | - |
| XYZ | 30.82 | 38.62 | 6.75 | - |
| YUV | 154.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 25 | 0.06 | 0 | 0.86 | 0.31 | 64.4 | 0.75 | 0.39 |
| Hex | A4 | AF | 19 | 6 | 0 | 56 | 1F | 40 | 4B | 27 |
| Octal | 244 | 257 | 31 | 6 | 0 | 126 | 37 | 100 | 113 | 47 |
| Binary | 10100100 | 10101111 | 11001 | 110 | 0 | 1010110 | 11111 | 1000000 | 1001011 | 100111 |
Color Harmonies of #A4AF19
Complementary color
Monochromatic Colors of #A4AF19
Black with #A4AF19
Text Example
Text Example
White with #A4AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF19; }
p { color: rgb(164,175,25); }
H1.HeaderClassName
{
color: #A4AF19;
}
.AnyTagClassName
{
color: #A4AF19;
}
</style>
background-color css
<style>
a { background-color: #A4AF19; }
a { background-color: rgb(164,175,25); }
div.DivClassName
{
background-color: #A4AF19;
}
.BgClassName
{
background-color: #A4AF19;
}
</style>
border-color css
<style>
span { border-color: #A4AF19; }
span { border-color: rgb(164,175,25); }
td.TdClassName
{
border-color: #A4AF19;
}
.TagClassName
{
border-color: #A4AF19;
}
</style>