Shades of La Rioja #AFC706
Tints of La Rioja #AFC706
RGB
CMYK
RGB Variations
Color information
#AFC706 (or 0xAFC706) is known color: La Rioja. HEX triplet: AF, C7 and 06. RGB value is (175,199,6). Sum of RGB (Red+Green+Blue) = 175+199+6=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC706 is #5038F9. Grayscale: #AAAAAA. Windows color (decimal): -5257466 or 444335. OLE color: 444335.
HSL color Cylindrical-coordinate representation of color #AFC706: hue angle of 67.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFC706 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.22 |
| HSL | 67.46º | 0.94% | 0.4% | - |
| HSV(B) | 67.46º | 0.97% | 0.78% | - |
| XYZ | 38.14 | 49.97 | 7.81 | - |
| YUV | 169.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 6 | 0.12 | 0 | 0.97 | 0.22 | 67.46 | 0.94 | 0.4 |
| Hex | AF | C7 | 6 | C | 0 | 61 | 16 | 43 | 5E | 28 |
| Octal | 257 | 307 | 6 | 14 | 0 | 141 | 26 | 103 | 136 | 50 |
| Binary | 10101111 | 11000111 | 110 | 1100 | 0 | 1100001 | 10110 | 1000011 | 1011110 | 101000 |
Color Harmonies of #AFC706
Complementary color
Monochromatic Colors of #AFC706
Black with #AFC706
Text Example
Text Example
White with #AFC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC706; }
p { color: rgb(175,199,6); }
H1.HeaderClassName
{
color: #AFC706;
}
.AnyTagClassName
{
color: #AFC706;
}
</style>
background-color css
<style>
a { background-color: #AFC706; }
a { background-color: rgb(175,199,6); }
div.DivClassName
{
background-color: #AFC706;
}
.BgClassName
{
background-color: #AFC706;
}
</style>
border-color css
<style>
span { border-color: #AFC706; }
span { border-color: rgb(175,199,6); }
td.TdClassName
{
border-color: #AFC706;
}
.TagClassName
{
border-color: #AFC706;
}
</style>