Shades of Lucky #ABA10A
Tints of Lucky #ABA10A
RGB
CMYK
RGB Variations
Color information
#ABA10A (or 0xABA10A) is known color: Lucky. HEX triplet: AB, A1 and 0A. RGB value is (171,161,10). Sum of RGB (Red+Green+Blue) = 171+161+10=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA10A is #545EF5. Grayscale: #939393. Windows color (decimal): -5529334 or 696747. OLE color: 696747.
HSL color Cylindrical-coordinate representation of color #ABA10A: hue angle of 56.27º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA10A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.33 |
| HSL | 56.27º | 0.89% | 0.35% | - |
| HSV(B) | 56.27º | 0.94% | 0.67% | - |
| XYZ | 29.59 | 34.17 | 5.32 | - |
| YUV | 146.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 10 | 0 | 0.06 | 0.94 | 0.33 | 56.27 | 0.89 | 0.35 |
| Hex | AB | A1 | A | 0 | 6 | 5E | 21 | 38 | 59 | 23 |
| Octal | 253 | 241 | 12 | 0 | 6 | 136 | 41 | 70 | 131 | 43 |
| Binary | 10101011 | 10100001 | 1010 | 0 | 110 | 1011110 | 100001 | 111000 | 1011001 | 100011 |
Color Harmonies of #ABA10A
Complementary color
Monochromatic Colors of #ABA10A
Black with #ABA10A
Text Example
Text Example
White with #ABA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA10A; }
p { color: rgb(171,161,10); }
H1.HeaderClassName
{
color: #ABA10A;
}
.AnyTagClassName
{
color: #ABA10A;
}
</style>
background-color css
<style>
a { background-color: #ABA10A; }
a { background-color: rgb(171,161,10); }
div.DivClassName
{
background-color: #ABA10A;
}
.BgClassName
{
background-color: #ABA10A;
}
</style>
border-color css
<style>
span { border-color: #ABA10A; }
span { border-color: rgb(171,161,10); }
td.TdClassName
{
border-color: #ABA10A;
}
.TagClassName
{
border-color: #ABA10A;
}
</style>