Shades of Lucky #ABA619
Tints of Lucky #ABA619
RGB
CMYK
RGB Variations
Color information
#ABA619 (or 0xABA619) is known color: Lucky. HEX triplet: AB, A6 and 19. RGB value is (171,166,25). Sum of RGB (Red+Green+Blue) = 171+166+25=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA619 is #5459E6. Grayscale: #979797. Windows color (decimal): -5528039 or 1681067. OLE color: 1681067.
HSL color Cylindrical-coordinate representation of color #ABA619: hue angle of 57.95º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABA619 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 25 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.33 |
| HSL | 57.95º | 0.74% | 0.38% | - |
| HSV(B) | 57.95º | 0.85% | 0.67% | - |
| XYZ | 30.61 | 36 | 6.26 | - |
| YUV | 151.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 25 | 0 | 0.03 | 0.85 | 0.33 | 57.95 | 0.74 | 0.38 |
| Hex | AB | A6 | 19 | 0 | 3 | 55 | 21 | 3A | 4A | 26 |
| Octal | 253 | 246 | 31 | 0 | 3 | 125 | 41 | 72 | 112 | 46 |
| Binary | 10101011 | 10100110 | 11001 | 0 | 11 | 1010101 | 100001 | 111010 | 1001010 | 100110 |
Color Harmonies of #ABA619
Complementary color
Monochromatic Colors of #ABA619
Black with #ABA619
Text Example
Text Example
White with #ABA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA619; }
p { color: rgb(171,166,25); }
H1.HeaderClassName
{
color: #ABA619;
}
.AnyTagClassName
{
color: #ABA619;
}
</style>
background-color css
<style>
a { background-color: #ABA619; }
a { background-color: rgb(171,166,25); }
div.DivClassName
{
background-color: #ABA619;
}
.BgClassName
{
background-color: #ABA619;
}
</style>
border-color css
<style>
span { border-color: #ABA619; }
span { border-color: rgb(171,166,25); }
td.TdClassName
{
border-color: #ABA619;
}
.TagClassName
{
border-color: #ABA619;
}
</style>