Shades of Lucky #AB990F
Tints of Lucky #AB990F
RGB
CMYK
RGB Variations
Color information
#AB990F (or 0xAB990F) is known color: Lucky. HEX triplet: AB, 99 and 0F. RGB value is (171,153,15). Sum of RGB (Red+Green+Blue) = 171+153+15=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB990F is #5466F0. Grayscale: #8F8F8F. Windows color (decimal): -5531377 or 1022379. OLE color: 1022379.
HSL color Cylindrical-coordinate representation of color #AB990F: hue angle of 53.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB990F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.33 |
| HSL | 53.08º | 0.84% | 0.36% | - |
| HSV(B) | 53.08º | 0.91% | 0.67% | - |
| XYZ | 28.27 | 31.47 | 5.04 | - |
| YUV | 142.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 15 | 0 | 0.11 | 0.91 | 0.33 | 53.08 | 0.84 | 0.36 |
| Hex | AB | 99 | F | 0 | B | 5B | 21 | 35 | 54 | 24 |
| Octal | 253 | 231 | 17 | 0 | 13 | 133 | 41 | 65 | 124 | 44 |
| Binary | 10101011 | 10011001 | 1111 | 0 | 1011 | 1011011 | 100001 | 110101 | 1010100 | 100100 |
Color Harmonies of #AB990F
Complementary color
Monochromatic Colors of #AB990F
Black with #AB990F
Text Example
Text Example
White with #AB990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB990F; }
p { color: rgb(171,153,15); }
H1.HeaderClassName
{
color: #AB990F;
}
.AnyTagClassName
{
color: #AB990F;
}
</style>
background-color css
<style>
a { background-color: #AB990F; }
a { background-color: rgb(171,153,15); }
div.DivClassName
{
background-color: #AB990F;
}
.BgClassName
{
background-color: #AB990F;
}
</style>
border-color css
<style>
span { border-color: #AB990F; }
span { border-color: rgb(171,153,15); }
td.TdClassName
{
border-color: #AB990F;
}
.TagClassName
{
border-color: #AB990F;
}
</style>