Shades of La Rioja #AFAC0C
Tints of La Rioja #AFAC0C
RGB
CMYK
RGB Variations
Color information
#AFAC0C (or 0xAFAC0C) is known color: La Rioja. HEX triplet: AF, AC and 0C. RGB value is (175,172,12). Sum of RGB (Red+Green+Blue) = 175+172+12=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC0C is #5053F3. Grayscale: #9B9B9B. Windows color (decimal): -5264372 or 830639. OLE color: 830639.
HSL color Cylindrical-coordinate representation of color #AFAC0C: hue angle of 58.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFAC0C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.31 |
| HSL | 58.9º | 0.87% | 0.37% | - |
| HSV(B) | 58.9º | 0.93% | 0.69% | - |
| XYZ | 32.5 | 38.65 | 6.09 | - |
| YUV | 154.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 12 | 0 | 0.02 | 0.93 | 0.31 | 58.9 | 0.87 | 0.37 |
| Hex | AF | AC | C | 0 | 2 | 5D | 1F | 3B | 57 | 25 |
| Octal | 257 | 254 | 14 | 0 | 2 | 135 | 37 | 73 | 127 | 45 |
| Binary | 10101111 | 10101100 | 1100 | 0 | 10 | 1011101 | 11111 | 111011 | 1010111 | 100101 |
Color Harmonies of #AFAC0C
Complementary color
Monochromatic Colors of #AFAC0C
Black with #AFAC0C
Text Example
Text Example
White with #AFAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC0C; }
p { color: rgb(175,172,12); }
H1.HeaderClassName
{
color: #AFAC0C;
}
.AnyTagClassName
{
color: #AFAC0C;
}
</style>
background-color css
<style>
a { background-color: #AFAC0C; }
a { background-color: rgb(175,172,12); }
div.DivClassName
{
background-color: #AFAC0C;
}
.BgClassName
{
background-color: #AFAC0C;
}
</style>
border-color css
<style>
span { border-color: #AFAC0C; }
span { border-color: rgb(175,172,12); }
td.TdClassName
{
border-color: #AFAC0C;
}
.TagClassName
{
border-color: #AFAC0C;
}
</style>