Shades of La Rioja #AFB80C
Tints of La Rioja #AFB80C
RGB
CMYK
RGB Variations
Color information
#AFB80C (or 0xAFB80C) is known color: La Rioja. HEX triplet: AF, B8 and 0C. RGB value is (175,184,12). Sum of RGB (Red+Green+Blue) = 175+184+12=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB80C is #5047F3. Grayscale: #A2A2A2. Windows color (decimal): -5261300 or 833711. OLE color: 833711.
HSL color Cylindrical-coordinate representation of color #AFB80C: hue angle of 63.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB80C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 12 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.28 |
| HSL | 63.14º | 0.88% | 0.38% | - |
| HSV(B) | 63.14º | 0.93% | 0.72% | - |
| XYZ | 34.89 | 43.42 | 6.89 | - |
| YUV | 161.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 12 | 0.05 | 0 | 0.93 | 0.28 | 63.14 | 0.88 | 0.38 |
| Hex | AF | B8 | C | 5 | 0 | 5D | 1C | 3F | 58 | 26 |
| Octal | 257 | 270 | 14 | 5 | 0 | 135 | 34 | 77 | 130 | 46 |
| Binary | 10101111 | 10111000 | 1100 | 101 | 0 | 1011101 | 11100 | 111111 | 1011000 | 100110 |
Color Harmonies of #AFB80C
Complementary color
Monochromatic Colors of #AFB80C
Black with #AFB80C
Text Example
Text Example
White with #AFB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB80C; }
p { color: rgb(175,184,12); }
H1.HeaderClassName
{
color: #AFB80C;
}
.AnyTagClassName
{
color: #AFB80C;
}
</style>
background-color css
<style>
a { background-color: #AFB80C; }
a { background-color: rgb(175,184,12); }
div.DivClassName
{
background-color: #AFB80C;
}
.BgClassName
{
background-color: #AFB80C;
}
</style>
border-color css
<style>
span { border-color: #AFB80C; }
span { border-color: rgb(175,184,12); }
td.TdClassName
{
border-color: #AFB80C;
}
.TagClassName
{
border-color: #AFB80C;
}
</style>