Shades of La Rioja #AFB512
Tints of La Rioja #AFB512
RGB
CMYK
RGB Variations
Color information
#AFB512 (or 0xAFB512) is known color: La Rioja. HEX triplet: AF, B5 and 12. RGB value is (175,181,18). Sum of RGB (Red+Green+Blue) = 175+181+18=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB512 is #504AED. Grayscale: #A1A1A1. Windows color (decimal): -5262062 or 1226159. OLE color: 1226159.
HSL color Cylindrical-coordinate representation of color #AFB512: hue angle of 62.21º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB512 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 18 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.29 |
| HSL | 62.21º | 0.82% | 0.39% | - |
| HSV(B) | 62.21º | 0.9% | 0.71% | - |
| XYZ | 34.31 | 42.21 | 6.91 | - |
| YUV | 160.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 18 | 0.03 | 0 | 0.90 | 0.29 | 62.21 | 0.82 | 0.39 |
| Hex | AF | B5 | 12 | 3 | 0 | 5A | 1D | 3E | 52 | 27 |
| Octal | 257 | 265 | 22 | 3 | 0 | 132 | 35 | 76 | 122 | 47 |
| Binary | 10101111 | 10110101 | 10010 | 11 | 0 | 1011010 | 11101 | 111110 | 1010010 | 100111 |
Color Harmonies of #AFB512
Complementary color
Monochromatic Colors of #AFB512
Black with #AFB512
Text Example
Text Example
White with #AFB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB512; }
p { color: rgb(175,181,18); }
H1.HeaderClassName
{
color: #AFB512;
}
.AnyTagClassName
{
color: #AFB512;
}
</style>
background-color css
<style>
a { background-color: #AFB512; }
a { background-color: rgb(175,181,18); }
div.DivClassName
{
background-color: #AFB512;
}
.BgClassName
{
background-color: #AFB512;
}
</style>
border-color css
<style>
span { border-color: #AFB512; }
span { border-color: rgb(175,181,18); }
td.TdClassName
{
border-color: #AFB512;
}
.TagClassName
{
border-color: #AFB512;
}
</style>