Shades of Lucky #ABA015
Tints of Lucky #ABA015
RGB
CMYK
RGB Variations
Color information
#ABA015 (or 0xABA015) is known color: Lucky. HEX triplet: AB, A0 and 15. RGB value is (171,160,21). Sum of RGB (Red+Green+Blue) = 171+160+21=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA015 is #545FEA. Grayscale: #949494. Windows color (decimal): -5529579 or 1417387. OLE color: 1417387.
HSL color Cylindrical-coordinate representation of color #ABA015: hue angle of 55.6º 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 #ABA015 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 21 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.33 |
| HSL | 55.6º | 0.78% | 0.38% | - |
| HSV(B) | 55.6º | 0.88% | 0.67% | - |
| XYZ | 29.5 | 33.85 | 5.69 | - |
| YUV | 147.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 21 | 0 | 0.06 | 0.88 | 0.33 | 55.6 | 0.78 | 0.38 |
| Hex | AB | A0 | 15 | 0 | 6 | 58 | 21 | 38 | 4E | 26 |
| Octal | 253 | 240 | 25 | 0 | 6 | 130 | 41 | 70 | 116 | 46 |
| Binary | 10101011 | 10100000 | 10101 | 0 | 110 | 1011000 | 100001 | 111000 | 1001110 | 100110 |
Color Harmonies of #ABA015
Complementary color
Monochromatic Colors of #ABA015
Black with #ABA015
Text Example
Text Example
White with #ABA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA015; }
p { color: rgb(171,160,21); }
H1.HeaderClassName
{
color: #ABA015;
}
.AnyTagClassName
{
color: #ABA015;
}
</style>
background-color css
<style>
a { background-color: #ABA015; }
a { background-color: rgb(171,160,21); }
div.DivClassName
{
background-color: #ABA015;
}
.BgClassName
{
background-color: #ABA015;
}
</style>
border-color css
<style>
span { border-color: #ABA015; }
span { border-color: rgb(171,160,21); }
td.TdClassName
{
border-color: #ABA015;
}
.TagClassName
{
border-color: #ABA015;
}
</style>