Shades of Lucky #ABA019
Tints of Lucky #ABA019
RGB
CMYK
RGB Variations
Color information
#ABA019 (or 0xABA019) is known color: Lucky. HEX triplet: AB, A0 and 19. RGB value is (171,160,25). Sum of RGB (Red+Green+Blue) = 171+160+25=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA019 is #545FE6. Grayscale: #949494. Windows color (decimal): -5529575 or 1679531. OLE color: 1679531.
HSL color Cylindrical-coordinate representation of color #ABA019: hue angle of 55.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABA019 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 25 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.33 |
| HSL | 55.48º | 0.74% | 0.38% | - |
| HSV(B) | 55.48º | 0.85% | 0.67% | - |
| XYZ | 29.54 | 33.87 | 5.9 | - |
| YUV | 147.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 25 | 0 | 0.06 | 0.85 | 0.33 | 55.48 | 0.74 | 0.38 |
| Hex | AB | A0 | 19 | 0 | 6 | 55 | 21 | 37 | 4A | 26 |
| Octal | 253 | 240 | 31 | 0 | 6 | 125 | 41 | 67 | 112 | 46 |
| Binary | 10101011 | 10100000 | 11001 | 0 | 110 | 1010101 | 100001 | 110111 | 1001010 | 100110 |
Color Harmonies of #ABA019
Complementary color
Monochromatic Colors of #ABA019
Black with #ABA019
Text Example
Text Example
White with #ABA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA019; }
p { color: rgb(171,160,25); }
H1.HeaderClassName
{
color: #ABA019;
}
.AnyTagClassName
{
color: #ABA019;
}
</style>
background-color css
<style>
a { background-color: #ABA019; }
a { background-color: rgb(171,160,25); }
div.DivClassName
{
background-color: #ABA019;
}
.BgClassName
{
background-color: #ABA019;
}
</style>
border-color css
<style>
span { border-color: #ABA019; }
span { border-color: rgb(171,160,25); }
td.TdClassName
{
border-color: #ABA019;
}
.TagClassName
{
border-color: #ABA019;
}
</style>