Shades of Lucky #AB9919
Tints of Lucky #AB9919
RGB
CMYK
RGB Variations
Color information
#AB9919 (or 0xAB9919) is known color: Lucky. HEX triplet: AB, 99 and 19. RGB value is (171,153,25). Sum of RGB (Red+Green+Blue) = 171+153+25=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9919 is #5466E6. Grayscale: #909090. Windows color (decimal): -5531367 or 1677739. OLE color: 1677739.
HSL color Cylindrical-coordinate representation of color #AB9919: hue angle of 52.6º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB9919 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 25 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.33 |
| HSL | 52.6º | 0.74% | 0.38% | - |
| HSV(B) | 52.6º | 0.85% | 0.67% | - |
| XYZ | 28.36 | 31.51 | 5.51 | - |
| YUV | 143.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 25 | 0 | 0.11 | 0.85 | 0.33 | 52.6 | 0.74 | 0.38 |
| Hex | AB | 99 | 19 | 0 | B | 55 | 21 | 35 | 4A | 26 |
| Octal | 253 | 231 | 31 | 0 | 13 | 125 | 41 | 65 | 112 | 46 |
| Binary | 10101011 | 10011001 | 11001 | 0 | 1011 | 1010101 | 100001 | 110101 | 1001010 | 100110 |
Color Harmonies of #AB9919
Complementary color
Monochromatic Colors of #AB9919
Black with #AB9919
Text Example
Text Example
White with #AB9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9919; }
p { color: rgb(171,153,25); }
H1.HeaderClassName
{
color: #AB9919;
}
.AnyTagClassName
{
color: #AB9919;
}
</style>
background-color css
<style>
a { background-color: #AB9919; }
a { background-color: rgb(171,153,25); }
div.DivClassName
{
background-color: #AB9919;
}
.BgClassName
{
background-color: #AB9919;
}
</style>
border-color css
<style>
span { border-color: #AB9919; }
span { border-color: rgb(171,153,25); }
td.TdClassName
{
border-color: #AB9919;
}
.TagClassName
{
border-color: #AB9919;
}
</style>