Shades of La Rioja #AFBE11
Tints of La Rioja #AFBE11
RGB
CMYK
RGB Variations
Color information
#AFBE11 (or 0xAFBE11) is known color: La Rioja. HEX triplet: AF, BE and 11. RGB value is (175,190,17). Sum of RGB (Red+Green+Blue) = 175+190+17=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE11 is #5041EE. Grayscale: #A6A6A6. Windows color (decimal): -5259759 or 1162927. OLE color: 1162927.
HSL color Cylindrical-coordinate representation of color #AFBE11: hue angle of 65.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFBE11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.25 |
| HSL | 65.2º | 0.84% | 0.41% | - |
| HSV(B) | 65.2º | 0.91% | 0.75% | - |
| XYZ | 36.19 | 45.98 | 7.5 | - |
| YUV | 165.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 17 | 0.08 | 0 | 0.91 | 0.25 | 65.2 | 0.84 | 0.41 |
| Hex | AF | BE | 11 | 8 | 0 | 5B | 19 | 41 | 54 | 29 |
| Octal | 257 | 276 | 21 | 10 | 0 | 133 | 31 | 101 | 124 | 51 |
| Binary | 10101111 | 10111110 | 10001 | 1000 | 0 | 1011011 | 11001 | 1000001 | 1010100 | 101001 |
Color Harmonies of #AFBE11
Complementary color
Monochromatic Colors of #AFBE11
Black with #AFBE11
Text Example
Text Example
White with #AFBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE11; }
p { color: rgb(175,190,17); }
H1.HeaderClassName
{
color: #AFBE11;
}
.AnyTagClassName
{
color: #AFBE11;
}
</style>
background-color css
<style>
a { background-color: #AFBE11; }
a { background-color: rgb(175,190,17); }
div.DivClassName
{
background-color: #AFBE11;
}
.BgClassName
{
background-color: #AFBE11;
}
</style>
border-color css
<style>
span { border-color: #AFBE11; }
span { border-color: rgb(175,190,17); }
td.TdClassName
{
border-color: #AFBE11;
}
.TagClassName
{
border-color: #AFBE11;
}
</style>