Shades of La Rioja #AFC306
Tints of La Rioja #AFC306
RGB
CMYK
RGB Variations
Color information
#AFC306 (or 0xAFC306) is known color: La Rioja. HEX triplet: AF, C3 and 06. RGB value is (175,195,6). Sum of RGB (Red+Green+Blue) = 175+195+6=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC306 is #503CF9. Grayscale: #A8A8A8. Windows color (decimal): -5258490 or 443311. OLE color: 443311.
HSL color Cylindrical-coordinate representation of color #AFC306: hue angle of 66.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFC306 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.24 |
| HSL | 66.35º | 0.94% | 0.39% | - |
| HSV(B) | 66.35º | 0.97% | 0.76% | - |
| XYZ | 37.23 | 48.16 | 7.51 | - |
| YUV | 167.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 6 | 0.10 | 0 | 0.97 | 0.24 | 66.35 | 0.94 | 0.39 |
| Hex | AF | C3 | 6 | A | 0 | 61 | 18 | 42 | 5E | 27 |
| Octal | 257 | 303 | 6 | 12 | 0 | 141 | 30 | 102 | 136 | 47 |
| Binary | 10101111 | 11000011 | 110 | 1010 | 0 | 1100001 | 11000 | 1000010 | 1011110 | 100111 |
Color Harmonies of #AFC306
Complementary color
Monochromatic Colors of #AFC306
Black with #AFC306
Text Example
Text Example
White with #AFC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC306; }
p { color: rgb(175,195,6); }
H1.HeaderClassName
{
color: #AFC306;
}
.AnyTagClassName
{
color: #AFC306;
}
</style>
background-color css
<style>
a { background-color: #AFC306; }
a { background-color: rgb(175,195,6); }
div.DivClassName
{
background-color: #AFC306;
}
.BgClassName
{
background-color: #AFC306;
}
</style>
border-color css
<style>
span { border-color: #AFC306; }
span { border-color: rgb(175,195,6); }
td.TdClassName
{
border-color: #AFC306;
}
.TagClassName
{
border-color: #AFC306;
}
</style>