Shades of Lucky #ABA415
Tints of Lucky #ABA415
RGB
CMYK
RGB Variations
Color information
#ABA415 (or 0xABA415) is known color: Lucky. HEX triplet: AB, A4 and 15. RGB value is (171,164,21). Sum of RGB (Red+Green+Blue) = 171+164+21=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA415 is #545BEA. Grayscale: #969696. Windows color (decimal): -5528555 or 1418411. OLE color: 1418411.
HSL color Cylindrical-coordinate representation of color #ABA415: hue angle of 57.2º 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 #ABA415 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 21 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.33 |
| HSL | 57.2º | 0.78% | 0.38% | - |
| HSV(B) | 57.2º | 0.88% | 0.67% | - |
| XYZ | 30.21 | 35.26 | 5.92 | - |
| YUV | 149.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 21 | 0 | 0.04 | 0.88 | 0.33 | 57.2 | 0.78 | 0.38 |
| Hex | AB | A4 | 15 | 0 | 4 | 58 | 21 | 39 | 4E | 26 |
| Octal | 253 | 244 | 25 | 0 | 4 | 130 | 41 | 71 | 116 | 46 |
| Binary | 10101011 | 10100100 | 10101 | 0 | 100 | 1011000 | 100001 | 111001 | 1001110 | 100110 |
Color Harmonies of #ABA415
Complementary color
Monochromatic Colors of #ABA415
Black with #ABA415
Text Example
Text Example
White with #ABA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA415; }
p { color: rgb(171,164,21); }
H1.HeaderClassName
{
color: #ABA415;
}
.AnyTagClassName
{
color: #ABA415;
}
</style>
background-color css
<style>
a { background-color: #ABA415; }
a { background-color: rgb(171,164,21); }
div.DivClassName
{
background-color: #ABA415;
}
.BgClassName
{
background-color: #ABA415;
}
</style>
border-color css
<style>
span { border-color: #ABA415; }
span { border-color: rgb(171,164,21); }
td.TdClassName
{
border-color: #ABA415;
}
.TagClassName
{
border-color: #ABA415;
}
</style>