Shades of Lucky #ABA416
Tints of Lucky #ABA416
RGB
CMYK
RGB Variations
Color information
#ABA416 (or 0xABA416) is known color: Lucky. HEX triplet: AB, A4 and 16. RGB value is (171,164,22). Sum of RGB (Red+Green+Blue) = 171+164+22=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA416 is #545BE9. Grayscale: #969696. Windows color (decimal): -5528554 or 1483947. OLE color: 1483947.
HSL color Cylindrical-coordinate representation of color #ABA416: hue angle of 57.18º degrees, saturation: 0.77, 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 #ABA416 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 22 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.33 |
| HSL | 57.18º | 0.77% | 0.38% | - |
| HSV(B) | 57.18º | 0.87% | 0.67% | - |
| XYZ | 30.21 | 35.27 | 5.97 | - |
| YUV | 149.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 22 | 0 | 0.04 | 0.87 | 0.33 | 57.18 | 0.77 | 0.38 |
| Hex | AB | A4 | 16 | 0 | 4 | 57 | 21 | 39 | 4D | 26 |
| Octal | 253 | 244 | 26 | 0 | 4 | 127 | 41 | 71 | 115 | 46 |
| Binary | 10101011 | 10100100 | 10110 | 0 | 100 | 1010111 | 100001 | 111001 | 1001101 | 100110 |
Color Harmonies of #ABA416
Complementary color
Monochromatic Colors of #ABA416
Black with #ABA416
Text Example
Text Example
White with #ABA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA416; }
p { color: rgb(171,164,22); }
H1.HeaderClassName
{
color: #ABA416;
}
.AnyTagClassName
{
color: #ABA416;
}
</style>
background-color css
<style>
a { background-color: #ABA416; }
a { background-color: rgb(171,164,22); }
div.DivClassName
{
background-color: #ABA416;
}
.BgClassName
{
background-color: #ABA416;
}
</style>
border-color css
<style>
span { border-color: #ABA416; }
span { border-color: rgb(171,164,22); }
td.TdClassName
{
border-color: #ABA416;
}
.TagClassName
{
border-color: #ABA416;
}
</style>