Shades of La Rioja #AFCD01
Tints of La Rioja #AFCD01
RGB
CMYK
RGB Variations
Color information
#AFCD01 (or 0xAFCD01) is known color: La Rioja. HEX triplet: AF, CD and 01. RGB value is (175,205,1). Sum of RGB (Red+Green+Blue) = 175+205+1=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD01 is #5032FE. Grayscale: #ADADAD. Windows color (decimal): -5255935 or 118191. OLE color: 118191.
HSL color Cylindrical-coordinate representation of color #AFCD01: hue angle of 68.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFCD01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.20 |
| HSL | 68.82º | 0.99% | 0.4% | - |
| HSV(B) | 68.82º | 1% | 0.8% | - |
| XYZ | 39.52 | 52.78 | 8.13 | - |
| YUV | 172.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 1 | 0.15 | 0 | 1.00 | 0.20 | 68.82 | 0.99 | 0.4 |
| Hex | AF | CD | 1 | F | 0 | 64 | 14 | 45 | 63 | 28 |
| Octal | 257 | 315 | 1 | 17 | 0 | 144 | 24 | 105 | 143 | 50 |
| Binary | 10101111 | 11001101 | 1 | 1111 | 0 | 1100100 | 10100 | 1000101 | 1100011 | 101000 |
Color Harmonies of #AFCD01
Complementary color
Monochromatic Colors of #AFCD01
Black with #AFCD01
Text Example
Text Example
White with #AFCD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD01; }
p { color: rgb(175,205,1); }
H1.HeaderClassName
{
color: #AFCD01;
}
.AnyTagClassName
{
color: #AFCD01;
}
</style>
background-color css
<style>
a { background-color: #AFCD01; }
a { background-color: rgb(175,205,1); }
div.DivClassName
{
background-color: #AFCD01;
}
.BgClassName
{
background-color: #AFCD01;
}
</style>
border-color css
<style>
span { border-color: #AFCD01; }
span { border-color: rgb(175,205,1); }
td.TdClassName
{
border-color: #AFCD01;
}
.TagClassName
{
border-color: #AFCD01;
}
</style>