Shades of La Rioja #C5AF02
Tints of La Rioja #C5AF02
RGB
CMYK
RGB Variations
Color information
#C5AF02 (or 0xC5AF02) is known color: La Rioja. HEX triplet: C5, AF and 02. RGB value is (197,175,2). Sum of RGB (Red+Green+Blue) = 197+175+2=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF02 is #3A50FD. Grayscale: #A2A2A2. Windows color (decimal): -3821822 or 176069. OLE color: 176069.
HSL color Cylindrical-coordinate representation of color #C5AF02: hue angle of 53.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5AF02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.23 |
| HSL | 53.23º | 0.98% | 0.39% | - |
| HSV(B) | 53.23º | 0.99% | 0.77% | - |
| XYZ | 38.37 | 42.53 | 6.25 | - |
| YUV | 161.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 2 | 0 | 0.11 | 0.99 | 0.23 | 53.23 | 0.98 | 0.39 |
| Hex | C5 | AF | 2 | 0 | B | 63 | 17 | 35 | 62 | 27 |
| Octal | 305 | 257 | 2 | 0 | 13 | 143 | 27 | 65 | 142 | 47 |
| Binary | 11000101 | 10101111 | 10 | 0 | 1011 | 1100011 | 10111 | 110101 | 1100010 | 100111 |
Color Harmonies of #C5AF02
Complementary color
Monochromatic Colors of #C5AF02
Black with #C5AF02
Text Example
Text Example
White with #C5AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF02; }
p { color: rgb(197,175,2); }
H1.HeaderClassName
{
color: #C5AF02;
}
.AnyTagClassName
{
color: #C5AF02;
}
</style>
background-color css
<style>
a { background-color: #C5AF02; }
a { background-color: rgb(197,175,2); }
div.DivClassName
{
background-color: #C5AF02;
}
.BgClassName
{
background-color: #C5AF02;
}
</style>
border-color css
<style>
span { border-color: #C5AF02; }
span { border-color: rgb(197,175,2); }
td.TdClassName
{
border-color: #C5AF02;
}
.TagClassName
{
border-color: #C5AF02;
}
</style>