Shades of Lucky #AB8F17
Tints of Lucky #AB8F17
RGB
CMYK
RGB Variations
Color information
#AB8F17 (or 0xAB8F17) is known color: Lucky. HEX triplet: AB, 8F and 17. RGB value is (171,143,23). Sum of RGB (Red+Green+Blue) = 171+143+23=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F17 is #5470E8. Grayscale: #8A8A8A. Windows color (decimal): -5533929 or 1544107. OLE color: 1544107.
HSL color Cylindrical-coordinate representation of color #AB8F17: hue angle of 48.65º 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 #AB8F17 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 23 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.33 |
| HSL | 48.65º | 0.76% | 0.38% | - |
| HSV(B) | 48.65º | 0.87% | 0.67% | - |
| XYZ | 26.77 | 28.36 | 4.87 | - |
| YUV | 137.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 23 | 0 | 0.16 | 0.87 | 0.33 | 48.65 | 0.76 | 0.38 |
| Hex | AB | 8F | 17 | 0 | 10 | 57 | 21 | 31 | 4C | 26 |
| Octal | 253 | 217 | 27 | 0 | 20 | 127 | 41 | 61 | 114 | 46 |
| Binary | 10101011 | 10001111 | 10111 | 0 | 10000 | 1010111 | 100001 | 110001 | 1001100 | 100110 |
Color Harmonies of #AB8F17
Complementary color
Monochromatic Colors of #AB8F17
Black with #AB8F17
Text Example
Text Example
White with #AB8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F17; }
p { color: rgb(171,143,23); }
H1.HeaderClassName
{
color: #AB8F17;
}
.AnyTagClassName
{
color: #AB8F17;
}
</style>
background-color css
<style>
a { background-color: #AB8F17; }
a { background-color: rgb(171,143,23); }
div.DivClassName
{
background-color: #AB8F17;
}
.BgClassName
{
background-color: #AB8F17;
}
</style>
border-color css
<style>
span { border-color: #AB8F17; }
span { border-color: rgb(171,143,23); }
td.TdClassName
{
border-color: #AB8F17;
}
.TagClassName
{
border-color: #AB8F17;
}
</style>