Shades of La Rioja #ADBA0D
Tints of La Rioja #ADBA0D
RGB
CMYK
RGB Variations
Color information
#ADBA0D (or 0xADBA0D) is known color: La Rioja. HEX triplet: AD, BA and 0D. RGB value is (173,186,13). Sum of RGB (Red+Green+Blue) = 173+186+13=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0D is #5245F2. Grayscale: #A3A3A3. Windows color (decimal): -5391859 or 899757. OLE color: 899757.
HSL color Cylindrical-coordinate representation of color #ADBA0D: hue angle of 64.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADBA0D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.27 |
| HSL | 64.51º | 0.87% | 0.39% | - |
| HSV(B) | 64.51º | 0.93% | 0.73% | - |
| XYZ | 34.87 | 44.03 | 7.04 | - |
| YUV | 162.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 13 | 0.07 | 0 | 0.93 | 0.27 | 64.51 | 0.87 | 0.39 |
| Hex | AD | BA | D | 7 | 0 | 5D | 1B | 41 | 57 | 27 |
| Octal | 255 | 272 | 15 | 7 | 0 | 135 | 33 | 101 | 127 | 47 |
| Binary | 10101101 | 10111010 | 1101 | 111 | 0 | 1011101 | 11011 | 1000001 | 1010111 | 100111 |
Color Harmonies of #ADBA0D
Complementary color
Monochromatic Colors of #ADBA0D
Black with #ADBA0D
Text Example
Text Example
White with #ADBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA0D; }
p { color: rgb(173,186,13); }
H1.HeaderClassName
{
color: #ADBA0D;
}
.AnyTagClassName
{
color: #ADBA0D;
}
</style>
background-color css
<style>
a { background-color: #ADBA0D; }
a { background-color: rgb(173,186,13); }
div.DivClassName
{
background-color: #ADBA0D;
}
.BgClassName
{
background-color: #ADBA0D;
}
</style>
border-color css
<style>
span { border-color: #ADBA0D; }
span { border-color: rgb(173,186,13); }
td.TdClassName
{
border-color: #ADBA0D;
}
.TagClassName
{
border-color: #ADBA0D;
}
</style>