Shades of La Rioja #ADC705
Tints of La Rioja #ADC705
RGB
CMYK
RGB Variations
Color information
#ADC705 (or 0xADC705) is known color: La Rioja. HEX triplet: AD, C7 and 05. RGB value is (173,199,5). Sum of RGB (Red+Green+Blue) = 173+199+5=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC705 is #5238FA. Grayscale: #A9A9A9. Windows color (decimal): -5388539 or 378797. OLE color: 378797.
HSL color Cylindrical-coordinate representation of color #ADC705: hue angle of 68.04º degrees, saturation: 0.95, 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 #ADC705 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.22 |
| HSL | 68.04º | 0.95% | 0.4% | - |
| HSV(B) | 68.04º | 0.97% | 0.78% | - |
| XYZ | 37.68 | 49.74 | 7.76 | - |
| YUV | 169.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 5 | 0.13 | 0 | 0.97 | 0.22 | 68.04 | 0.95 | 0.4 |
| Hex | AD | C7 | 5 | D | 0 | 61 | 16 | 44 | 5F | 28 |
| Octal | 255 | 307 | 5 | 15 | 0 | 141 | 26 | 104 | 137 | 50 |
| Binary | 10101101 | 11000111 | 101 | 1101 | 0 | 1100001 | 10110 | 1000100 | 1011111 | 101000 |
Color Harmonies of #ADC705
Complementary color
Monochromatic Colors of #ADC705
Black with #ADC705
Text Example
Text Example
White with #ADC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC705; }
p { color: rgb(173,199,5); }
H1.HeaderClassName
{
color: #ADC705;
}
.AnyTagClassName
{
color: #ADC705;
}
</style>
background-color css
<style>
a { background-color: #ADC705; }
a { background-color: rgb(173,199,5); }
div.DivClassName
{
background-color: #ADC705;
}
.BgClassName
{
background-color: #ADC705;
}
</style>
border-color css
<style>
span { border-color: #ADC705; }
span { border-color: rgb(173,199,5); }
td.TdClassName
{
border-color: #ADC705;
}
.TagClassName
{
border-color: #ADC705;
}
</style>