Shades of La Rioja #AFB912
Tints of La Rioja #AFB912
RGB
CMYK
RGB Variations
Color information
#AFB912 (or 0xAFB912) is known color: La Rioja. HEX triplet: AF, B9 and 12. RGB value is (175,185,18). Sum of RGB (Red+Green+Blue) = 175+185+18=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB912 is #5046ED. Grayscale: #A3A3A3. Windows color (decimal): -5261038 or 1227183. OLE color: 1227183.
HSL color Cylindrical-coordinate representation of color #AFB912: hue angle of 63.59º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB912 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 18 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.27 |
| HSL | 63.59º | 0.82% | 0.4% | - |
| HSV(B) | 63.59º | 0.9% | 0.73% | - |
| XYZ | 35.14 | 43.86 | 7.19 | - |
| YUV | 162.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 18 | 0.05 | 0 | 0.90 | 0.27 | 63.59 | 0.82 | 0.4 |
| Hex | AF | B9 | 12 | 5 | 0 | 5A | 1B | 40 | 52 | 28 |
| Octal | 257 | 271 | 22 | 5 | 0 | 132 | 33 | 100 | 122 | 50 |
| Binary | 10101111 | 10111001 | 10010 | 101 | 0 | 1011010 | 11011 | 1000000 | 1010010 | 101000 |
Color Harmonies of #AFB912
Complementary color
Monochromatic Colors of #AFB912
Black with #AFB912
Text Example
Text Example
White with #AFB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB912; }
p { color: rgb(175,185,18); }
H1.HeaderClassName
{
color: #AFB912;
}
.AnyTagClassName
{
color: #AFB912;
}
</style>
background-color css
<style>
a { background-color: #AFB912; }
a { background-color: rgb(175,185,18); }
div.DivClassName
{
background-color: #AFB912;
}
.BgClassName
{
background-color: #AFB912;
}
</style>
border-color css
<style>
span { border-color: #AFB912; }
span { border-color: rgb(175,185,18); }
td.TdClassName
{
border-color: #AFB912;
}
.TagClassName
{
border-color: #AFB912;
}
</style>