Shades of Lucky #ABA615
Tints of Lucky #ABA615
RGB
CMYK
RGB Variations
Color information
#ABA615 (or 0xABA615) is known color: Lucky. HEX triplet: AB, A6 and 15. RGB value is (171,166,21). Sum of RGB (Red+Green+Blue) = 171+166+21=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA615 is #5459EA. Grayscale: #979797. Windows color (decimal): -5528043 or 1418923. OLE color: 1418923.
HSL color Cylindrical-coordinate representation of color #ABA615: hue angle of 58º 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 #ABA615 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 21 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.33 |
| HSL | 58º | 0.78% | 0.38% | - |
| HSV(B) | 58º | 0.88% | 0.67% | - |
| XYZ | 30.57 | 35.98 | 6.04 | - |
| YUV | 150.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 21 | 0 | 0.03 | 0.88 | 0.33 | 58 | 0.78 | 0.38 |
| Hex | AB | A6 | 15 | 0 | 3 | 58 | 21 | 3A | 4E | 26 |
| Octal | 253 | 246 | 25 | 0 | 3 | 130 | 41 | 72 | 116 | 46 |
| Binary | 10101011 | 10100110 | 10101 | 0 | 11 | 1011000 | 100001 | 111010 | 1001110 | 100110 |
Color Harmonies of #ABA615
Complementary color
Monochromatic Colors of #ABA615
Black with #ABA615
Text Example
Text Example
White with #ABA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA615; }
p { color: rgb(171,166,21); }
H1.HeaderClassName
{
color: #ABA615;
}
.AnyTagClassName
{
color: #ABA615;
}
</style>
background-color css
<style>
a { background-color: #ABA615; }
a { background-color: rgb(171,166,21); }
div.DivClassName
{
background-color: #ABA615;
}
.BgClassName
{
background-color: #ABA615;
}
</style>
border-color css
<style>
span { border-color: #ABA615; }
span { border-color: rgb(171,166,21); }
td.TdClassName
{
border-color: #ABA615;
}
.TagClassName
{
border-color: #ABA615;
}
</style>