Shades of Lucky #AB990B
Tints of Lucky #AB990B
RGB
CMYK
RGB Variations
Color information
#AB990B (or 0xAB990B) is known color: Lucky. HEX triplet: AB, 99 and 0B. RGB value is (171,153,11). Sum of RGB (Red+Green+Blue) = 171+153+11=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB990B is #5466F4. Grayscale: #8E8E8E. Windows color (decimal): -5531381 or 760235. OLE color: 760235.
HSL color Cylindrical-coordinate representation of color #AB990B: hue angle of 53.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB990B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.33 |
| HSL | 53.25º | 0.88% | 0.36% | - |
| HSV(B) | 53.25º | 0.94% | 0.67% | - |
| XYZ | 28.25 | 31.46 | 4.9 | - |
| YUV | 142.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 11 | 0 | 0.11 | 0.94 | 0.33 | 53.25 | 0.88 | 0.36 |
| Hex | AB | 99 | B | 0 | B | 5E | 21 | 35 | 58 | 24 |
| Octal | 253 | 231 | 13 | 0 | 13 | 136 | 41 | 65 | 130 | 44 |
| Binary | 10101011 | 10011001 | 1011 | 0 | 1011 | 1011110 | 100001 | 110101 | 1011000 | 100100 |
Color Harmonies of #AB990B
Complementary color
Monochromatic Colors of #AB990B
Black with #AB990B
Text Example
Text Example
White with #AB990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB990B; }
p { color: rgb(171,153,11); }
H1.HeaderClassName
{
color: #AB990B;
}
.AnyTagClassName
{
color: #AB990B;
}
</style>
background-color css
<style>
a { background-color: #AB990B; }
a { background-color: rgb(171,153,11); }
div.DivClassName
{
background-color: #AB990B;
}
.BgClassName
{
background-color: #AB990B;
}
</style>
border-color css
<style>
span { border-color: #AB990B; }
span { border-color: rgb(171,153,11); }
td.TdClassName
{
border-color: #AB990B;
}
.TagClassName
{
border-color: #AB990B;
}
</style>