Shades of La Rioja #AFB813
Tints of La Rioja #AFB813
RGB
CMYK
RGB Variations
Color information
#AFB813 (or 0xAFB813) is known color: La Rioja. HEX triplet: AF, B8 and 13. RGB value is (175,184,19). Sum of RGB (Red+Green+Blue) = 175+184+19=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB813 is #5047EC. Grayscale: #A3A3A3. Windows color (decimal): -5261293 or 1292463. OLE color: 1292463.
HSL color Cylindrical-coordinate representation of color #AFB813: hue angle of 63.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB813 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.28 |
| HSL | 63.27º | 0.81% | 0.4% | - |
| HSV(B) | 63.27º | 0.9% | 0.72% | - |
| XYZ | 34.94 | 43.44 | 7.16 | - |
| YUV | 162.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 19 | 0.05 | 0 | 0.90 | 0.28 | 63.27 | 0.81 | 0.4 |
| Hex | AF | B8 | 13 | 5 | 0 | 5A | 1C | 3F | 51 | 28 |
| Octal | 257 | 270 | 23 | 5 | 0 | 132 | 34 | 77 | 121 | 50 |
| Binary | 10101111 | 10111000 | 10011 | 101 | 0 | 1011010 | 11100 | 111111 | 1010001 | 101000 |
Color Harmonies of #AFB813
Complementary color
Monochromatic Colors of #AFB813
Black with #AFB813
Text Example
Text Example
White with #AFB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB813; }
p { color: rgb(175,184,19); }
H1.HeaderClassName
{
color: #AFB813;
}
.AnyTagClassName
{
color: #AFB813;
}
</style>
background-color css
<style>
a { background-color: #AFB813; }
a { background-color: rgb(175,184,19); }
div.DivClassName
{
background-color: #AFB813;
}
.BgClassName
{
background-color: #AFB813;
}
</style>
border-color css
<style>
span { border-color: #AFB813; }
span { border-color: rgb(175,184,19); }
td.TdClassName
{
border-color: #AFB813;
}
.TagClassName
{
border-color: #AFB813;
}
</style>