Shades of La Rioja #AFBE0F
Tints of La Rioja #AFBE0F
RGB
CMYK
RGB Variations
Color information
#AFBE0F (or 0xAFBE0F) is known color: La Rioja. HEX triplet: AF, BE and 0F. RGB value is (175,190,15). Sum of RGB (Red+Green+Blue) = 175+190+15=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE0F is #5041F0. Grayscale: #A6A6A6. Windows color (decimal): -5259761 or 1031855. OLE color: 1031855.
HSL color Cylindrical-coordinate representation of color #AFBE0F: hue angle of 65.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFBE0F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 15 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.25 |
| HSL | 65.14º | 0.85% | 0.4% | - |
| HSV(B) | 65.14º | 0.92% | 0.75% | - |
| XYZ | 36.18 | 45.98 | 7.42 | - |
| YUV | 165.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 15 | 0.08 | 0 | 0.92 | 0.25 | 65.14 | 0.85 | 0.4 |
| Hex | AF | BE | F | 8 | 0 | 5C | 19 | 41 | 55 | 28 |
| Octal | 257 | 276 | 17 | 10 | 0 | 134 | 31 | 101 | 125 | 50 |
| Binary | 10101111 | 10111110 | 1111 | 1000 | 0 | 1011100 | 11001 | 1000001 | 1010101 | 101000 |
Color Harmonies of #AFBE0F
Complementary color
Monochromatic Colors of #AFBE0F
Black with #AFBE0F
Text Example
Text Example
White with #AFBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE0F; }
p { color: rgb(175,190,15); }
H1.HeaderClassName
{
color: #AFBE0F;
}
.AnyTagClassName
{
color: #AFBE0F;
}
</style>
background-color css
<style>
a { background-color: #AFBE0F; }
a { background-color: rgb(175,190,15); }
div.DivClassName
{
background-color: #AFBE0F;
}
.BgClassName
{
background-color: #AFBE0F;
}
</style>
border-color css
<style>
span { border-color: #AFBE0F; }
span { border-color: rgb(175,190,15); }
td.TdClassName
{
border-color: #AFBE0F;
}
.TagClassName
{
border-color: #AFBE0F;
}
</style>