Shades of Lucky #AB9018
Tints of Lucky #AB9018
RGB
CMYK
RGB Variations
Color information
#AB9018 (or 0xAB9018) is known color: Lucky. HEX triplet: AB, 90 and 18. RGB value is (171,144,24). Sum of RGB (Red+Green+Blue) = 171+144+24=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9018 is #546FE7. Grayscale: #8A8A8A. Windows color (decimal): -5533672 or 1609899. OLE color: 1609899.
HSL color Cylindrical-coordinate representation of color #AB9018: hue angle of 48.98º 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 #AB9018 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 24 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.33 |
| HSL | 48.98º | 0.75% | 0.38% | - |
| HSV(B) | 48.98º | 0.86% | 0.67% | - |
| XYZ | 26.93 | 28.67 | 4.98 | - |
| YUV | 138.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 24 | 0 | 0.16 | 0.86 | 0.33 | 48.98 | 0.75 | 0.38 |
| Hex | AB | 90 | 18 | 0 | 10 | 56 | 21 | 31 | 4B | 26 |
| Octal | 253 | 220 | 30 | 0 | 20 | 126 | 41 | 61 | 113 | 46 |
| Binary | 10101011 | 10010000 | 11000 | 0 | 10000 | 1010110 | 100001 | 110001 | 1001011 | 100110 |
Color Harmonies of #AB9018
Complementary color
Monochromatic Colors of #AB9018
Black with #AB9018
Text Example
Text Example
White with #AB9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9018; }
p { color: rgb(171,144,24); }
H1.HeaderClassName
{
color: #AB9018;
}
.AnyTagClassName
{
color: #AB9018;
}
</style>
background-color css
<style>
a { background-color: #AB9018; }
a { background-color: rgb(171,144,24); }
div.DivClassName
{
background-color: #AB9018;
}
.BgClassName
{
background-color: #AB9018;
}
</style>
border-color css
<style>
span { border-color: #AB9018; }
span { border-color: rgb(171,144,24); }
td.TdClassName
{
border-color: #AB9018;
}
.TagClassName
{
border-color: #AB9018;
}
</style>