Shades of La Rioja #AFC10D
Tints of La Rioja #AFC10D
RGB
CMYK
RGB Variations
Color information
#AFC10D (or 0xAFC10D) is known color: La Rioja. HEX triplet: AF, C1 and 0D. RGB value is (175,193,13). Sum of RGB (Red+Green+Blue) = 175+193+13=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC10D is #503EF2. Grayscale: #A7A7A7. Windows color (decimal): -5258995 or 901551. OLE color: 901551.
HSL color Cylindrical-coordinate representation of color #AFC10D: hue angle of 66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC10D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 13 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.24 |
| HSL | 66º | 0.87% | 0.4% | - |
| HSV(B) | 66º | 0.93% | 0.76% | - |
| XYZ | 36.82 | 47.28 | 7.57 | - |
| YUV | 167.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 13 | 0.09 | 0 | 0.93 | 0.24 | 66 | 0.87 | 0.4 |
| Hex | AF | C1 | D | 9 | 0 | 5D | 18 | 42 | 57 | 28 |
| Octal | 257 | 301 | 15 | 11 | 0 | 135 | 30 | 102 | 127 | 50 |
| Binary | 10101111 | 11000001 | 1101 | 1001 | 0 | 1011101 | 11000 | 1000010 | 1010111 | 101000 |
Color Harmonies of #AFC10D
Complementary color
Monochromatic Colors of #AFC10D
Black with #AFC10D
Text Example
Text Example
White with #AFC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC10D; }
p { color: rgb(175,193,13); }
H1.HeaderClassName
{
color: #AFC10D;
}
.AnyTagClassName
{
color: #AFC10D;
}
</style>
background-color css
<style>
a { background-color: #AFC10D; }
a { background-color: rgb(175,193,13); }
div.DivClassName
{
background-color: #AFC10D;
}
.BgClassName
{
background-color: #AFC10D;
}
</style>
border-color css
<style>
span { border-color: #AFC10D; }
span { border-color: rgb(175,193,13); }
td.TdClassName
{
border-color: #AFC10D;
}
.TagClassName
{
border-color: #AFC10D;
}
</style>