Shades of Lucky #AB9F02
Tints of Lucky #AB9F02
RGB
CMYK
RGB Variations
Color information
#AB9F02 (or 0xAB9F02) is known color: Lucky. HEX triplet: AB, 9F and 02. RGB value is (171,159,2). Sum of RGB (Red+Green+Blue) = 171+159+2=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F02 is #5460FD. Grayscale: #919191. Windows color (decimal): -5529854 or 171947. OLE color: 171947.
HSL color Cylindrical-coordinate representation of color #AB9F02: hue angle of 55.74º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB9F02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.33 |
| HSL | 55.74º | 0.98% | 0.34% | - |
| HSV(B) | 55.74º | 0.99% | 0.67% | - |
| XYZ | 29.2 | 33.46 | 4.98 | - |
| YUV | 144.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 2 | 0 | 0.07 | 0.99 | 0.33 | 55.74 | 0.98 | 0.34 |
| Hex | AB | 9F | 2 | 0 | 7 | 63 | 21 | 38 | 62 | 22 |
| Octal | 253 | 237 | 2 | 0 | 7 | 143 | 41 | 70 | 142 | 42 |
| Binary | 10101011 | 10011111 | 10 | 0 | 111 | 1100011 | 100001 | 111000 | 1100010 | 100010 |
Color Harmonies of #AB9F02
Complementary color
Monochromatic Colors of #AB9F02
Black with #AB9F02
Text Example
Text Example
White with #AB9F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F02; }
p { color: rgb(171,159,2); }
H1.HeaderClassName
{
color: #AB9F02;
}
.AnyTagClassName
{
color: #AB9F02;
}
</style>
background-color css
<style>
a { background-color: #AB9F02; }
a { background-color: rgb(171,159,2); }
div.DivClassName
{
background-color: #AB9F02;
}
.BgClassName
{
background-color: #AB9F02;
}
</style>
border-color css
<style>
span { border-color: #AB9F02; }
span { border-color: rgb(171,159,2); }
td.TdClassName
{
border-color: #AB9F02;
}
.TagClassName
{
border-color: #AB9F02;
}
</style>