Shades of La Rioja #ADC107
Tints of La Rioja #ADC107
RGB
CMYK
RGB Variations
Color information
#ADC107 (or 0xADC107) is known color: La Rioja. HEX triplet: AD, C1 and 07. RGB value is (173,193,7). Sum of RGB (Red+Green+Blue) = 173+193+7=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC107 is #523EF8. Grayscale: #A6A6A6. Windows color (decimal): -5390073 or 508333. OLE color: 508333.
HSL color Cylindrical-coordinate representation of color #ADC107: hue angle of 66.45º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC107 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.24 |
| HSL | 66.45º | 0.93% | 0.39% | - |
| HSV(B) | 66.45º | 0.96% | 0.76% | - |
| XYZ | 36.34 | 47.04 | 7.37 | - |
| YUV | 165.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 7 | 0.10 | 0 | 0.96 | 0.24 | 66.45 | 0.93 | 0.39 |
| Hex | AD | C1 | 7 | A | 0 | 60 | 18 | 42 | 5D | 27 |
| Octal | 255 | 301 | 7 | 12 | 0 | 140 | 30 | 102 | 135 | 47 |
| Binary | 10101101 | 11000001 | 111 | 1010 | 0 | 1100000 | 11000 | 1000010 | 1011101 | 100111 |
Color Harmonies of #ADC107
Complementary color
Monochromatic Colors of #ADC107
Black with #ADC107
Text Example
Text Example
White with #ADC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC107; }
p { color: rgb(173,193,7); }
H1.HeaderClassName
{
color: #ADC107;
}
.AnyTagClassName
{
color: #ADC107;
}
</style>
background-color css
<style>
a { background-color: #ADC107; }
a { background-color: rgb(173,193,7); }
div.DivClassName
{
background-color: #ADC107;
}
.BgClassName
{
background-color: #ADC107;
}
</style>
border-color css
<style>
span { border-color: #ADC107; }
span { border-color: rgb(173,193,7); }
td.TdClassName
{
border-color: #ADC107;
}
.TagClassName
{
border-color: #ADC107;
}
</style>