Shades of La Rioja #AFBA04
Tints of La Rioja #AFBA04
RGB
CMYK
RGB Variations
Color information
#AFBA04 (or 0xAFBA04) is known color: La Rioja. HEX triplet: AF, BA and 04. RGB value is (175,186,4). Sum of RGB (Red+Green+Blue) = 175+186+4=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA04 is #5045FB. Grayscale: #A2A2A2. Windows color (decimal): -5260796 or 309935. OLE color: 309935.
HSL color Cylindrical-coordinate representation of color #AFBA04: hue angle of 63.63º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFBA04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.27 |
| HSL | 63.63º | 0.96% | 0.37% | - |
| HSV(B) | 63.63º | 0.98% | 0.73% | - |
| XYZ | 35.26 | 44.24 | 6.8 | - |
| YUV | 161.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 4 | 0.06 | 0 | 0.98 | 0.27 | 63.63 | 0.96 | 0.37 |
| Hex | AF | BA | 4 | 6 | 0 | 62 | 1B | 40 | 60 | 25 |
| Octal | 257 | 272 | 4 | 6 | 0 | 142 | 33 | 100 | 140 | 45 |
| Binary | 10101111 | 10111010 | 100 | 110 | 0 | 1100010 | 11011 | 1000000 | 1100000 | 100101 |
Color Harmonies of #AFBA04
Complementary color
Monochromatic Colors of #AFBA04
Black with #AFBA04
Text Example
Text Example
White with #AFBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA04; }
p { color: rgb(175,186,4); }
H1.HeaderClassName
{
color: #AFBA04;
}
.AnyTagClassName
{
color: #AFBA04;
}
</style>
background-color css
<style>
a { background-color: #AFBA04; }
a { background-color: rgb(175,186,4); }
div.DivClassName
{
background-color: #AFBA04;
}
.BgClassName
{
background-color: #AFBA04;
}
</style>
border-color css
<style>
span { border-color: #AFBA04; }
span { border-color: rgb(175,186,4); }
td.TdClassName
{
border-color: #AFBA04;
}
.TagClassName
{
border-color: #AFBA04;
}
</style>