Shades of Lucky #AB8D13
Tints of Lucky #AB8D13
RGB
CMYK
RGB Variations
Color information
#AB8D13 (or 0xAB8D13) is known color: Lucky. HEX triplet: AB, 8D and 13. RGB value is (171,141,19). Sum of RGB (Red+Green+Blue) = 171+141+19=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D13 is #5472EC. Grayscale: #888888. Windows color (decimal): -5534445 or 1281451. OLE color: 1281451.
HSL color Cylindrical-coordinate representation of color #AB8D13: hue angle of 48.16º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB8D13 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 19 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.33 |
| HSL | 48.16º | 0.8% | 0.37% | - |
| HSV(B) | 48.16º | 0.89% | 0.67% | - |
| XYZ | 26.44 | 27.75 | 4.58 | - |
| YUV | 136.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 19 | 0 | 0.18 | 0.89 | 0.33 | 48.16 | 0.8 | 0.37 |
| Hex | AB | 8D | 13 | 0 | 12 | 59 | 21 | 30 | 50 | 25 |
| Octal | 253 | 215 | 23 | 0 | 22 | 131 | 41 | 60 | 120 | 45 |
| Binary | 10101011 | 10001101 | 10011 | 0 | 10010 | 1011001 | 100001 | 110000 | 1010000 | 100101 |
Color Harmonies of #AB8D13
Complementary color
Monochromatic Colors of #AB8D13
Black with #AB8D13
Text Example
Text Example
White with #AB8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D13; }
p { color: rgb(171,141,19); }
H1.HeaderClassName
{
color: #AB8D13;
}
.AnyTagClassName
{
color: #AB8D13;
}
</style>
background-color css
<style>
a { background-color: #AB8D13; }
a { background-color: rgb(171,141,19); }
div.DivClassName
{
background-color: #AB8D13;
}
.BgClassName
{
background-color: #AB8D13;
}
</style>
border-color css
<style>
span { border-color: #AB8D13; }
span { border-color: rgb(171,141,19); }
td.TdClassName
{
border-color: #AB8D13;
}
.TagClassName
{
border-color: #AB8D13;
}
</style>