Shades of La Rioja #AFC804
Tints of La Rioja #AFC804
RGB
CMYK
RGB Variations
Color information
#AFC804 (or 0xAFC804) is known color: La Rioja. HEX triplet: AF, C8 and 04. RGB value is (175,200,4). Sum of RGB (Red+Green+Blue) = 175+200+4=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC804 is #5037FB. Grayscale: #AAAAAA. Windows color (decimal): -5257212 or 313519. OLE color: 313519.
HSL color Cylindrical-coordinate representation of color #AFC804: hue angle of 67.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC804 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.22 |
| HSL | 67.65º | 0.96% | 0.4% | - |
| HSV(B) | 67.65º | 0.98% | 0.78% | - |
| XYZ | 38.36 | 50.43 | 7.83 | - |
| YUV | 170.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 4 | 0.12 | 0 | 0.98 | 0.22 | 67.65 | 0.96 | 0.4 |
| Hex | AF | C8 | 4 | C | 0 | 62 | 16 | 44 | 60 | 28 |
| Octal | 257 | 310 | 4 | 14 | 0 | 142 | 26 | 104 | 140 | 50 |
| Binary | 10101111 | 11001000 | 100 | 1100 | 0 | 1100010 | 10110 | 1000100 | 1100000 | 101000 |
Color Harmonies of #AFC804
Complementary color
Monochromatic Colors of #AFC804
Black with #AFC804
Text Example
Text Example
White with #AFC804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC804; }
p { color: rgb(175,200,4); }
H1.HeaderClassName
{
color: #AFC804;
}
.AnyTagClassName
{
color: #AFC804;
}
</style>
background-color css
<style>
a { background-color: #AFC804; }
a { background-color: rgb(175,200,4); }
div.DivClassName
{
background-color: #AFC804;
}
.BgClassName
{
background-color: #AFC804;
}
</style>
border-color css
<style>
span { border-color: #AFC804; }
span { border-color: rgb(175,200,4); }
td.TdClassName
{
border-color: #AFC804;
}
.TagClassName
{
border-color: #AFC804;
}
</style>