Shades of La Rioja #AFB706
Tints of La Rioja #AFB706
RGB
CMYK
RGB Variations
Color information
#AFB706 (or 0xAFB706) is known color: La Rioja. HEX triplet: AF, B7 and 06. RGB value is (175,183,6). Sum of RGB (Red+Green+Blue) = 175+183+6=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB706 is #5048F9. Grayscale: #A1A1A1. Windows color (decimal): -5261562 or 440239. OLE color: 440239.
HSL color Cylindrical-coordinate representation of color #AFB706: hue angle of 62.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFB706 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.28 |
| HSL | 62.71º | 0.94% | 0.37% | - |
| HSV(B) | 62.71º | 0.97% | 0.72% | - |
| XYZ | 34.65 | 42.99 | 6.64 | - |
| YUV | 160.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 6 | 0.04 | 0 | 0.97 | 0.28 | 62.71 | 0.94 | 0.37 |
| Hex | AF | B7 | 6 | 4 | 0 | 61 | 1C | 3F | 5E | 25 |
| Octal | 257 | 267 | 6 | 4 | 0 | 141 | 34 | 77 | 136 | 45 |
| Binary | 10101111 | 10110111 | 110 | 100 | 0 | 1100001 | 11100 | 111111 | 1011110 | 100101 |
Color Harmonies of #AFB706
Complementary color
Monochromatic Colors of #AFB706
Black with #AFB706
Text Example
Text Example
White with #AFB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB706; }
p { color: rgb(175,183,6); }
H1.HeaderClassName
{
color: #AFB706;
}
.AnyTagClassName
{
color: #AFB706;
}
</style>
background-color css
<style>
a { background-color: #AFB706; }
a { background-color: rgb(175,183,6); }
div.DivClassName
{
background-color: #AFB706;
}
.BgClassName
{
background-color: #AFB706;
}
</style>
border-color css
<style>
span { border-color: #AFB706; }
span { border-color: rgb(175,183,6); }
td.TdClassName
{
border-color: #AFB706;
}
.TagClassName
{
border-color: #AFB706;
}
</style>