Shades of Lucky #ABA101
Tints of Lucky #ABA101
RGB
CMYK
RGB Variations
Color information
#ABA101 (or 0xABA101) is known color: Lucky. HEX triplet: AB, A1 and 01. RGB value is (171,161,1). Sum of RGB (Red+Green+Blue) = 171+161+1=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA101 is #545EFE. Grayscale: #929292. Windows color (decimal): -5529343 or 106923. OLE color: 106923.
HSL color Cylindrical-coordinate representation of color #ABA101: hue angle of 56.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA101 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.33 |
| HSL | 56.47º | 0.99% | 0.34% | - |
| HSV(B) | 56.47º | 0.99% | 0.67% | - |
| XYZ | 29.54 | 34.15 | 5.06 | - |
| YUV | 145.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 1 | 0 | 0.06 | 0.99 | 0.33 | 56.47 | 0.99 | 0.34 |
| Hex | AB | A1 | 1 | 0 | 6 | 63 | 21 | 38 | 63 | 22 |
| Octal | 253 | 241 | 1 | 0 | 6 | 143 | 41 | 70 | 143 | 42 |
| Binary | 10101011 | 10100001 | 1 | 0 | 110 | 1100011 | 100001 | 111000 | 1100011 | 100010 |
Color Harmonies of #ABA101
Complementary color
Monochromatic Colors of #ABA101
Black with #ABA101
Text Example
Text Example
White with #ABA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA101; }
p { color: rgb(171,161,1); }
H1.HeaderClassName
{
color: #ABA101;
}
.AnyTagClassName
{
color: #ABA101;
}
</style>
background-color css
<style>
a { background-color: #ABA101; }
a { background-color: rgb(171,161,1); }
div.DivClassName
{
background-color: #ABA101;
}
.BgClassName
{
background-color: #ABA101;
}
</style>
border-color css
<style>
span { border-color: #ABA101; }
span { border-color: rgb(171,161,1); }
td.TdClassName
{
border-color: #ABA101;
}
.TagClassName
{
border-color: #ABA101;
}
</style>