Shades of La Rioja #AFC501
Tints of La Rioja #AFC501
RGB
CMYK
RGB Variations
Color information
#AFC501 (or 0xAFC501) is known color: La Rioja. HEX triplet: AF, C5 and 01. RGB value is (175,197,1). Sum of RGB (Red+Green+Blue) = 175+197+1=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC501 is #503AFE. Grayscale: #A8A8A8. Windows color (decimal): -5257983 or 116143. OLE color: 116143.
HSL color Cylindrical-coordinate representation of color #AFC501: hue angle of 66.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFC501 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.23 |
| HSL | 66.73º | 0.99% | 0.39% | - |
| HSV(B) | 66.73º | 0.99% | 0.77% | - |
| XYZ | 37.65 | 49.05 | 7.51 | - |
| YUV | 168.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 1 | 0.11 | 0 | 0.99 | 0.23 | 66.73 | 0.99 | 0.39 |
| Hex | AF | C5 | 1 | B | 0 | 63 | 17 | 43 | 63 | 27 |
| Octal | 257 | 305 | 1 | 13 | 0 | 143 | 27 | 103 | 143 | 47 |
| Binary | 10101111 | 11000101 | 1 | 1011 | 0 | 1100011 | 10111 | 1000011 | 1100011 | 100111 |
Color Harmonies of #AFC501
Complementary color
Monochromatic Colors of #AFC501
Black with #AFC501
Text Example
Text Example
White with #AFC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC501; }
p { color: rgb(175,197,1); }
H1.HeaderClassName
{
color: #AFC501;
}
.AnyTagClassName
{
color: #AFC501;
}
</style>
background-color css
<style>
a { background-color: #AFC501; }
a { background-color: rgb(175,197,1); }
div.DivClassName
{
background-color: #AFC501;
}
.BgClassName
{
background-color: #AFC501;
}
</style>
border-color css
<style>
span { border-color: #AFC501; }
span { border-color: rgb(175,197,1); }
td.TdClassName
{
border-color: #AFC501;
}
.TagClassName
{
border-color: #AFC501;
}
</style>