Shades of Lucky #ABA017
Tints of Lucky #ABA017
RGB
CMYK
RGB Variations
Color information
#ABA017 (or 0xABA017) is known color: Lucky. HEX triplet: AB, A0 and 17. RGB value is (171,160,23). Sum of RGB (Red+Green+Blue) = 171+160+23=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA017 is #545FE8. Grayscale: #949494. Windows color (decimal): -5529577 or 1548459. OLE color: 1548459.
HSL color Cylindrical-coordinate representation of color #ABA017: hue angle of 55.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA017 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 23 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.33 |
| HSL | 55.54º | 0.76% | 0.38% | - |
| HSV(B) | 55.54º | 0.87% | 0.67% | - |
| XYZ | 29.52 | 33.86 | 5.79 | - |
| YUV | 147.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 23 | 0 | 0.06 | 0.87 | 0.33 | 55.54 | 0.76 | 0.38 |
| Hex | AB | A0 | 17 | 0 | 6 | 57 | 21 | 38 | 4C | 26 |
| Octal | 253 | 240 | 27 | 0 | 6 | 127 | 41 | 70 | 114 | 46 |
| Binary | 10101011 | 10100000 | 10111 | 0 | 110 | 1010111 | 100001 | 111000 | 1001100 | 100110 |
Color Harmonies of #ABA017
Complementary color
Monochromatic Colors of #ABA017
Black with #ABA017
Text Example
Text Example
White with #ABA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA017; }
p { color: rgb(171,160,23); }
H1.HeaderClassName
{
color: #ABA017;
}
.AnyTagClassName
{
color: #ABA017;
}
</style>
background-color css
<style>
a { background-color: #ABA017; }
a { background-color: rgb(171,160,23); }
div.DivClassName
{
background-color: #ABA017;
}
.BgClassName
{
background-color: #ABA017;
}
</style>
border-color css
<style>
span { border-color: #ABA017; }
span { border-color: rgb(171,160,23); }
td.TdClassName
{
border-color: #ABA017;
}
.TagClassName
{
border-color: #ABA017;
}
</style>