Shades of La Rioja #AFAF0E
Tints of La Rioja #AFAF0E
RGB
CMYK
RGB Variations
Color information
#AFAF0E (or 0xAFAF0E) is known color: La Rioja. HEX triplet: AF, AF and 0E. RGB value is (175,175,14). Sum of RGB (Red+Green+Blue) = 175+175+14=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF0E is #5050F1. Grayscale: #9D9D9D. Windows color (decimal): -5263602 or 962479. OLE color: 962479.
HSL color Cylindrical-coordinate representation of color #AFAF0E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFAF0E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 14 | - |
| CMYK | 0 | 0 | 0.92 | 0.31 |
| HSL | 60º | 0.85% | 0.37% | - |
| HSV(B) | 60º | 0.92% | 0.69% | - |
| XYZ | 33.09 | 39.81 | 6.35 | - |
| YUV | 156.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 14 | 0 | 0 | 0.92 | 0.31 | 60 | 0.85 | 0.37 |
| Hex | AF | AF | E | 0 | 0 | 5C | 1F | 3C | 55 | 25 |
| Octal | 257 | 257 | 16 | 0 | 0 | 134 | 37 | 74 | 125 | 45 |
| Binary | 10101111 | 10101111 | 1110 | 0 | 0 | 1011100 | 11111 | 111100 | 1010101 | 100101 |
Color Harmonies of #AFAF0E
Complementary color
Monochromatic Colors of #AFAF0E
Black with #AFAF0E
Text Example
Text Example
White with #AFAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF0E; }
p { color: rgb(175,175,14); }
H1.HeaderClassName
{
color: #AFAF0E;
}
.AnyTagClassName
{
color: #AFAF0E;
}
</style>
background-color css
<style>
a { background-color: #AFAF0E; }
a { background-color: rgb(175,175,14); }
div.DivClassName
{
background-color: #AFAF0E;
}
.BgClassName
{
background-color: #AFAF0E;
}
</style>
border-color css
<style>
span { border-color: #AFAF0E; }
span { border-color: rgb(175,175,14); }
td.TdClassName
{
border-color: #AFAF0E;
}
.TagClassName
{
border-color: #AFAF0E;
}
</style>