Shades of Lucky #ABA413
Tints of Lucky #ABA413
RGB
CMYK
RGB Variations
Color information
#ABA413 (or 0xABA413) is known color: Lucky. HEX triplet: AB, A4 and 13. RGB value is (171,164,19). Sum of RGB (Red+Green+Blue) = 171+164+19=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA413 is #545BEC. Grayscale: #969696. Windows color (decimal): -5528557 or 1287339. OLE color: 1287339.
HSL color Cylindrical-coordinate representation of color #ABA413: hue angle of 57.24º 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 #ABA413 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 19 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.33 |
| HSL | 57.24º | 0.8% | 0.37% | - |
| HSV(B) | 57.24º | 0.89% | 0.67% | - |
| XYZ | 30.19 | 35.26 | 5.83 | - |
| YUV | 149.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 19 | 0 | 0.04 | 0.89 | 0.33 | 57.24 | 0.8 | 0.37 |
| Hex | AB | A4 | 13 | 0 | 4 | 59 | 21 | 39 | 50 | 25 |
| Octal | 253 | 244 | 23 | 0 | 4 | 131 | 41 | 71 | 120 | 45 |
| Binary | 10101011 | 10100100 | 10011 | 0 | 100 | 1011001 | 100001 | 111001 | 1010000 | 100101 |
Color Harmonies of #ABA413
Complementary color
Monochromatic Colors of #ABA413
Black with #ABA413
Text Example
Text Example
White with #ABA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA413; }
p { color: rgb(171,164,19); }
H1.HeaderClassName
{
color: #ABA413;
}
.AnyTagClassName
{
color: #ABA413;
}
</style>
background-color css
<style>
a { background-color: #ABA413; }
a { background-color: rgb(171,164,19); }
div.DivClassName
{
background-color: #ABA413;
}
.BgClassName
{
background-color: #ABA413;
}
</style>
border-color css
<style>
span { border-color: #ABA413; }
span { border-color: rgb(171,164,19); }
td.TdClassName
{
border-color: #ABA413;
}
.TagClassName
{
border-color: #ABA413;
}
</style>