Shades of Lucky #AB9116
Tints of Lucky #AB9116
RGB
CMYK
RGB Variations
Color information
#AB9116 (or 0xAB9116) is known color: Lucky. HEX triplet: AB, 91 and 16. RGB value is (171,145,22). Sum of RGB (Red+Green+Blue) = 171+145+22=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9116 is #546EE9. Grayscale: #8B8B8B. Windows color (decimal): -5533418 or 1479083. OLE color: 1479083.
HSL color Cylindrical-coordinate representation of color #AB9116: hue angle of 49.53º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB9116 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 22 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.33 |
| HSL | 49.53º | 0.77% | 0.38% | - |
| HSV(B) | 49.53º | 0.87% | 0.67% | - |
| XYZ | 27.06 | 28.97 | 4.92 | - |
| YUV | 138.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 22 | 0 | 0.15 | 0.87 | 0.33 | 49.53 | 0.77 | 0.38 |
| Hex | AB | 91 | 16 | 0 | F | 57 | 21 | 32 | 4D | 26 |
| Octal | 253 | 221 | 26 | 0 | 17 | 127 | 41 | 62 | 115 | 46 |
| Binary | 10101011 | 10010001 | 10110 | 0 | 1111 | 1010111 | 100001 | 110010 | 1001101 | 100110 |
Color Harmonies of #AB9116
Complementary color
Monochromatic Colors of #AB9116
Black with #AB9116
Text Example
Text Example
White with #AB9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9116; }
p { color: rgb(171,145,22); }
H1.HeaderClassName
{
color: #AB9116;
}
.AnyTagClassName
{
color: #AB9116;
}
</style>
background-color css
<style>
a { background-color: #AB9116; }
a { background-color: rgb(171,145,22); }
div.DivClassName
{
background-color: #AB9116;
}
.BgClassName
{
background-color: #AB9116;
}
</style>
border-color css
<style>
span { border-color: #AB9116; }
span { border-color: rgb(171,145,22); }
td.TdClassName
{
border-color: #AB9116;
}
.TagClassName
{
border-color: #AB9116;
}
</style>