Shades of La Rioja #AFBB11
Tints of La Rioja #AFBB11
RGB
CMYK
RGB Variations
Color information
#AFBB11 (or 0xAFBB11) is known color: La Rioja. HEX triplet: AF, BB and 11. RGB value is (175,187,17). Sum of RGB (Red+Green+Blue) = 175+187+17=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB11 is #5044EE. Grayscale: #A4A4A4. Windows color (decimal): -5260527 or 1162159. OLE color: 1162159.
HSL color Cylindrical-coordinate representation of color #AFBB11: hue angle of 64.24º degrees, saturation: 0.83, 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 #AFBB11 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.27 |
| HSL | 64.24º | 0.83% | 0.4% | - |
| HSV(B) | 64.24º | 0.91% | 0.73% | - |
| XYZ | 35.55 | 44.7 | 7.28 | - |
| YUV | 164.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 17 | 0.06 | 0 | 0.91 | 0.27 | 64.24 | 0.83 | 0.4 |
| Hex | AF | BB | 11 | 6 | 0 | 5B | 1B | 40 | 53 | 28 |
| Octal | 257 | 273 | 21 | 6 | 0 | 133 | 33 | 100 | 123 | 50 |
| Binary | 10101111 | 10111011 | 10001 | 110 | 0 | 1011011 | 11011 | 1000000 | 1010011 | 101000 |
Color Harmonies of #AFBB11
Complementary color
Monochromatic Colors of #AFBB11
Black with #AFBB11
Text Example
Text Example
White with #AFBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB11; }
p { color: rgb(175,187,17); }
H1.HeaderClassName
{
color: #AFBB11;
}
.AnyTagClassName
{
color: #AFBB11;
}
</style>
background-color css
<style>
a { background-color: #AFBB11; }
a { background-color: rgb(175,187,17); }
div.DivClassName
{
background-color: #AFBB11;
}
.BgClassName
{
background-color: #AFBB11;
}
</style>
border-color css
<style>
span { border-color: #AFBB11; }
span { border-color: rgb(175,187,17); }
td.TdClassName
{
border-color: #AFBB11;
}
.TagClassName
{
border-color: #AFBB11;
}
</style>