Shades of La Rioja #AFBE0B
Tints of La Rioja #AFBE0B
RGB
CMYK
RGB Variations
Color information
#AFBE0B (or 0xAFBE0B) is known color: La Rioja. HEX triplet: AF, BE and 0B. RGB value is (175,190,11). Sum of RGB (Red+Green+Blue) = 175+190+11=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE0B is #5041F4. Grayscale: #A5A5A5. Windows color (decimal): -5259765 or 769711. OLE color: 769711.
HSL color Cylindrical-coordinate representation of color #AFBE0B: hue angle of 65.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFBE0B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.25 |
| HSL | 65.03º | 0.89% | 0.39% | - |
| HSV(B) | 65.03º | 0.94% | 0.75% | - |
| XYZ | 36.15 | 45.97 | 7.28 | - |
| YUV | 165.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 11 | 0.08 | 0 | 0.94 | 0.25 | 65.03 | 0.89 | 0.39 |
| Hex | AF | BE | B | 8 | 0 | 5E | 19 | 41 | 59 | 27 |
| Octal | 257 | 276 | 13 | 10 | 0 | 136 | 31 | 101 | 131 | 47 |
| Binary | 10101111 | 10111110 | 1011 | 1000 | 0 | 1011110 | 11001 | 1000001 | 1011001 | 100111 |
Color Harmonies of #AFBE0B
Complementary color
Monochromatic Colors of #AFBE0B
Black with #AFBE0B
Text Example
Text Example
White with #AFBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE0B; }
p { color: rgb(175,190,11); }
H1.HeaderClassName
{
color: #AFBE0B;
}
.AnyTagClassName
{
color: #AFBE0B;
}
</style>
background-color css
<style>
a { background-color: #AFBE0B; }
a { background-color: rgb(175,190,11); }
div.DivClassName
{
background-color: #AFBE0B;
}
.BgClassName
{
background-color: #AFBE0B;
}
</style>
border-color css
<style>
span { border-color: #AFBE0B; }
span { border-color: rgb(175,190,11); }
td.TdClassName
{
border-color: #AFBE0B;
}
.TagClassName
{
border-color: #AFBE0B;
}
</style>