Shades of La Rioja #AFC705
Tints of La Rioja #AFC705
RGB
CMYK
RGB Variations
Color information
#AFC705 (or 0xAFC705) is known color: La Rioja. HEX triplet: AF, C7 and 05. RGB value is (175,199,5). Sum of RGB (Red+Green+Blue) = 175+199+5=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC705 is #5038FA. Grayscale: #AAAAAA. Windows color (decimal): -5257467 or 378799. OLE color: 378799.
HSL color Cylindrical-coordinate representation of color #AFC705: hue angle of 67.42º degrees, saturation: 0.95, 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 #AFC705 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.22 |
| HSL | 67.42º | 0.95% | 0.4% | - |
| HSV(B) | 67.42º | 0.97% | 0.78% | - |
| XYZ | 38.13 | 49.97 | 7.78 | - |
| YUV | 169.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 5 | 0.12 | 0 | 0.97 | 0.22 | 67.42 | 0.95 | 0.4 |
| Hex | AF | C7 | 5 | C | 0 | 61 | 16 | 43 | 5F | 28 |
| Octal | 257 | 307 | 5 | 14 | 0 | 141 | 26 | 103 | 137 | 50 |
| Binary | 10101111 | 11000111 | 101 | 1100 | 0 | 1100001 | 10110 | 1000011 | 1011111 | 101000 |
Color Harmonies of #AFC705
Complementary color
Monochromatic Colors of #AFC705
Black with #AFC705
Text Example
Text Example
White with #AFC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC705; }
p { color: rgb(175,199,5); }
H1.HeaderClassName
{
color: #AFC705;
}
.AnyTagClassName
{
color: #AFC705;
}
</style>
background-color css
<style>
a { background-color: #AFC705; }
a { background-color: rgb(175,199,5); }
div.DivClassName
{
background-color: #AFC705;
}
.BgClassName
{
background-color: #AFC705;
}
</style>
border-color css
<style>
span { border-color: #AFC705; }
span { border-color: rgb(175,199,5); }
td.TdClassName
{
border-color: #AFC705;
}
.TagClassName
{
border-color: #AFC705;
}
</style>