Shades of La Rioja #AFC807
Tints of La Rioja #AFC807
RGB
CMYK
RGB Variations
Color information
#AFC807 (or 0xAFC807) is known color: La Rioja. HEX triplet: AF, C8 and 07. RGB value is (175,200,7). Sum of RGB (Red+Green+Blue) = 175+200+7=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC807 is #5037F8. Grayscale: #ABABAB. Windows color (decimal): -5257209 or 510127. OLE color: 510127.
HSL color Cylindrical-coordinate representation of color #AFC807: hue angle of 67.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFC807 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.22 |
| HSL | 67.77º | 0.93% | 0.41% | - |
| HSV(B) | 67.77º | 0.97% | 0.78% | - |
| XYZ | 38.37 | 50.44 | 7.91 | - |
| YUV | 170.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 7 | 0.12 | 0 | 0.96 | 0.22 | 67.77 | 0.93 | 0.41 |
| Hex | AF | C8 | 7 | C | 0 | 60 | 16 | 44 | 5D | 29 |
| Octal | 257 | 310 | 7 | 14 | 0 | 140 | 26 | 104 | 135 | 51 |
| Binary | 10101111 | 11001000 | 111 | 1100 | 0 | 1100000 | 10110 | 1000100 | 1011101 | 101001 |
Color Harmonies of #AFC807
Complementary color
Monochromatic Colors of #AFC807
Black with #AFC807
Text Example
Text Example
White with #AFC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC807; }
p { color: rgb(175,200,7); }
H1.HeaderClassName
{
color: #AFC807;
}
.AnyTagClassName
{
color: #AFC807;
}
</style>
background-color css
<style>
a { background-color: #AFC807; }
a { background-color: rgb(175,200,7); }
div.DivClassName
{
background-color: #AFC807;
}
.BgClassName
{
background-color: #AFC807;
}
</style>
border-color css
<style>
span { border-color: #AFC807; }
span { border-color: rgb(175,200,7); }
td.TdClassName
{
border-color: #AFC807;
}
.TagClassName
{
border-color: #AFC807;
}
</style>