Shades of Lucky #ABA115
Tints of Lucky #ABA115
RGB
CMYK
RGB Variations
Color information
#ABA115 (or 0xABA115) is known color: Lucky. HEX triplet: AB, A1 and 15. RGB value is (171,161,21). Sum of RGB (Red+Green+Blue) = 171+161+21=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA115 is #545EEA. Grayscale: #949494. Windows color (decimal): -5529323 or 1417643. OLE color: 1417643.
HSL color Cylindrical-coordinate representation of color #ABA115: hue angle of 56º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABA115 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 21 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.33 |
| HSL | 56º | 0.78% | 0.38% | - |
| HSV(B) | 56º | 0.88% | 0.67% | - |
| XYZ | 29.67 | 34.2 | 5.75 | - |
| YUV | 148.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 21 | 0 | 0.06 | 0.88 | 0.33 | 56 | 0.78 | 0.38 |
| Hex | AB | A1 | 15 | 0 | 6 | 58 | 21 | 38 | 4E | 26 |
| Octal | 253 | 241 | 25 | 0 | 6 | 130 | 41 | 70 | 116 | 46 |
| Binary | 10101011 | 10100001 | 10101 | 0 | 110 | 1011000 | 100001 | 111000 | 1001110 | 100110 |
Color Harmonies of #ABA115
Complementary color
Monochromatic Colors of #ABA115
Black with #ABA115
Text Example
Text Example
White with #ABA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA115; }
p { color: rgb(171,161,21); }
H1.HeaderClassName
{
color: #ABA115;
}
.AnyTagClassName
{
color: #ABA115;
}
</style>
background-color css
<style>
a { background-color: #ABA115; }
a { background-color: rgb(171,161,21); }
div.DivClassName
{
background-color: #ABA115;
}
.BgClassName
{
background-color: #ABA115;
}
</style>
border-color css
<style>
span { border-color: #ABA115; }
span { border-color: rgb(171,161,21); }
td.TdClassName
{
border-color: #ABA115;
}
.TagClassName
{
border-color: #ABA115;
}
</style>