Shades of La Rioja #ADC907
Tints of La Rioja #ADC907
RGB
CMYK
RGB Variations
Color information
#ADC907 (or 0xADC907) is known color: La Rioja. HEX triplet: AD, C9 and 07. RGB value is (173,201,7). Sum of RGB (Red+Green+Blue) = 173+201+7=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC907 is #5236F8. Grayscale: #ABABAB. Windows color (decimal): -5388025 or 510381. OLE color: 510381.
HSL color Cylindrical-coordinate representation of color #ADC907: hue angle of 68.66º degrees, saturation: 0.93, 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 #ADC907 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.21 |
| HSL | 68.66º | 0.93% | 0.41% | - |
| HSV(B) | 68.66º | 0.97% | 0.79% | - |
| XYZ | 38.16 | 50.67 | 7.97 | - |
| YUV | 170.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 7 | 0.14 | 0 | 0.97 | 0.21 | 68.66 | 0.93 | 0.41 |
| Hex | AD | C9 | 7 | E | 0 | 61 | 15 | 45 | 5D | 29 |
| Octal | 255 | 311 | 7 | 16 | 0 | 141 | 25 | 105 | 135 | 51 |
| Binary | 10101101 | 11001001 | 111 | 1110 | 0 | 1100001 | 10101 | 1000101 | 1011101 | 101001 |
Color Harmonies of #ADC907
Complementary color
Monochromatic Colors of #ADC907
Black with #ADC907
Text Example
Text Example
White with #ADC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC907; }
p { color: rgb(173,201,7); }
H1.HeaderClassName
{
color: #ADC907;
}
.AnyTagClassName
{
color: #ADC907;
}
</style>
background-color css
<style>
a { background-color: #ADC907; }
a { background-color: rgb(173,201,7); }
div.DivClassName
{
background-color: #ADC907;
}
.BgClassName
{
background-color: #ADC907;
}
</style>
border-color css
<style>
span { border-color: #ADC907; }
span { border-color: rgb(173,201,7); }
td.TdClassName
{
border-color: #ADC907;
}
.TagClassName
{
border-color: #ADC907;
}
</style>