Shades of La Rioja #AFBD0C
Tints of La Rioja #AFBD0C
RGB
CMYK
RGB Variations
Color information
#AFBD0C (or 0xAFBD0C) is known color: La Rioja. HEX triplet: AF, BD and 0C. RGB value is (175,189,12). Sum of RGB (Red+Green+Blue) = 175+189+12=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBD0C is #5042F3. Grayscale: #A5A5A5. Windows color (decimal): -5260020 or 834991. OLE color: 834991.
HSL color Cylindrical-coordinate representation of color #AFBD0C: hue angle of 64.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFBD0C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.26 |
| HSL | 64.75º | 0.88% | 0.39% | - |
| HSV(B) | 64.75º | 0.94% | 0.74% | - |
| XYZ | 35.94 | 45.54 | 7.24 | - |
| YUV | 164.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 12 | 0.07 | 0 | 0.94 | 0.26 | 64.75 | 0.88 | 0.39 |
| Hex | AF | BD | C | 7 | 0 | 5E | 1A | 41 | 58 | 27 |
| Octal | 257 | 275 | 14 | 7 | 0 | 136 | 32 | 101 | 130 | 47 |
| Binary | 10101111 | 10111101 | 1100 | 111 | 0 | 1011110 | 11010 | 1000001 | 1011000 | 100111 |
Color Harmonies of #AFBD0C
Complementary color
Monochromatic Colors of #AFBD0C
Black with #AFBD0C
Text Example
Text Example
White with #AFBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD0C; }
p { color: rgb(175,189,12); }
H1.HeaderClassName
{
color: #AFBD0C;
}
.AnyTagClassName
{
color: #AFBD0C;
}
</style>
background-color css
<style>
a { background-color: #AFBD0C; }
a { background-color: rgb(175,189,12); }
div.DivClassName
{
background-color: #AFBD0C;
}
.BgClassName
{
background-color: #AFBD0C;
}
</style>
border-color css
<style>
span { border-color: #AFBD0C; }
span { border-color: rgb(175,189,12); }
td.TdClassName
{
border-color: #AFBD0C;
}
.TagClassName
{
border-color: #AFBD0C;
}
</style>