Shades of Lucky #AB8F18
Tints of Lucky #AB8F18
RGB
CMYK
RGB Variations
Color information
#AB8F18 (or 0xAB8F18) is known color: Lucky. HEX triplet: AB, 8F and 18. RGB value is (171,143,24). Sum of RGB (Red+Green+Blue) = 171+143+24=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F18 is #5470E7. Grayscale: #8A8A8A. Windows color (decimal): -5533928 or 1609643. OLE color: 1609643.
HSL color Cylindrical-coordinate representation of color #AB8F18: hue angle of 48.57º 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 #AB8F18 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 24 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.33 |
| HSL | 48.57º | 0.75% | 0.38% | - |
| HSV(B) | 48.57º | 0.86% | 0.67% | - |
| XYZ | 26.78 | 28.37 | 4.93 | - |
| YUV | 137.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 24 | 0 | 0.16 | 0.86 | 0.33 | 48.57 | 0.75 | 0.38 |
| Hex | AB | 8F | 18 | 0 | 10 | 56 | 21 | 31 | 4B | 26 |
| Octal | 253 | 217 | 30 | 0 | 20 | 126 | 41 | 61 | 113 | 46 |
| Binary | 10101011 | 10001111 | 11000 | 0 | 10000 | 1010110 | 100001 | 110001 | 1001011 | 100110 |
Color Harmonies of #AB8F18
Complementary color
Monochromatic Colors of #AB8F18
Black with #AB8F18
Text Example
Text Example
White with #AB8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F18; }
p { color: rgb(171,143,24); }
H1.HeaderClassName
{
color: #AB8F18;
}
.AnyTagClassName
{
color: #AB8F18;
}
</style>
background-color css
<style>
a { background-color: #AB8F18; }
a { background-color: rgb(171,143,24); }
div.DivClassName
{
background-color: #AB8F18;
}
.BgClassName
{
background-color: #AB8F18;
}
</style>
border-color css
<style>
span { border-color: #AB8F18; }
span { border-color: rgb(171,143,24); }
td.TdClassName
{
border-color: #AB8F18;
}
.TagClassName
{
border-color: #AB8F18;
}
</style>