Shades of Lucky #ABA917
Tints of Lucky #ABA917
RGB
CMYK
RGB Variations
Color information
#ABA917 (or 0xABA917) is known color: Lucky. HEX triplet: AB, A9 and 17. RGB value is (171,169,23). Sum of RGB (Red+Green+Blue) = 171+169+23=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA917 is #5456E8. Grayscale: #999999. Windows color (decimal): -5527273 or 1550763. OLE color: 1550763.
HSL color Cylindrical-coordinate representation of color #ABA917: hue angle of 59.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA917 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 23 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.33 |
| HSL | 59.19º | 0.76% | 0.38% | - |
| HSV(B) | 59.19º | 0.87% | 0.67% | - |
| XYZ | 31.14 | 37.1 | 6.33 | - |
| YUV | 152.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 23 | 0 | 0.01 | 0.87 | 0.33 | 59.19 | 0.76 | 0.38 |
| Hex | AB | A9 | 17 | 0 | 1 | 57 | 21 | 3B | 4C | 26 |
| Octal | 253 | 251 | 27 | 0 | 1 | 127 | 41 | 73 | 114 | 46 |
| Binary | 10101011 | 10101001 | 10111 | 0 | 1 | 1010111 | 100001 | 111011 | 1001100 | 100110 |
Color Harmonies of #ABA917
Complementary color
Monochromatic Colors of #ABA917
Black with #ABA917
Text Example
Text Example
White with #ABA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA917; }
p { color: rgb(171,169,23); }
H1.HeaderClassName
{
color: #ABA917;
}
.AnyTagClassName
{
color: #ABA917;
}
</style>
background-color css
<style>
a { background-color: #ABA917; }
a { background-color: rgb(171,169,23); }
div.DivClassName
{
background-color: #ABA917;
}
.BgClassName
{
background-color: #ABA917;
}
</style>
border-color css
<style>
span { border-color: #ABA917; }
span { border-color: rgb(171,169,23); }
td.TdClassName
{
border-color: #ABA917;
}
.TagClassName
{
border-color: #ABA917;
}
</style>