Shades of La Rioja #C5AC00
Tints of La Rioja #C5AC00
RGB
CMYK
RGB Variations
Color information
#C5AC00 (or 0xC5AC00) is known color: La Rioja. HEX triplet: C5, AC and 00. RGB value is (197,172,0). Sum of RGB (Red+Green+Blue) = 197+172+0=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC00 is #3A53FF. Grayscale: #A0A0A0. Windows color (decimal): -3822592 or 44229. OLE color: 44229.
HSL color Cylindrical-coordinate representation of color #C5AC00: hue angle of 52.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5AC00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.23 |
| HSL | 52.39º | 1% | 0.39% | - |
| HSV(B) | 52.39º | 1% | 0.77% | - |
| XYZ | 37.78 | 41.38 | 6 | - |
| YUV | 159.87 | 37.78 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 0 | 0 | 0.13 | 1 | 0.23 | 52.39 | 1 | 0.39 |
| Hex | C5 | AC | 0 | 0 | D | 64 | 17 | 34 | 64 | 27 |
| Octal | 305 | 254 | 0 | 0 | 15 | 144 | 27 | 64 | 144 | 47 |
| Binary | 11000101 | 10101100 | 0 | 0 | 1101 | 1100100 | 10111 | 110100 | 1100100 | 100111 |
Color Harmonies of #C5AC00
Complementary color
Monochromatic Colors of #C5AC00
Black with #C5AC00
Text Example
Text Example
White with #C5AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC00; }
p { color: rgb(197,172,0); }
H1.HeaderClassName
{
color: #C5AC00;
}
.AnyTagClassName
{
color: #C5AC00;
}
</style>
background-color css
<style>
a { background-color: #C5AC00; }
a { background-color: rgb(197,172,0); }
div.DivClassName
{
background-color: #C5AC00;
}
.BgClassName
{
background-color: #C5AC00;
}
</style>
border-color css
<style>
span { border-color: #C5AC00; }
span { border-color: rgb(197,172,0); }
td.TdClassName
{
border-color: #C5AC00;
}
.TagClassName
{
border-color: #C5AC00;
}
</style>