Shades of Lucky #AB9F04
Tints of Lucky #AB9F04
RGB
CMYK
RGB Variations
Color information
#AB9F04 (or 0xAB9F04) is known color: Lucky. HEX triplet: AB, 9F and 04. RGB value is (171,159,4). Sum of RGB (Red+Green+Blue) = 171+159+4=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F04 is #5460FB. Grayscale: #919191. Windows color (decimal): -5529852 or 303019. OLE color: 303019.
HSL color Cylindrical-coordinate representation of color #AB9F04: hue angle of 55.69º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB9F04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.33 |
| HSL | 55.69º | 0.95% | 0.34% | - |
| HSV(B) | 55.69º | 0.98% | 0.67% | - |
| XYZ | 29.21 | 33.46 | 5.03 | - |
| YUV | 144.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 4 | 0 | 0.07 | 0.98 | 0.33 | 55.69 | 0.95 | 0.34 |
| Hex | AB | 9F | 4 | 0 | 7 | 62 | 21 | 38 | 5F | 22 |
| Octal | 253 | 237 | 4 | 0 | 7 | 142 | 41 | 70 | 137 | 42 |
| Binary | 10101011 | 10011111 | 100 | 0 | 111 | 1100010 | 100001 | 111000 | 1011111 | 100010 |
Color Harmonies of #AB9F04
Complementary color
Monochromatic Colors of #AB9F04
Black with #AB9F04
Text Example
Text Example
White with #AB9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F04; }
p { color: rgb(171,159,4); }
H1.HeaderClassName
{
color: #AB9F04;
}
.AnyTagClassName
{
color: #AB9F04;
}
</style>
background-color css
<style>
a { background-color: #AB9F04; }
a { background-color: rgb(171,159,4); }
div.DivClassName
{
background-color: #AB9F04;
}
.BgClassName
{
background-color: #AB9F04;
}
</style>
border-color css
<style>
span { border-color: #AB9F04; }
span { border-color: rgb(171,159,4); }
td.TdClassName
{
border-color: #AB9F04;
}
.TagClassName
{
border-color: #AB9F04;
}
</style>