Shades of La Rioja #AFCB0A
Tints of La Rioja #AFCB0A
RGB
CMYK
RGB Variations
Color information
#AFCB0A (or 0xAFCB0A) is known color: La Rioja. HEX triplet: AF, CB and 0A. RGB value is (175,203,10). Sum of RGB (Red+Green+Blue) = 175+203+10=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB0A is #5034F5. Grayscale: #ADADAD. Windows color (decimal): -5256438 or 707503. OLE color: 707503.
HSL color Cylindrical-coordinate representation of color #AFCB0A: hue angle of 68.7º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFCB0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.20 |
| HSL | 68.7º | 0.91% | 0.42% | - |
| HSV(B) | 68.7º | 0.95% | 0.8% | - |
| XYZ | 39.09 | 51.85 | 8.23 | - |
| YUV | 172.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 10 | 0.14 | 0 | 0.95 | 0.20 | 68.7 | 0.91 | 0.42 |
| Hex | AF | CB | A | E | 0 | 5F | 14 | 45 | 5B | 2A |
| Octal | 257 | 313 | 12 | 16 | 0 | 137 | 24 | 105 | 133 | 52 |
| Binary | 10101111 | 11001011 | 1010 | 1110 | 0 | 1011111 | 10100 | 1000101 | 1011011 | 101010 |
Color Harmonies of #AFCB0A
Complementary color
Monochromatic Colors of #AFCB0A
Black with #AFCB0A
Text Example
Text Example
White with #AFCB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB0A; }
p { color: rgb(175,203,10); }
H1.HeaderClassName
{
color: #AFCB0A;
}
.AnyTagClassName
{
color: #AFCB0A;
}
</style>
background-color css
<style>
a { background-color: #AFCB0A; }
a { background-color: rgb(175,203,10); }
div.DivClassName
{
background-color: #AFCB0A;
}
.BgClassName
{
background-color: #AFCB0A;
}
</style>
border-color css
<style>
span { border-color: #AFCB0A; }
span { border-color: rgb(175,203,10); }
td.TdClassName
{
border-color: #AFCB0A;
}
.TagClassName
{
border-color: #AFCB0A;
}
</style>