Shades of La Rioja #AFB911
Tints of La Rioja #AFB911
RGB
CMYK
RGB Variations
Color information
#AFB911 (or 0xAFB911) is known color: La Rioja. HEX triplet: AF, B9 and 11. RGB value is (175,185,17). Sum of RGB (Red+Green+Blue) = 175+185+17=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB911 is #5046EE. Grayscale: #A3A3A3. Windows color (decimal): -5261039 or 1161647. OLE color: 1161647.
HSL color Cylindrical-coordinate representation of color #AFB911: hue angle of 63.57º 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 #AFB911 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 17 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.27 |
| HSL | 63.57º | 0.83% | 0.4% | - |
| HSV(B) | 63.57º | 0.91% | 0.73% | - |
| XYZ | 35.13 | 43.85 | 7.14 | - |
| YUV | 162.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 17 | 0.05 | 0 | 0.91 | 0.27 | 63.57 | 0.83 | 0.4 |
| Hex | AF | B9 | 11 | 5 | 0 | 5B | 1B | 40 | 53 | 28 |
| Octal | 257 | 271 | 21 | 5 | 0 | 133 | 33 | 100 | 123 | 50 |
| Binary | 10101111 | 10111001 | 10001 | 101 | 0 | 1011011 | 11011 | 1000000 | 1010011 | 101000 |
Color Harmonies of #AFB911
Complementary color
Monochromatic Colors of #AFB911
Black with #AFB911
Text Example
Text Example
White with #AFB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB911; }
p { color: rgb(175,185,17); }
H1.HeaderClassName
{
color: #AFB911;
}
.AnyTagClassName
{
color: #AFB911;
}
</style>
background-color css
<style>
a { background-color: #AFB911; }
a { background-color: rgb(175,185,17); }
div.DivClassName
{
background-color: #AFB911;
}
.BgClassName
{
background-color: #AFB911;
}
</style>
border-color css
<style>
span { border-color: #AFB911; }
span { border-color: rgb(175,185,17); }
td.TdClassName
{
border-color: #AFB911;
}
.TagClassName
{
border-color: #AFB911;
}
</style>