Shades of La Rioja #AFB913
Tints of La Rioja #AFB913
RGB
CMYK
RGB Variations
Color information
#AFB913 (or 0xAFB913) is known color: La Rioja. HEX triplet: AF, B9 and 13. RGB value is (175,185,19). Sum of RGB (Red+Green+Blue) = 175+185+19=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB913 is #5046EC. Grayscale: #A3A3A3. Windows color (decimal): -5261037 or 1292719. OLE color: 1292719.
HSL color Cylindrical-coordinate representation of color #AFB913: hue angle of 63.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB913 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.27 |
| HSL | 63.61º | 0.81% | 0.4% | - |
| HSV(B) | 63.61º | 0.9% | 0.73% | - |
| XYZ | 35.15 | 43.86 | 7.23 | - |
| YUV | 163.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 19 | 0.05 | 0 | 0.90 | 0.27 | 63.61 | 0.81 | 0.4 |
| Hex | AF | B9 | 13 | 5 | 0 | 5A | 1B | 40 | 51 | 28 |
| Octal | 257 | 271 | 23 | 5 | 0 | 132 | 33 | 100 | 121 | 50 |
| Binary | 10101111 | 10111001 | 10011 | 101 | 0 | 1011010 | 11011 | 1000000 | 1010001 | 101000 |
Color Harmonies of #AFB913
Complementary color
Monochromatic Colors of #AFB913
Black with #AFB913
Text Example
Text Example
White with #AFB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB913; }
p { color: rgb(175,185,19); }
H1.HeaderClassName
{
color: #AFB913;
}
.AnyTagClassName
{
color: #AFB913;
}
</style>
background-color css
<style>
a { background-color: #AFB913; }
a { background-color: rgb(175,185,19); }
div.DivClassName
{
background-color: #AFB913;
}
.BgClassName
{
background-color: #AFB913;
}
</style>
border-color css
<style>
span { border-color: #AFB913; }
span { border-color: rgb(175,185,19); }
td.TdClassName
{
border-color: #AFB913;
}
.TagClassName
{
border-color: #AFB913;
}
</style>