Shades of La Rioja #AFBA10
Tints of La Rioja #AFBA10
RGB
CMYK
RGB Variations
Color information
#AFBA10 (or 0xAFBA10) is known color: La Rioja. HEX triplet: AF, BA and 10. RGB value is (175,186,16). Sum of RGB (Red+Green+Blue) = 175+186+16=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA10 is #5045EF. Grayscale: #A4A4A4. Windows color (decimal): -5260784 or 1096367. OLE color: 1096367.
HSL color Cylindrical-coordinate representation of color #AFBA10: hue angle of 63.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFBA10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.27 |
| HSL | 63.88º | 0.84% | 0.4% | - |
| HSV(B) | 63.88º | 0.91% | 0.73% | - |
| XYZ | 35.33 | 44.27 | 7.17 | - |
| YUV | 163.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 16 | 0.06 | 0 | 0.91 | 0.27 | 63.88 | 0.84 | 0.4 |
| Hex | AF | BA | 10 | 6 | 0 | 5B | 1B | 40 | 54 | 28 |
| Octal | 257 | 272 | 20 | 6 | 0 | 133 | 33 | 100 | 124 | 50 |
| Binary | 10101111 | 10111010 | 10000 | 110 | 0 | 1011011 | 11011 | 1000000 | 1010100 | 101000 |
Color Harmonies of #AFBA10
Complementary color
Monochromatic Colors of #AFBA10
Black with #AFBA10
Text Example
Text Example
White with #AFBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA10; }
p { color: rgb(175,186,16); }
H1.HeaderClassName
{
color: #AFBA10;
}
.AnyTagClassName
{
color: #AFBA10;
}
</style>
background-color css
<style>
a { background-color: #AFBA10; }
a { background-color: rgb(175,186,16); }
div.DivClassName
{
background-color: #AFBA10;
}
.BgClassName
{
background-color: #AFBA10;
}
</style>
border-color css
<style>
span { border-color: #AFBA10; }
span { border-color: rgb(175,186,16); }
td.TdClassName
{
border-color: #AFBA10;
}
.TagClassName
{
border-color: #AFBA10;
}
</style>