Shades of La Rioja #AFB90F
Tints of La Rioja #AFB90F
RGB
CMYK
RGB Variations
Color information
#AFB90F (or 0xAFB90F) is known color: La Rioja. HEX triplet: AF, B9 and 0F. RGB value is (175,185,15). Sum of RGB (Red+Green+Blue) = 175+185+15=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB90F is #5046F0. Grayscale: #A3A3A3. Windows color (decimal): -5261041 or 1030575. OLE color: 1030575.
HSL color Cylindrical-coordinate representation of color #AFB90F: hue angle of 63.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFB90F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.27 |
| HSL | 63.53º | 0.85% | 0.39% | - |
| HSV(B) | 63.53º | 0.92% | 0.73% | - |
| XYZ | 35.11 | 43.85 | 7.06 | - |
| YUV | 162.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 15 | 0.05 | 0 | 0.92 | 0.27 | 63.53 | 0.85 | 0.39 |
| Hex | AF | B9 | F | 5 | 0 | 5C | 1B | 40 | 55 | 27 |
| Octal | 257 | 271 | 17 | 5 | 0 | 134 | 33 | 100 | 125 | 47 |
| Binary | 10101111 | 10111001 | 1111 | 101 | 0 | 1011100 | 11011 | 1000000 | 1010101 | 100111 |
Color Harmonies of #AFB90F
Complementary color
Monochromatic Colors of #AFB90F
Black with #AFB90F
Text Example
Text Example
White with #AFB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB90F; }
p { color: rgb(175,185,15); }
H1.HeaderClassName
{
color: #AFB90F;
}
.AnyTagClassName
{
color: #AFB90F;
}
</style>
background-color css
<style>
a { background-color: #AFB90F; }
a { background-color: rgb(175,185,15); }
div.DivClassName
{
background-color: #AFB90F;
}
.BgClassName
{
background-color: #AFB90F;
}
</style>
border-color css
<style>
span { border-color: #AFB90F; }
span { border-color: rgb(175,185,15); }
td.TdClassName
{
border-color: #AFB90F;
}
.TagClassName
{
border-color: #AFB90F;
}
</style>