Shades of Lucky #AB9928
Tints of Lucky #AB9928
RGB
CMYK
RGB Variations
Color information
#AB9928 (or 0xAB9928) is known color: Lucky. HEX triplet: AB, 99 and 28. RGB value is (171,153,40). Sum of RGB (Red+Green+Blue) = 171+153+40=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9928 is #5466D7. Grayscale: #919191. Windows color (decimal): -5531352 or 2660779. OLE color: 2660779.
HSL color Cylindrical-coordinate representation of color #AB9928: hue angle of 51.76º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9928 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 40 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.33 |
| HSL | 51.76º | 0.62% | 0.41% | - |
| HSV(B) | 51.76º | 0.77% | 0.67% | - |
| XYZ | 28.57 | 31.59 | 6.6 | - |
| YUV | 145.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 40 | 0 | 0.11 | 0.77 | 0.33 | 51.76 | 0.62 | 0.41 |
| Hex | AB | 99 | 28 | 0 | B | 4D | 21 | 34 | 3E | 29 |
| Octal | 253 | 231 | 50 | 0 | 13 | 115 | 41 | 64 | 76 | 51 |
| Binary | 10101011 | 10011001 | 101000 | 0 | 1011 | 1001101 | 100001 | 110100 | 111110 | 101001 |
Color Harmonies of #AB9928
Complementary color
Monochromatic Colors of #AB9928
Black with #AB9928
Text Example
Text Example
White with #AB9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9928; }
p { color: rgb(171,153,40); }
H1.HeaderClassName
{
color: #AB9928;
}
.AnyTagClassName
{
color: #AB9928;
}
</style>
background-color css
<style>
a { background-color: #AB9928; }
a { background-color: rgb(171,153,40); }
div.DivClassName
{
background-color: #AB9928;
}
.BgClassName
{
background-color: #AB9928;
}
</style>
border-color css
<style>
span { border-color: #AB9928; }
span { border-color: rgb(171,153,40); }
td.TdClassName
{
border-color: #AB9928;
}
.TagClassName
{
border-color: #AB9928;
}
</style>