Shades of La Rioja #AFAF11
Tints of La Rioja #AFAF11
RGB
CMYK
RGB Variations
Color information
#AFAF11 (or 0xAFAF11) is known color: La Rioja. HEX triplet: AF, AF and 11. RGB value is (175,175,17). Sum of RGB (Red+Green+Blue) = 175+175+17=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF11 is #5050EE. Grayscale: #9D9D9D. Windows color (decimal): -5263599 or 1159087. OLE color: 1159087.
HSL color Cylindrical-coordinate representation of color #AFAF11: hue angle of 60º 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 #AFAF11 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 17 | - |
| CMYK | 0 | 0 | 0.90 | 0.31 |
| HSL | 60º | 0.82% | 0.38% | - |
| HSV(B) | 60º | 0.9% | 0.69% | - |
| XYZ | 33.11 | 39.81 | 6.47 | - |
| YUV | 156.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 17 | 0 | 0 | 0.90 | 0.31 | 60 | 0.82 | 0.38 |
| Hex | AF | AF | 11 | 0 | 0 | 5A | 1F | 3C | 52 | 26 |
| Octal | 257 | 257 | 21 | 0 | 0 | 132 | 37 | 74 | 122 | 46 |
| Binary | 10101111 | 10101111 | 10001 | 0 | 0 | 1011010 | 11111 | 111100 | 1010010 | 100110 |
Color Harmonies of #AFAF11
Complementary color
Monochromatic Colors of #AFAF11
Black with #AFAF11
Text Example
Text Example
White with #AFAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF11; }
p { color: rgb(175,175,17); }
H1.HeaderClassName
{
color: #AFAF11;
}
.AnyTagClassName
{
color: #AFAF11;
}
</style>
background-color css
<style>
a { background-color: #AFAF11; }
a { background-color: rgb(175,175,17); }
div.DivClassName
{
background-color: #AFAF11;
}
.BgClassName
{
background-color: #AFAF11;
}
</style>
border-color css
<style>
span { border-color: #AFAF11; }
span { border-color: rgb(175,175,17); }
td.TdClassName
{
border-color: #AFAF11;
}
.TagClassName
{
border-color: #AFAF11;
}
</style>