<?php
return [
// RGBA (hex)
[
'FFAABBCC',
'AA',
],
// RGBA (decimal)
false,
170,
// RGB (hex)
'AABBCC',
// RGB (decimal)
'00FFFF',
'00',
0,
];