Shades of La Rioja #ADC706
Tints of La Rioja #ADC706
RGB
CMYK
RGB Variations
Color information
#ADC706 (or 0xADC706) is known color: La Rioja. HEX triplet: AD, C7 and 06. RGB value is (173,199,6). Sum of RGB (Red+Green+Blue) = 173+199+6=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC706 is #5238F9. Grayscale: #A9A9A9. Windows color (decimal): -5388538 or 444333. OLE color: 444333.
HSL color Cylindrical-coordinate representation of color #ADC706: hue angle of 68.08º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC706 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.22 |
| HSL | 68.08º | 0.94% | 0.4% | - |
| HSV(B) | 68.08º | 0.97% | 0.78% | - |
| XYZ | 37.69 | 49.74 | 7.79 | - |
| YUV | 169.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 6 | 0.13 | 0 | 0.97 | 0.22 | 68.08 | 0.94 | 0.4 |
| Hex | AD | C7 | 6 | D | 0 | 61 | 16 | 44 | 5E | 28 |
| Octal | 255 | 307 | 6 | 15 | 0 | 141 | 26 | 104 | 136 | 50 |
| Binary | 10101101 | 11000111 | 110 | 1101 | 0 | 1100001 | 10110 | 1000100 | 1011110 | 101000 |
Color Harmonies of #ADC706
Complementary color
Monochromatic Colors of #ADC706
Black with #ADC706
Text Example
Text Example
White with #ADC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC706; }
p { color: rgb(173,199,6); }
H1.HeaderClassName
{
color: #ADC706;
}
.AnyTagClassName
{
color: #ADC706;
}
</style>
background-color css
<style>
a { background-color: #ADC706; }
a { background-color: rgb(173,199,6); }
div.DivClassName
{
background-color: #ADC706;
}
.BgClassName
{
background-color: #ADC706;
}
</style>
border-color css
<style>
span { border-color: #ADC706; }
span { border-color: rgb(173,199,6); }
td.TdClassName
{
border-color: #ADC706;
}
.TagClassName
{
border-color: #ADC706;
}
</style>