Shades of La Rioja #AFC407
Tints of La Rioja #AFC407
RGB
CMYK
RGB Variations
Color information
#AFC407 (or 0xAFC407) is known color: La Rioja. HEX triplet: AF, C4 and 07. RGB value is (175,196,7). Sum of RGB (Red+Green+Blue) = 175+196+7=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC407 is #503BF8. Grayscale: #A8A8A8. Windows color (decimal): -5258233 or 509103. OLE color: 509103.
HSL color Cylindrical-coordinate representation of color #AFC407: hue angle of 66.67º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFC407 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 7 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.23 |
| HSL | 66.67º | 0.93% | 0.4% | - |
| HSV(B) | 66.67º | 0.96% | 0.77% | - |
| XYZ | 37.46 | 48.61 | 7.61 | - |
| YUV | 168.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 7 | 0.11 | 0 | 0.96 | 0.23 | 66.67 | 0.93 | 0.4 |
| Hex | AF | C4 | 7 | B | 0 | 60 | 17 | 43 | 5D | 28 |
| Octal | 257 | 304 | 7 | 13 | 0 | 140 | 27 | 103 | 135 | 50 |
| Binary | 10101111 | 11000100 | 111 | 1011 | 0 | 1100000 | 10111 | 1000011 | 1011101 | 101000 |
Color Harmonies of #AFC407
Complementary color
Monochromatic Colors of #AFC407
Black with #AFC407
Text Example
Text Example
White with #AFC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC407; }
p { color: rgb(175,196,7); }
H1.HeaderClassName
{
color: #AFC407;
}
.AnyTagClassName
{
color: #AFC407;
}
</style>
background-color css
<style>
a { background-color: #AFC407; }
a { background-color: rgb(175,196,7); }
div.DivClassName
{
background-color: #AFC407;
}
.BgClassName
{
background-color: #AFC407;
}
</style>
border-color css
<style>
span { border-color: #AFC407; }
span { border-color: rgb(175,196,7); }
td.TdClassName
{
border-color: #AFC407;
}
.TagClassName
{
border-color: #AFC407;
}
</style>