Shades of La Rioja #AFBA0A
Tints of La Rioja #AFBA0A
RGB
CMYK
RGB Variations
Color information
#AFBA0A (or 0xAFBA0A) is known color: La Rioja. HEX triplet: AF, BA and 0A. RGB value is (175,186,10). Sum of RGB (Red+Green+Blue) = 175+186+10=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA0A is #5045F5. Grayscale: #A3A3A3. Windows color (decimal): -5260790 or 703151. OLE color: 703151.
HSL color Cylindrical-coordinate representation of color #AFBA0A: hue angle of 63.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFBA0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.27 |
| HSL | 63.75º | 0.9% | 0.38% | - |
| HSV(B) | 63.75º | 0.95% | 0.73% | - |
| XYZ | 35.29 | 44.25 | 6.97 | - |
| YUV | 162.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 10 | 0.06 | 0 | 0.95 | 0.27 | 63.75 | 0.9 | 0.38 |
| Hex | AF | BA | A | 6 | 0 | 5F | 1B | 40 | 5A | 26 |
| Octal | 257 | 272 | 12 | 6 | 0 | 137 | 33 | 100 | 132 | 46 |
| Binary | 10101111 | 10111010 | 1010 | 110 | 0 | 1011111 | 11011 | 1000000 | 1011010 | 100110 |
Color Harmonies of #AFBA0A
Complementary color
Monochromatic Colors of #AFBA0A
Black with #AFBA0A
Text Example
Text Example
White with #AFBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA0A; }
p { color: rgb(175,186,10); }
H1.HeaderClassName
{
color: #AFBA0A;
}
.AnyTagClassName
{
color: #AFBA0A;
}
</style>
background-color css
<style>
a { background-color: #AFBA0A; }
a { background-color: rgb(175,186,10); }
div.DivClassName
{
background-color: #AFBA0A;
}
.BgClassName
{
background-color: #AFBA0A;
}
</style>
border-color css
<style>
span { border-color: #AFBA0A; }
span { border-color: rgb(175,186,10); }
td.TdClassName
{
border-color: #AFBA0A;
}
.TagClassName
{
border-color: #AFBA0A;
}
</style>