Shades of La Rioja #AFBA01
Tints of La Rioja #AFBA01
RGB
CMYK
RGB Variations
Color information
#AFBA01 (or 0xAFBA01) is known color: La Rioja. HEX triplet: AF, BA and 01. RGB value is (175,186,1). Sum of RGB (Red+Green+Blue) = 175+186+1=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA01 is #5045FE. Grayscale: #A2A2A2. Windows color (decimal): -5260799 or 113327. OLE color: 113327.
HSL color Cylindrical-coordinate representation of color #AFBA01: hue angle of 63.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFBA01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.27 |
| HSL | 63.57º | 0.99% | 0.37% | - |
| HSV(B) | 63.57º | 0.99% | 0.73% | - |
| XYZ | 35.24 | 44.23 | 6.71 | - |
| YUV | 161.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 1 | 0.06 | 0 | 0.99 | 0.27 | 63.57 | 0.99 | 0.37 |
| Hex | AF | BA | 1 | 6 | 0 | 63 | 1B | 40 | 63 | 25 |
| Octal | 257 | 272 | 1 | 6 | 0 | 143 | 33 | 100 | 143 | 45 |
| Binary | 10101111 | 10111010 | 1 | 110 | 0 | 1100011 | 11011 | 1000000 | 1100011 | 100101 |
Color Harmonies of #AFBA01
Complementary color
Monochromatic Colors of #AFBA01
Black with #AFBA01
Text Example
Text Example
White with #AFBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA01; }
p { color: rgb(175,186,1); }
H1.HeaderClassName
{
color: #AFBA01;
}
.AnyTagClassName
{
color: #AFBA01;
}
</style>
background-color css
<style>
a { background-color: #AFBA01; }
a { background-color: rgb(175,186,1); }
div.DivClassName
{
background-color: #AFBA01;
}
.BgClassName
{
background-color: #AFBA01;
}
</style>
border-color css
<style>
span { border-color: #AFBA01; }
span { border-color: rgb(175,186,1); }
td.TdClassName
{
border-color: #AFBA01;
}
.TagClassName
{
border-color: #AFBA01;
}
</style>