Shades of La Rioja #ADC906
Tints of La Rioja #ADC906
RGB
CMYK
RGB Variations
Color information
#ADC906 (or 0xADC906) is known color: La Rioja. HEX triplet: AD, C9 and 06. RGB value is (173,201,6). Sum of RGB (Red+Green+Blue) = 173+201+6=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC906 is #5236F9. Grayscale: #ABABAB. Windows color (decimal): -5388026 or 444845. OLE color: 444845.
HSL color Cylindrical-coordinate representation of color #ADC906: hue angle of 68.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC906 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.21 |
| HSL | 68.62º | 0.94% | 0.41% | - |
| HSV(B) | 68.62º | 0.97% | 0.79% | - |
| XYZ | 38.15 | 50.67 | 7.94 | - |
| YUV | 170.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 6 | 0.14 | 0 | 0.97 | 0.21 | 68.62 | 0.94 | 0.41 |
| Hex | AD | C9 | 6 | E | 0 | 61 | 15 | 45 | 5E | 29 |
| Octal | 255 | 311 | 6 | 16 | 0 | 141 | 25 | 105 | 136 | 51 |
| Binary | 10101101 | 11001001 | 110 | 1110 | 0 | 1100001 | 10101 | 1000101 | 1011110 | 101001 |
Color Harmonies of #ADC906
Complementary color
Monochromatic Colors of #ADC906
Black with #ADC906
Text Example
Text Example
White with #ADC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC906; }
p { color: rgb(173,201,6); }
H1.HeaderClassName
{
color: #ADC906;
}
.AnyTagClassName
{
color: #ADC906;
}
</style>
background-color css
<style>
a { background-color: #ADC906; }
a { background-color: rgb(173,201,6); }
div.DivClassName
{
background-color: #ADC906;
}
.BgClassName
{
background-color: #ADC906;
}
</style>
border-color css
<style>
span { border-color: #ADC906; }
span { border-color: rgb(173,201,6); }
td.TdClassName
{
border-color: #ADC906;
}
.TagClassName
{
border-color: #ADC906;
}
</style>