Shades of La Rioja #AFC700
Tints of La Rioja #AFC700
RGB
CMYK
RGB Variations
Color information
#AFC700 (or 0xAFC700) is known color: La Rioja. HEX triplet: AF, C7 and 00. RGB value is (175,199,0). Sum of RGB (Red+Green+Blue) = 175+199+0=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC700 is #5038FF. Grayscale: #A9A9A9. Windows color (decimal): -5257472 or 51119. OLE color: 51119.
HSL color Cylindrical-coordinate representation of color #AFC700: hue angle of 67.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFC700 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.22 |
| HSL | 67.24º | 1% | 0.39% | - |
| HSV(B) | 67.24º | 1% | 0.78% | - |
| XYZ | 38.1 | 49.96 | 7.64 | - |
| YUV | 169.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 0 | 0.12 | 0 | 1 | 0.22 | 67.24 | 1 | 0.39 |
| Hex | AF | C7 | 0 | C | 0 | 64 | 16 | 43 | 64 | 27 |
| Octal | 257 | 307 | 0 | 14 | 0 | 144 | 26 | 103 | 144 | 47 |
| Binary | 10101111 | 11000111 | 0 | 1100 | 0 | 1100100 | 10110 | 1000011 | 1100100 | 100111 |
Color Harmonies of #AFC700
Complementary color
Monochromatic Colors of #AFC700
Black with #AFC700
Text Example
Text Example
White with #AFC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC700; }
p { color: rgb(175,199,0); }
H1.HeaderClassName
{
color: #AFC700;
}
.AnyTagClassName
{
color: #AFC700;
}
</style>
background-color css
<style>
a { background-color: #AFC700; }
a { background-color: rgb(175,199,0); }
div.DivClassName
{
background-color: #AFC700;
}
.BgClassName
{
background-color: #AFC700;
}
</style>
border-color css
<style>
span { border-color: #AFC700; }
span { border-color: rgb(175,199,0); }
td.TdClassName
{
border-color: #AFC700;
}
.TagClassName
{
border-color: #AFC700;
}
</style>