Shades of Lucky #ABA613
Tints of Lucky #ABA613
RGB
CMYK
RGB Variations
Color information
#ABA613 (or 0xABA613) is known color: Lucky. HEX triplet: AB, A6 and 13. RGB value is (171,166,19). Sum of RGB (Red+Green+Blue) = 171+166+19=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA613 is #5459EC. Grayscale: #979797. Windows color (decimal): -5528045 or 1287851. OLE color: 1287851.
HSL color Cylindrical-coordinate representation of color #ABA613: hue angle of 58.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABA613 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 19 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.33 |
| HSL | 58.03º | 0.8% | 0.37% | - |
| HSV(B) | 58.03º | 0.89% | 0.67% | - |
| XYZ | 30.55 | 35.98 | 5.95 | - |
| YUV | 150.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 19 | 0 | 0.03 | 0.89 | 0.33 | 58.03 | 0.8 | 0.37 |
| Hex | AB | A6 | 13 | 0 | 3 | 59 | 21 | 3A | 50 | 25 |
| Octal | 253 | 246 | 23 | 0 | 3 | 131 | 41 | 72 | 120 | 45 |
| Binary | 10101011 | 10100110 | 10011 | 0 | 11 | 1011001 | 100001 | 111010 | 1010000 | 100101 |
Color Harmonies of #ABA613
Complementary color
Monochromatic Colors of #ABA613
Black with #ABA613
Text Example
Text Example
White with #ABA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA613; }
p { color: rgb(171,166,19); }
H1.HeaderClassName
{
color: #ABA613;
}
.AnyTagClassName
{
color: #ABA613;
}
</style>
background-color css
<style>
a { background-color: #ABA613; }
a { background-color: rgb(171,166,19); }
div.DivClassName
{
background-color: #ABA613;
}
.BgClassName
{
background-color: #ABA613;
}
</style>
border-color css
<style>
span { border-color: #ABA613; }
span { border-color: rgb(171,166,19); }
td.TdClassName
{
border-color: #ABA613;
}
.TagClassName
{
border-color: #ABA613;
}
</style>