Shades of La Rioja #ADBC0A
Tints of La Rioja #ADBC0A
RGB
CMYK
RGB Variations
Color information
#ADBC0A (or 0xADBC0A) is known color: La Rioja. HEX triplet: AD, BC and 0A. RGB value is (173,188,10). Sum of RGB (Red+Green+Blue) = 173+188+10=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC0A is #5243F5. Grayscale: #A3A3A3. Windows color (decimal): -5391350 or 703661. OLE color: 703661.
HSL color Cylindrical-coordinate representation of color #ADBC0A: hue angle of 65.06º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADBC0A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 10 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.26 |
| HSL | 65.06º | 0.9% | 0.39% | - |
| HSV(B) | 65.06º | 0.95% | 0.74% | - |
| XYZ | 35.27 | 44.87 | 7.09 | - |
| YUV | 163.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 10 | 0.08 | 0 | 0.95 | 0.26 | 65.06 | 0.9 | 0.39 |
| Hex | AD | BC | A | 8 | 0 | 5F | 1A | 41 | 5A | 27 |
| Octal | 255 | 274 | 12 | 10 | 0 | 137 | 32 | 101 | 132 | 47 |
| Binary | 10101101 | 10111100 | 1010 | 1000 | 0 | 1011111 | 11010 | 1000001 | 1011010 | 100111 |
Color Harmonies of #ADBC0A
Complementary color
Monochromatic Colors of #ADBC0A
Black with #ADBC0A
Text Example
Text Example
White with #ADBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC0A; }
p { color: rgb(173,188,10); }
H1.HeaderClassName
{
color: #ADBC0A;
}
.AnyTagClassName
{
color: #ADBC0A;
}
</style>
background-color css
<style>
a { background-color: #ADBC0A; }
a { background-color: rgb(173,188,10); }
div.DivClassName
{
background-color: #ADBC0A;
}
.BgClassName
{
background-color: #ADBC0A;
}
</style>
border-color css
<style>
span { border-color: #ADBC0A; }
span { border-color: rgb(173,188,10); }
td.TdClassName
{
border-color: #ADBC0A;
}
.TagClassName
{
border-color: #ADBC0A;
}
</style>