Shades of La Rioja #AFB812
Tints of La Rioja #AFB812
RGB
CMYK
RGB Variations
Color information
#AFB812 (or 0xAFB812) is known color: La Rioja. HEX triplet: AF, B8 and 12. RGB value is (175,184,18). Sum of RGB (Red+Green+Blue) = 175+184+18=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB812 is #5047ED. Grayscale: #A3A3A3. Windows color (decimal): -5261294 or 1226927. OLE color: 1226927.
HSL color Cylindrical-coordinate representation of color #AFB812: hue angle of 63.25º degrees, saturation: 0.82, 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 #AFB812 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 18 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.28 |
| HSL | 63.25º | 0.82% | 0.4% | - |
| HSV(B) | 63.25º | 0.9% | 0.72% | - |
| XYZ | 34.93 | 43.44 | 7.12 | - |
| YUV | 162.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 18 | 0.05 | 0 | 0.90 | 0.28 | 63.25 | 0.82 | 0.4 |
| Hex | AF | B8 | 12 | 5 | 0 | 5A | 1C | 3F | 52 | 28 |
| Octal | 257 | 270 | 22 | 5 | 0 | 132 | 34 | 77 | 122 | 50 |
| Binary | 10101111 | 10111000 | 10010 | 101 | 0 | 1011010 | 11100 | 111111 | 1010010 | 101000 |
Color Harmonies of #AFB812
Complementary color
Monochromatic Colors of #AFB812
Black with #AFB812
Text Example
Text Example
White with #AFB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB812; }
p { color: rgb(175,184,18); }
H1.HeaderClassName
{
color: #AFB812;
}
.AnyTagClassName
{
color: #AFB812;
}
</style>
background-color css
<style>
a { background-color: #AFB812; }
a { background-color: rgb(175,184,18); }
div.DivClassName
{
background-color: #AFB812;
}
.BgClassName
{
background-color: #AFB812;
}
</style>
border-color css
<style>
span { border-color: #AFB812; }
span { border-color: rgb(175,184,18); }
td.TdClassName
{
border-color: #AFB812;
}
.TagClassName
{
border-color: #AFB812;
}
</style>