Shades of La Rioja #ADB711
Tints of La Rioja #ADB711
RGB
CMYK
RGB Variations
Color information
#ADB711 (or 0xADB711) is known color: La Rioja. HEX triplet: AD, B7 and 11. RGB value is (173,183,17). Sum of RGB (Red+Green+Blue) = 173+183+17=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB711 is #5248EE. Grayscale: #A1A1A1. Windows color (decimal): -5392623 or 1161133. OLE color: 1161133.
HSL color Cylindrical-coordinate representation of color #ADB711: hue angle of 63.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB711 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 17 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.28 |
| HSL | 63.61º | 0.83% | 0.39% | - |
| HSV(B) | 63.61º | 0.91% | 0.72% | - |
| XYZ | 34.27 | 42.79 | 6.98 | - |
| YUV | 161.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 17 | 0.05 | 0 | 0.91 | 0.28 | 63.61 | 0.83 | 0.39 |
| Hex | AD | B7 | 11 | 5 | 0 | 5B | 1C | 40 | 53 | 27 |
| Octal | 255 | 267 | 21 | 5 | 0 | 133 | 34 | 100 | 123 | 47 |
| Binary | 10101101 | 10110111 | 10001 | 101 | 0 | 1011011 | 11100 | 1000000 | 1010011 | 100111 |
Color Harmonies of #ADB711
Complementary color
Monochromatic Colors of #ADB711
Black with #ADB711
Text Example
Text Example
White with #ADB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB711; }
p { color: rgb(173,183,17); }
H1.HeaderClassName
{
color: #ADB711;
}
.AnyTagClassName
{
color: #ADB711;
}
</style>
background-color css
<style>
a { background-color: #ADB711; }
a { background-color: rgb(173,183,17); }
div.DivClassName
{
background-color: #ADB711;
}
.BgClassName
{
background-color: #ADB711;
}
</style>
border-color css
<style>
span { border-color: #ADB711; }
span { border-color: rgb(173,183,17); }
td.TdClassName
{
border-color: #ADB711;
}
.TagClassName
{
border-color: #ADB711;
}
</style>