Shades of La Rioja #AFC10B
Tints of La Rioja #AFC10B
RGB
CMYK
RGB Variations
Color information
#AFC10B (or 0xAFC10B) is known color: La Rioja. HEX triplet: AF, C1 and 0B. RGB value is (175,193,11). Sum of RGB (Red+Green+Blue) = 175+193+11=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC10B is #503EF4. Grayscale: #A7A7A7. Windows color (decimal): -5258997 or 770479. OLE color: 770479.
HSL color Cylindrical-coordinate representation of color #AFC10B: hue angle of 65.93º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC10B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.24 |
| HSL | 65.93º | 0.89% | 0.4% | - |
| HSV(B) | 65.93º | 0.94% | 0.76% | - |
| XYZ | 36.81 | 47.28 | 7.5 | - |
| YUV | 166.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 11 | 0.09 | 0 | 0.94 | 0.24 | 65.93 | 0.89 | 0.4 |
| Hex | AF | C1 | B | 9 | 0 | 5E | 18 | 42 | 59 | 28 |
| Octal | 257 | 301 | 13 | 11 | 0 | 136 | 30 | 102 | 131 | 50 |
| Binary | 10101111 | 11000001 | 1011 | 1001 | 0 | 1011110 | 11000 | 1000010 | 1011001 | 101000 |
Color Harmonies of #AFC10B
Complementary color
Monochromatic Colors of #AFC10B
Black with #AFC10B
Text Example
Text Example
White with #AFC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC10B; }
p { color: rgb(175,193,11); }
H1.HeaderClassName
{
color: #AFC10B;
}
.AnyTagClassName
{
color: #AFC10B;
}
</style>
background-color css
<style>
a { background-color: #AFC10B; }
a { background-color: rgb(175,193,11); }
div.DivClassName
{
background-color: #AFC10B;
}
.BgClassName
{
background-color: #AFC10B;
}
</style>
border-color css
<style>
span { border-color: #AFC10B; }
span { border-color: rgb(175,193,11); }
td.TdClassName
{
border-color: #AFC10B;
}
.TagClassName
{
border-color: #AFC10B;
}
</style>