Shades of La Rioja #AFB910
Tints of La Rioja #AFB910
RGB
CMYK
RGB Variations
Color information
#AFB910 (or 0xAFB910) is known color: La Rioja. HEX triplet: AF, B9 and 10. RGB value is (175,185,16). Sum of RGB (Red+Green+Blue) = 175+185+16=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB910 is #5046EF. Grayscale: #A3A3A3. Windows color (decimal): -5261040 or 1096111. OLE color: 1096111.
HSL color Cylindrical-coordinate representation of color #AFB910: hue angle of 63.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFB910 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 16 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.27 |
| HSL | 63.55º | 0.84% | 0.39% | - |
| HSV(B) | 63.55º | 0.91% | 0.73% | - |
| XYZ | 35.12 | 43.85 | 7.1 | - |
| YUV | 162.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 16 | 0.05 | 0 | 0.91 | 0.27 | 63.55 | 0.84 | 0.39 |
| Hex | AF | B9 | 10 | 5 | 0 | 5B | 1B | 40 | 54 | 27 |
| Octal | 257 | 271 | 20 | 5 | 0 | 133 | 33 | 100 | 124 | 47 |
| Binary | 10101111 | 10111001 | 10000 | 101 | 0 | 1011011 | 11011 | 1000000 | 1010100 | 100111 |
Color Harmonies of #AFB910
Complementary color
Monochromatic Colors of #AFB910
Black with #AFB910
Text Example
Text Example
White with #AFB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB910; }
p { color: rgb(175,185,16); }
H1.HeaderClassName
{
color: #AFB910;
}
.AnyTagClassName
{
color: #AFB910;
}
</style>
background-color css
<style>
a { background-color: #AFB910; }
a { background-color: rgb(175,185,16); }
div.DivClassName
{
background-color: #AFB910;
}
.BgClassName
{
background-color: #AFB910;
}
</style>
border-color css
<style>
span { border-color: #AFB910; }
span { border-color: rgb(175,185,16); }
td.TdClassName
{
border-color: #AFB910;
}
.TagClassName
{
border-color: #AFB910;
}
</style>