Shades of Lucky #AB9F18
Tints of Lucky #AB9F18
RGB
CMYK
RGB Variations
Color information
#AB9F18 (or 0xAB9F18) is known color: Lucky. HEX triplet: AB, 9F and 18. RGB value is (171,159,24). Sum of RGB (Red+Green+Blue) = 171+159+24=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F18 is #5460E7. Grayscale: #939393. Windows color (decimal): -5529832 or 1613739. OLE color: 1613739.
HSL color Cylindrical-coordinate representation of color #AB9F18: hue angle of 55.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB9F18 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 24 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.33 |
| HSL | 55.1º | 0.75% | 0.38% | - |
| HSV(B) | 55.1º | 0.86% | 0.67% | - |
| XYZ | 29.36 | 33.52 | 5.79 | - |
| YUV | 147.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 24 | 0 | 0.07 | 0.86 | 0.33 | 55.1 | 0.75 | 0.38 |
| Hex | AB | 9F | 18 | 0 | 7 | 56 | 21 | 37 | 4B | 26 |
| Octal | 253 | 237 | 30 | 0 | 7 | 126 | 41 | 67 | 113 | 46 |
| Binary | 10101011 | 10011111 | 11000 | 0 | 111 | 1010110 | 100001 | 110111 | 1001011 | 100110 |
Color Harmonies of #AB9F18
Complementary color
Monochromatic Colors of #AB9F18
Black with #AB9F18
Text Example
Text Example
White with #AB9F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F18; }
p { color: rgb(171,159,24); }
H1.HeaderClassName
{
color: #AB9F18;
}
.AnyTagClassName
{
color: #AB9F18;
}
</style>
background-color css
<style>
a { background-color: #AB9F18; }
a { background-color: rgb(171,159,24); }
div.DivClassName
{
background-color: #AB9F18;
}
.BgClassName
{
background-color: #AB9F18;
}
</style>
border-color css
<style>
span { border-color: #AB9F18; }
span { border-color: rgb(171,159,24); }
td.TdClassName
{
border-color: #AB9F18;
}
.TagClassName
{
border-color: #AB9F18;
}
</style>