Shades of La Rioja #ADB511
Tints of La Rioja #ADB511
RGB
CMYK
RGB Variations
Color information
#ADB511 (or 0xADB511) is known color: La Rioja. HEX triplet: AD, B5 and 11. RGB value is (173,181,17). Sum of RGB (Red+Green+Blue) = 173+181+17=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB511 is #524AEE. Grayscale: #A0A0A0. Windows color (decimal): -5393135 or 1160621. OLE color: 1160621.
HSL color Cylindrical-coordinate representation of color #ADB511: hue angle of 62.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB511 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.29 |
| HSL | 62.93º | 0.83% | 0.39% | - |
| HSV(B) | 62.93º | 0.91% | 0.71% | - |
| XYZ | 33.86 | 41.97 | 6.85 | - |
| YUV | 159.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 17 | 0.04 | 0 | 0.91 | 0.29 | 62.93 | 0.83 | 0.39 |
| Hex | AD | B5 | 11 | 4 | 0 | 5B | 1D | 3F | 53 | 27 |
| Octal | 255 | 265 | 21 | 4 | 0 | 133 | 35 | 77 | 123 | 47 |
| Binary | 10101101 | 10110101 | 10001 | 100 | 0 | 1011011 | 11101 | 111111 | 1010011 | 100111 |
Color Harmonies of #ADB511
Complementary color
Monochromatic Colors of #ADB511
Black with #ADB511
Text Example
Text Example
White with #ADB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB511; }
p { color: rgb(173,181,17); }
H1.HeaderClassName
{
color: #ADB511;
}
.AnyTagClassName
{
color: #ADB511;
}
</style>
background-color css
<style>
a { background-color: #ADB511; }
a { background-color: rgb(173,181,17); }
div.DivClassName
{
background-color: #ADB511;
}
.BgClassName
{
background-color: #ADB511;
}
</style>
border-color css
<style>
span { border-color: #ADB511; }
span { border-color: rgb(173,181,17); }
td.TdClassName
{
border-color: #ADB511;
}
.TagClassName
{
border-color: #ADB511;
}
</style>