Shades of La Rioja #AFBC0A
Tints of La Rioja #AFBC0A
RGB
CMYK
RGB Variations
Color information
#AFBC0A (or 0xAFBC0A) is known color: La Rioja. HEX triplet: AF, BC and 0A. RGB value is (175,188,10). Sum of RGB (Red+Green+Blue) = 175+188+10=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC0A is #5043F5. Grayscale: #A4A4A4. Windows color (decimal): -5260278 or 703663. OLE color: 703663.
HSL color Cylindrical-coordinate representation of color #AFBC0A: hue angle of 64.38º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFBC0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.26 |
| HSL | 64.38º | 0.9% | 0.39% | - |
| HSV(B) | 64.38º | 0.95% | 0.74% | - |
| XYZ | 35.72 | 45.1 | 7.11 | - |
| YUV | 163.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 10 | 0.07 | 0 | 0.95 | 0.26 | 64.38 | 0.9 | 0.39 |
| Hex | AF | BC | A | 7 | 0 | 5F | 1A | 40 | 5A | 27 |
| Octal | 257 | 274 | 12 | 7 | 0 | 137 | 32 | 100 | 132 | 47 |
| Binary | 10101111 | 10111100 | 1010 | 111 | 0 | 1011111 | 11010 | 1000000 | 1011010 | 100111 |
Color Harmonies of #AFBC0A
Complementary color
Monochromatic Colors of #AFBC0A
Black with #AFBC0A
Text Example
Text Example
White with #AFBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC0A; }
p { color: rgb(175,188,10); }
H1.HeaderClassName
{
color: #AFBC0A;
}
.AnyTagClassName
{
color: #AFBC0A;
}
</style>
background-color css
<style>
a { background-color: #AFBC0A; }
a { background-color: rgb(175,188,10); }
div.DivClassName
{
background-color: #AFBC0A;
}
.BgClassName
{
background-color: #AFBC0A;
}
</style>
border-color css
<style>
span { border-color: #AFBC0A; }
span { border-color: rgb(175,188,10); }
td.TdClassName
{
border-color: #AFBC0A;
}
.TagClassName
{
border-color: #AFBC0A;
}
</style>