Shades of Lucky #AB8D18
Tints of Lucky #AB8D18
RGB
CMYK
RGB Variations
Color information
#AB8D18 (or 0xAB8D18) is known color: Lucky. HEX triplet: AB, 8D and 18. RGB value is (171,141,24). Sum of RGB (Red+Green+Blue) = 171+141+24=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D18 is #5472E7. Grayscale: #898989. Windows color (decimal): -5534440 or 1609131. OLE color: 1609131.
HSL color Cylindrical-coordinate representation of color #AB8D18: hue angle of 47.76º 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 #AB8D18 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 24 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.33 |
| HSL | 47.76º | 0.75% | 0.38% | - |
| HSV(B) | 47.76º | 0.86% | 0.67% | - |
| XYZ | 26.48 | 27.77 | 4.83 | - |
| YUV | 136.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 24 | 0 | 0.18 | 0.86 | 0.33 | 47.76 | 0.75 | 0.38 |
| Hex | AB | 8D | 18 | 0 | 12 | 56 | 21 | 30 | 4B | 26 |
| Octal | 253 | 215 | 30 | 0 | 22 | 126 | 41 | 60 | 113 | 46 |
| Binary | 10101011 | 10001101 | 11000 | 0 | 10010 | 1010110 | 100001 | 110000 | 1001011 | 100110 |
Color Harmonies of #AB8D18
Complementary color
Monochromatic Colors of #AB8D18
Black with #AB8D18
Text Example
Text Example
White with #AB8D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D18; }
p { color: rgb(171,141,24); }
H1.HeaderClassName
{
color: #AB8D18;
}
.AnyTagClassName
{
color: #AB8D18;
}
</style>
background-color css
<style>
a { background-color: #AB8D18; }
a { background-color: rgb(171,141,24); }
div.DivClassName
{
background-color: #AB8D18;
}
.BgClassName
{
background-color: #AB8D18;
}
</style>
border-color css
<style>
span { border-color: #AB8D18; }
span { border-color: rgb(171,141,24); }
td.TdClassName
{
border-color: #AB8D18;
}
.TagClassName
{
border-color: #AB8D18;
}
</style>