Shades of Lucky #ABA102
Tints of Lucky #ABA102
RGB
CMYK
RGB Variations
Color information
#ABA102 (or 0xABA102) is known color: Lucky. HEX triplet: AB, A1 and 02. RGB value is (171,161,2). Sum of RGB (Red+Green+Blue) = 171+161+2=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA102 is #545EFD. Grayscale: #929292. Windows color (decimal): -5529342 or 172459. OLE color: 172459.
HSL color Cylindrical-coordinate representation of color #ABA102: hue angle of 56.45º degrees, saturation: 0.98, 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 #ABA102 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.33 |
| HSL | 56.45º | 0.98% | 0.34% | - |
| HSV(B) | 56.45º | 0.99% | 0.67% | - |
| XYZ | 29.55 | 34.15 | 5.09 | - |
| YUV | 145.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 2 | 0 | 0.06 | 0.99 | 0.33 | 56.45 | 0.98 | 0.34 |
| Hex | AB | A1 | 2 | 0 | 6 | 63 | 21 | 38 | 62 | 22 |
| Octal | 253 | 241 | 2 | 0 | 6 | 143 | 41 | 70 | 142 | 42 |
| Binary | 10101011 | 10100001 | 10 | 0 | 110 | 1100011 | 100001 | 111000 | 1100010 | 100010 |
Color Harmonies of #ABA102
Complementary color
Monochromatic Colors of #ABA102
Black with #ABA102
Text Example
Text Example
White with #ABA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA102; }
p { color: rgb(171,161,2); }
H1.HeaderClassName
{
color: #ABA102;
}
.AnyTagClassName
{
color: #ABA102;
}
</style>
background-color css
<style>
a { background-color: #ABA102; }
a { background-color: rgb(171,161,2); }
div.DivClassName
{
background-color: #ABA102;
}
.BgClassName
{
background-color: #ABA102;
}
</style>
border-color css
<style>
span { border-color: #ABA102; }
span { border-color: rgb(171,161,2); }
td.TdClassName
{
border-color: #ABA102;
}
.TagClassName
{
border-color: #ABA102;
}
</style>