Shades of La Rioja #AFBA0D
Tints of La Rioja #AFBA0D
RGB
CMYK
RGB Variations
Color information
#AFBA0D (or 0xAFBA0D) is known color: La Rioja. HEX triplet: AF, BA and 0D. RGB value is (175,186,13). Sum of RGB (Red+Green+Blue) = 175+186+13=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA0D is #5045F2. Grayscale: #A3A3A3. Windows color (decimal): -5260787 or 899759. OLE color: 899759.
HSL color Cylindrical-coordinate representation of color #AFBA0D: hue angle of 63.82º 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 #AFBA0D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.27 |
| HSL | 63.82º | 0.87% | 0.39% | - |
| HSV(B) | 63.82º | 0.93% | 0.73% | - |
| XYZ | 35.31 | 44.26 | 7.06 | - |
| YUV | 162.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 13 | 0.06 | 0 | 0.93 | 0.27 | 63.82 | 0.87 | 0.39 |
| Hex | AF | BA | D | 6 | 0 | 5D | 1B | 40 | 57 | 27 |
| Octal | 257 | 272 | 15 | 6 | 0 | 135 | 33 | 100 | 127 | 47 |
| Binary | 10101111 | 10111010 | 1101 | 110 | 0 | 1011101 | 11011 | 1000000 | 1010111 | 100111 |
Color Harmonies of #AFBA0D
Complementary color
Monochromatic Colors of #AFBA0D
Black with #AFBA0D
Text Example
Text Example
White with #AFBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA0D; }
p { color: rgb(175,186,13); }
H1.HeaderClassName
{
color: #AFBA0D;
}
.AnyTagClassName
{
color: #AFBA0D;
}
</style>
background-color css
<style>
a { background-color: #AFBA0D; }
a { background-color: rgb(175,186,13); }
div.DivClassName
{
background-color: #AFBA0D;
}
.BgClassName
{
background-color: #AFBA0D;
}
</style>
border-color css
<style>
span { border-color: #AFBA0D; }
span { border-color: rgb(175,186,13); }
td.TdClassName
{
border-color: #AFBA0D;
}
.TagClassName
{
border-color: #AFBA0D;
}
</style>