Shades of La Rioja #AFB711
Tints of La Rioja #AFB711
RGB
CMYK
RGB Variations
Color information
#AFB711 (or 0xAFB711) is known color: La Rioja. HEX triplet: AF, B7 and 11. RGB value is (175,183,17). Sum of RGB (Red+Green+Blue) = 175+183+17=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB711 is #5048EE. Grayscale: #A2A2A2. Windows color (decimal): -5261551 or 1161135. OLE color: 1161135.
HSL color Cylindrical-coordinate representation of color #AFB711: hue angle of 62.89º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFB711 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.28 |
| HSL | 62.89º | 0.83% | 0.39% | - |
| HSV(B) | 62.89º | 0.91% | 0.72% | - |
| XYZ | 34.71 | 43.02 | 7 | - |
| YUV | 161.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 17 | 0.04 | 0 | 0.91 | 0.28 | 62.89 | 0.83 | 0.39 |
| Hex | AF | B7 | 11 | 4 | 0 | 5B | 1C | 3F | 53 | 27 |
| Octal | 257 | 267 | 21 | 4 | 0 | 133 | 34 | 77 | 123 | 47 |
| Binary | 10101111 | 10110111 | 10001 | 100 | 0 | 1011011 | 11100 | 111111 | 1010011 | 100111 |
Color Harmonies of #AFB711
Complementary color
Monochromatic Colors of #AFB711
Black with #AFB711
Text Example
Text Example
White with #AFB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB711; }
p { color: rgb(175,183,17); }
H1.HeaderClassName
{
color: #AFB711;
}
.AnyTagClassName
{
color: #AFB711;
}
</style>
background-color css
<style>
a { background-color: #AFB711; }
a { background-color: rgb(175,183,17); }
div.DivClassName
{
background-color: #AFB711;
}
.BgClassName
{
background-color: #AFB711;
}
</style>
border-color css
<style>
span { border-color: #AFB711; }
span { border-color: rgb(175,183,17); }
td.TdClassName
{
border-color: #AFB711;
}
.TagClassName
{
border-color: #AFB711;
}
</style>