Shades of Lucky #AB8E19
Tints of Lucky #AB8E19
RGB
CMYK
RGB Variations
Color information
#AB8E19 (or 0xAB8E19) is known color: Lucky. HEX triplet: AB, 8E and 19. RGB value is (171,142,25). Sum of RGB (Red+Green+Blue) = 171+142+25=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8E19 is #5471E6. Grayscale: #898989. Windows color (decimal): -5534183 or 1674923. OLE color: 1674923.
HSL color Cylindrical-coordinate representation of color #AB8E19: hue angle of 48.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB8E19 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 25 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.33 |
| HSL | 48.08º | 0.74% | 0.38% | - |
| HSV(B) | 48.08º | 0.85% | 0.67% | - |
| XYZ | 26.64 | 28.07 | 4.93 | - |
| YUV | 137.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 25 | 0 | 0.17 | 0.85 | 0.33 | 48.08 | 0.74 | 0.38 |
| Hex | AB | 8E | 19 | 0 | 11 | 55 | 21 | 30 | 4A | 26 |
| Octal | 253 | 216 | 31 | 0 | 21 | 125 | 41 | 60 | 112 | 46 |
| Binary | 10101011 | 10001110 | 11001 | 0 | 10001 | 1010101 | 100001 | 110000 | 1001010 | 100110 |
Color Harmonies of #AB8E19
Complementary color
Monochromatic Colors of #AB8E19
Black with #AB8E19
Text Example
Text Example
White with #AB8E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E19; }
p { color: rgb(171,142,25); }
H1.HeaderClassName
{
color: #AB8E19;
}
.AnyTagClassName
{
color: #AB8E19;
}
</style>
background-color css
<style>
a { background-color: #AB8E19; }
a { background-color: rgb(171,142,25); }
div.DivClassName
{
background-color: #AB8E19;
}
.BgClassName
{
background-color: #AB8E19;
}
</style>
border-color css
<style>
span { border-color: #AB8E19; }
span { border-color: rgb(171,142,25); }
td.TdClassName
{
border-color: #AB8E19;
}
.TagClassName
{
border-color: #AB8E19;
}
</style>