Shades of La Rioja #ADB70F
Tints of La Rioja #ADB70F
RGB
CMYK
RGB Variations
Color information
#ADB70F (or 0xADB70F) is known color: La Rioja. HEX triplet: AD, B7 and 0F. RGB value is (173,183,15). Sum of RGB (Red+Green+Blue) = 173+183+15=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB70F is #5248F0. Grayscale: #A1A1A1. Windows color (decimal): -5392625 or 1030061. OLE color: 1030061.
HSL color Cylindrical-coordinate representation of color #ADB70F: hue angle of 63.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB70F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.28 |
| HSL | 63.57º | 0.85% | 0.39% | - |
| HSV(B) | 63.57º | 0.92% | 0.72% | - |
| XYZ | 34.25 | 42.79 | 6.91 | - |
| YUV | 160.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 15 | 0.05 | 0 | 0.92 | 0.28 | 63.57 | 0.85 | 0.39 |
| Hex | AD | B7 | F | 5 | 0 | 5C | 1C | 40 | 55 | 27 |
| Octal | 255 | 267 | 17 | 5 | 0 | 134 | 34 | 100 | 125 | 47 |
| Binary | 10101101 | 10110111 | 1111 | 101 | 0 | 1011100 | 11100 | 1000000 | 1010101 | 100111 |
Color Harmonies of #ADB70F
Complementary color
Monochromatic Colors of #ADB70F
Black with #ADB70F
Text Example
Text Example
White with #ADB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB70F; }
p { color: rgb(173,183,15); }
H1.HeaderClassName
{
color: #ADB70F;
}
.AnyTagClassName
{
color: #ADB70F;
}
</style>
background-color css
<style>
a { background-color: #ADB70F; }
a { background-color: rgb(173,183,15); }
div.DivClassName
{
background-color: #ADB70F;
}
.BgClassName
{
background-color: #ADB70F;
}
</style>
border-color css
<style>
span { border-color: #ADB70F; }
span { border-color: rgb(173,183,15); }
td.TdClassName
{
border-color: #ADB70F;
}
.TagClassName
{
border-color: #ADB70F;
}
</style>