Shades of La Rioja #AFB50C
Tints of La Rioja #AFB50C
RGB
CMYK
RGB Variations
Color information
#AFB50C (or 0xAFB50C) is known color: La Rioja. HEX triplet: AF, B5 and 0C. RGB value is (175,181,12). Sum of RGB (Red+Green+Blue) = 175+181+12=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB50C is #504AF3. Grayscale: #A0A0A0. Windows color (decimal): -5262068 or 832943. OLE color: 832943.
HSL color Cylindrical-coordinate representation of color #AFB50C: hue angle of 62.13º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB50C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 12 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.29 |
| HSL | 62.13º | 0.88% | 0.38% | - |
| HSV(B) | 62.13º | 0.93% | 0.71% | - |
| XYZ | 34.27 | 42.19 | 6.68 | - |
| YUV | 159.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 12 | 0.03 | 0 | 0.93 | 0.29 | 62.13 | 0.88 | 0.38 |
| Hex | AF | B5 | C | 3 | 0 | 5D | 1D | 3E | 58 | 26 |
| Octal | 257 | 265 | 14 | 3 | 0 | 135 | 35 | 76 | 130 | 46 |
| Binary | 10101111 | 10110101 | 1100 | 11 | 0 | 1011101 | 11101 | 111110 | 1011000 | 100110 |
Color Harmonies of #AFB50C
Complementary color
Monochromatic Colors of #AFB50C
Black with #AFB50C
Text Example
Text Example
White with #AFB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB50C; }
p { color: rgb(175,181,12); }
H1.HeaderClassName
{
color: #AFB50C;
}
.AnyTagClassName
{
color: #AFB50C;
}
</style>
background-color css
<style>
a { background-color: #AFB50C; }
a { background-color: rgb(175,181,12); }
div.DivClassName
{
background-color: #AFB50C;
}
.BgClassName
{
background-color: #AFB50C;
}
</style>
border-color css
<style>
span { border-color: #AFB50C; }
span { border-color: rgb(175,181,12); }
td.TdClassName
{
border-color: #AFB50C;
}
.TagClassName
{
border-color: #AFB50C;
}
</style>