Shades of Lucky #AB9F14
Tints of Lucky #AB9F14
RGB
CMYK
RGB Variations
Color information
#AB9F14 (or 0xAB9F14) is known color: Lucky. HEX triplet: AB, 9F and 14. RGB value is (171,159,20). Sum of RGB (Red+Green+Blue) = 171+159+20=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F14 is #5460EB. Grayscale: #939393. Windows color (decimal): -5529836 or 1351595. OLE color: 1351595.
HSL color Cylindrical-coordinate representation of color #AB9F14: hue angle of 55.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB9F14 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 20 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.33 |
| HSL | 55.23º | 0.79% | 0.37% | - |
| HSV(B) | 55.23º | 0.88% | 0.67% | - |
| XYZ | 29.32 | 33.5 | 5.58 | - |
| YUV | 146.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 20 | 0 | 0.07 | 0.88 | 0.33 | 55.23 | 0.79 | 0.37 |
| Hex | AB | 9F | 14 | 0 | 7 | 58 | 21 | 37 | 4F | 25 |
| Octal | 253 | 237 | 24 | 0 | 7 | 130 | 41 | 67 | 117 | 45 |
| Binary | 10101011 | 10011111 | 10100 | 0 | 111 | 1011000 | 100001 | 110111 | 1001111 | 100101 |
Color Harmonies of #AB9F14
Complementary color
Monochromatic Colors of #AB9F14
Black with #AB9F14
Text Example
Text Example
White with #AB9F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F14; }
p { color: rgb(171,159,20); }
H1.HeaderClassName
{
color: #AB9F14;
}
.AnyTagClassName
{
color: #AB9F14;
}
</style>
background-color css
<style>
a { background-color: #AB9F14; }
a { background-color: rgb(171,159,20); }
div.DivClassName
{
background-color: #AB9F14;
}
.BgClassName
{
background-color: #AB9F14;
}
</style>
border-color css
<style>
span { border-color: #AB9F14; }
span { border-color: rgb(171,159,20); }
td.TdClassName
{
border-color: #AB9F14;
}
.TagClassName
{
border-color: #AB9F14;
}
</style>