Shades of La Rioja #AFB112
Tints of La Rioja #AFB112
RGB
CMYK
RGB Variations
Color information
#AFB112 (or 0xAFB112) is known color: La Rioja. HEX triplet: AF, B1 and 12. RGB value is (175,177,18). Sum of RGB (Red+Green+Blue) = 175+177+18=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB112 is #504EED. Grayscale: #9E9E9E. Windows color (decimal): -5263086 or 1225135. OLE color: 1225135.
HSL color Cylindrical-coordinate representation of color #AFB112: hue angle of 60.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB112 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 18 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.31 |
| HSL | 60.75º | 0.82% | 0.38% | - |
| HSV(B) | 60.75º | 0.9% | 0.69% | - |
| XYZ | 33.51 | 40.6 | 6.64 | - |
| YUV | 158.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 18 | 0.01 | 0 | 0.90 | 0.31 | 60.75 | 0.82 | 0.38 |
| Hex | AF | B1 | 12 | 1 | 0 | 5A | 1F | 3D | 52 | 26 |
| Octal | 257 | 261 | 22 | 1 | 0 | 132 | 37 | 75 | 122 | 46 |
| Binary | 10101111 | 10110001 | 10010 | 1 | 0 | 1011010 | 11111 | 111101 | 1010010 | 100110 |
Color Harmonies of #AFB112
Complementary color
Monochromatic Colors of #AFB112
Black with #AFB112
Text Example
Text Example
White with #AFB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB112; }
p { color: rgb(175,177,18); }
H1.HeaderClassName
{
color: #AFB112;
}
.AnyTagClassName
{
color: #AFB112;
}
</style>
background-color css
<style>
a { background-color: #AFB112; }
a { background-color: rgb(175,177,18); }
div.DivClassName
{
background-color: #AFB112;
}
.BgClassName
{
background-color: #AFB112;
}
</style>
border-color css
<style>
span { border-color: #AFB112; }
span { border-color: rgb(175,177,18); }
td.TdClassName
{
border-color: #AFB112;
}
.TagClassName
{
border-color: #AFB112;
}
</style>