Shades of La Rioja #C5AF09
Tints of La Rioja #C5AF09
RGB
CMYK
RGB Variations
Color information
#C5AF09 (or 0xC5AF09) is known color: La Rioja. HEX triplet: C5, AF and 09. RGB value is (197,175,9). Sum of RGB (Red+Green+Blue) = 197+175+9=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF09 is #3A50F6. Grayscale: #A3A3A3. Windows color (decimal): -3821815 or 634821. OLE color: 634821.
HSL color Cylindrical-coordinate representation of color #C5AF09: hue angle of 52.98º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5AF09 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.23 |
| HSL | 52.98º | 0.91% | 0.4% | - |
| HSV(B) | 52.98º | 0.95% | 0.77% | - |
| XYZ | 38.41 | 42.55 | 6.45 | - |
| YUV | 162.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 9 | 0 | 0.11 | 0.95 | 0.23 | 52.98 | 0.91 | 0.4 |
| Hex | C5 | AF | 9 | 0 | B | 5F | 17 | 35 | 5B | 28 |
| Octal | 305 | 257 | 11 | 0 | 13 | 137 | 27 | 65 | 133 | 50 |
| Binary | 11000101 | 10101111 | 1001 | 0 | 1011 | 1011111 | 10111 | 110101 | 1011011 | 101000 |
Color Harmonies of #C5AF09
Complementary color
Monochromatic Colors of #C5AF09
Black with #C5AF09
Text Example
Text Example
White with #C5AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF09; }
p { color: rgb(197,175,9); }
H1.HeaderClassName
{
color: #C5AF09;
}
.AnyTagClassName
{
color: #C5AF09;
}
</style>
background-color css
<style>
a { background-color: #C5AF09; }
a { background-color: rgb(197,175,9); }
div.DivClassName
{
background-color: #C5AF09;
}
.BgClassName
{
background-color: #C5AF09;
}
</style>
border-color css
<style>
span { border-color: #C5AF09; }
span { border-color: rgb(197,175,9); }
td.TdClassName
{
border-color: #C5AF09;
}
.TagClassName
{
border-color: #C5AF09;
}
</style>