Shades of La Rioja #AFB60C
Tints of La Rioja #AFB60C
RGB
CMYK
RGB Variations
Color information
#AFB60C (or 0xAFB60C) is known color: La Rioja. HEX triplet: AF, B6 and 0C. RGB value is (175,182,12). Sum of RGB (Red+Green+Blue) = 175+182+12=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB60C is #5049F3. Grayscale: #A1A1A1. Windows color (decimal): -5261812 or 833199. OLE color: 833199.
HSL color Cylindrical-coordinate representation of color #AFB60C: hue angle of 62.47º 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 #AFB60C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 12 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.29 |
| HSL | 62.47º | 0.88% | 0.38% | - |
| HSV(B) | 62.47º | 0.93% | 0.71% | - |
| XYZ | 34.47 | 42.6 | 6.75 | - |
| YUV | 160.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 12 | 0.04 | 0 | 0.93 | 0.29 | 62.47 | 0.88 | 0.38 |
| Hex | AF | B6 | C | 4 | 0 | 5D | 1D | 3E | 58 | 26 |
| Octal | 257 | 266 | 14 | 4 | 0 | 135 | 35 | 76 | 130 | 46 |
| Binary | 10101111 | 10110110 | 1100 | 100 | 0 | 1011101 | 11101 | 111110 | 1011000 | 100110 |
Color Harmonies of #AFB60C
Complementary color
Monochromatic Colors of #AFB60C
Black with #AFB60C
Text Example
Text Example
White with #AFB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB60C; }
p { color: rgb(175,182,12); }
H1.HeaderClassName
{
color: #AFB60C;
}
.AnyTagClassName
{
color: #AFB60C;
}
</style>
background-color css
<style>
a { background-color: #AFB60C; }
a { background-color: rgb(175,182,12); }
div.DivClassName
{
background-color: #AFB60C;
}
.BgClassName
{
background-color: #AFB60C;
}
</style>
border-color css
<style>
span { border-color: #AFB60C; }
span { border-color: rgb(175,182,12); }
td.TdClassName
{
border-color: #AFB60C;
}
.TagClassName
{
border-color: #AFB60C;
}
</style>