Shades of La Rioja #ADB810
Tints of La Rioja #ADB810
RGB
CMYK
RGB Variations
Color information
#ADB810 (or 0xADB810) is known color: La Rioja. HEX triplet: AD, B8 and 10. RGB value is (173,184,16). Sum of RGB (Red+Green+Blue) = 173+184+16=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB810 is #5247EF. Grayscale: #A2A2A2. Windows color (decimal): -5392368 or 1095853. OLE color: 1095853.
HSL color Cylindrical-coordinate representation of color #ADB810: hue angle of 63.93º degrees, saturation: 0.84, 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 #ADB810 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.28 |
| HSL | 63.93º | 0.84% | 0.39% | - |
| HSV(B) | 63.93º | 0.91% | 0.72% | - |
| XYZ | 34.47 | 43.2 | 7.01 | - |
| YUV | 161.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 16 | 0.06 | 0 | 0.91 | 0.28 | 63.93 | 0.84 | 0.39 |
| Hex | AD | B8 | 10 | 6 | 0 | 5B | 1C | 40 | 54 | 27 |
| Octal | 255 | 270 | 20 | 6 | 0 | 133 | 34 | 100 | 124 | 47 |
| Binary | 10101101 | 10111000 | 10000 | 110 | 0 | 1011011 | 11100 | 1000000 | 1010100 | 100111 |
Color Harmonies of #ADB810
Complementary color
Monochromatic Colors of #ADB810
Black with #ADB810
Text Example
Text Example
White with #ADB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB810; }
p { color: rgb(173,184,16); }
H1.HeaderClassName
{
color: #ADB810;
}
.AnyTagClassName
{
color: #ADB810;
}
</style>
background-color css
<style>
a { background-color: #ADB810; }
a { background-color: rgb(173,184,16); }
div.DivClassName
{
background-color: #ADB810;
}
.BgClassName
{
background-color: #ADB810;
}
</style>
border-color css
<style>
span { border-color: #ADB810; }
span { border-color: rgb(173,184,16); }
td.TdClassName
{
border-color: #ADB810;
}
.TagClassName
{
border-color: #ADB810;
}
</style>