Shades of La Rioja #AFB811
Tints of La Rioja #AFB811
RGB
CMYK
RGB Variations
Color information
#AFB811 (or 0xAFB811) is known color: La Rioja. HEX triplet: AF, B8 and 11. RGB value is (175,184,17). Sum of RGB (Red+Green+Blue) = 175+184+17=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB811 is #5047EE. Grayscale: #A2A2A2. Windows color (decimal): -5261295 or 1161391. OLE color: 1161391.
HSL color Cylindrical-coordinate representation of color #AFB811: hue angle of 63.23º 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 #AFB811 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 17 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.28 |
| HSL | 63.23º | 0.83% | 0.39% | - |
| HSV(B) | 63.23º | 0.91% | 0.72% | - |
| XYZ | 34.92 | 43.44 | 7.07 | - |
| YUV | 162.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 17 | 0.05 | 0 | 0.91 | 0.28 | 63.23 | 0.83 | 0.39 |
| Hex | AF | B8 | 11 | 5 | 0 | 5B | 1C | 3F | 53 | 27 |
| Octal | 257 | 270 | 21 | 5 | 0 | 133 | 34 | 77 | 123 | 47 |
| Binary | 10101111 | 10111000 | 10001 | 101 | 0 | 1011011 | 11100 | 111111 | 1010011 | 100111 |
Color Harmonies of #AFB811
Complementary color
Monochromatic Colors of #AFB811
Black with #AFB811
Text Example
Text Example
White with #AFB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB811; }
p { color: rgb(175,184,17); }
H1.HeaderClassName
{
color: #AFB811;
}
.AnyTagClassName
{
color: #AFB811;
}
</style>
background-color css
<style>
a { background-color: #AFB811; }
a { background-color: rgb(175,184,17); }
div.DivClassName
{
background-color: #AFB811;
}
.BgClassName
{
background-color: #AFB811;
}
</style>
border-color css
<style>
span { border-color: #AFB811; }
span { border-color: rgb(175,184,17); }
td.TdClassName
{
border-color: #AFB811;
}
.TagClassName
{
border-color: #AFB811;
}
</style>