Shades of La Rioja #AFB607
Tints of La Rioja #AFB607
RGB
CMYK
RGB Variations
Color information
#AFB607 (or 0xAFB607) is known color: La Rioja. HEX triplet: AF, B6 and 07. RGB value is (175,182,7). Sum of RGB (Red+Green+Blue) = 175+182+7=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB607 is #5049F8. Grayscale: #A0A0A0. Windows color (decimal): -5261817 or 505519. OLE color: 505519.
HSL color Cylindrical-coordinate representation of color #AFB607: hue angle of 62.4º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFB607 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.29 |
| HSL | 62.4º | 0.93% | 0.37% | - |
| HSV(B) | 62.4º | 0.96% | 0.71% | - |
| XYZ | 34.45 | 42.59 | 6.61 | - |
| YUV | 159.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 7 | 0.04 | 0 | 0.96 | 0.29 | 62.4 | 0.93 | 0.37 |
| Hex | AF | B6 | 7 | 4 | 0 | 60 | 1D | 3E | 5D | 25 |
| Octal | 257 | 266 | 7 | 4 | 0 | 140 | 35 | 76 | 135 | 45 |
| Binary | 10101111 | 10110110 | 111 | 100 | 0 | 1100000 | 11101 | 111110 | 1011101 | 100101 |
Color Harmonies of #AFB607
Complementary color
Monochromatic Colors of #AFB607
Black with #AFB607
Text Example
Text Example
White with #AFB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB607; }
p { color: rgb(175,182,7); }
H1.HeaderClassName
{
color: #AFB607;
}
.AnyTagClassName
{
color: #AFB607;
}
</style>
background-color css
<style>
a { background-color: #AFB607; }
a { background-color: rgb(175,182,7); }
div.DivClassName
{
background-color: #AFB607;
}
.BgClassName
{
background-color: #AFB607;
}
</style>
border-color css
<style>
span { border-color: #AFB607; }
span { border-color: rgb(175,182,7); }
td.TdClassName
{
border-color: #AFB607;
}
.TagClassName
{
border-color: #AFB607;
}
</style>