Shades of La Rioja #AFB40C
Tints of La Rioja #AFB40C
RGB
CMYK
RGB Variations
Color information
#AFB40C (or 0xAFB40C) is known color: La Rioja. HEX triplet: AF, B4 and 0C. RGB value is (175,180,12). Sum of RGB (Red+Green+Blue) = 175+180+12=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB40C is #504BF3. Grayscale: #A0A0A0. Windows color (decimal): -5262324 or 832687. OLE color: 832687.
HSL color Cylindrical-coordinate representation of color #AFB40C: hue angle of 61.79º 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 #AFB40C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 12 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.29 |
| HSL | 61.79º | 0.88% | 0.38% | - |
| HSV(B) | 61.79º | 0.93% | 0.71% | - |
| XYZ | 34.07 | 41.78 | 6.62 | - |
| YUV | 159.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 12 | 0.03 | 0 | 0.93 | 0.29 | 61.79 | 0.88 | 0.38 |
| Hex | AF | B4 | C | 3 | 0 | 5D | 1D | 3E | 58 | 26 |
| Octal | 257 | 264 | 14 | 3 | 0 | 135 | 35 | 76 | 130 | 46 |
| Binary | 10101111 | 10110100 | 1100 | 11 | 0 | 1011101 | 11101 | 111110 | 1011000 | 100110 |
Color Harmonies of #AFB40C
Complementary color
Monochromatic Colors of #AFB40C
Black with #AFB40C
Text Example
Text Example
White with #AFB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB40C; }
p { color: rgb(175,180,12); }
H1.HeaderClassName
{
color: #AFB40C;
}
.AnyTagClassName
{
color: #AFB40C;
}
</style>
background-color css
<style>
a { background-color: #AFB40C; }
a { background-color: rgb(175,180,12); }
div.DivClassName
{
background-color: #AFB40C;
}
.BgClassName
{
background-color: #AFB40C;
}
</style>
border-color css
<style>
span { border-color: #AFB40C; }
span { border-color: rgb(175,180,12); }
td.TdClassName
{
border-color: #AFB40C;
}
.TagClassName
{
border-color: #AFB40C;
}
</style>