Shades of Lucky #AB9810
Tints of Lucky #AB9810
RGB
CMYK
RGB Variations
Color information
#AB9810 (or 0xAB9810) is known color: Lucky. HEX triplet: AB, 98 and 10. RGB value is (171,152,16). Sum of RGB (Red+Green+Blue) = 171+152+16=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9810 is #5467EF. Grayscale: #8E8E8E. Windows color (decimal): -5531632 or 1087659. OLE color: 1087659.
HSL color Cylindrical-coordinate representation of color #AB9810: hue angle of 52.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB9810 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 16 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.33 |
| HSL | 52.65º | 0.83% | 0.37% | - |
| HSV(B) | 52.65º | 0.91% | 0.67% | - |
| XYZ | 28.12 | 31.15 | 5.02 | - |
| YUV | 142.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 16 | 0 | 0.11 | 0.91 | 0.33 | 52.65 | 0.83 | 0.37 |
| Hex | AB | 98 | 10 | 0 | B | 5B | 21 | 35 | 53 | 25 |
| Octal | 253 | 230 | 20 | 0 | 13 | 133 | 41 | 65 | 123 | 45 |
| Binary | 10101011 | 10011000 | 10000 | 0 | 1011 | 1011011 | 100001 | 110101 | 1010011 | 100101 |
Color Harmonies of #AB9810
Complementary color
Monochromatic Colors of #AB9810
Black with #AB9810
Text Example
Text Example
White with #AB9810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9810; }
p { color: rgb(171,152,16); }
H1.HeaderClassName
{
color: #AB9810;
}
.AnyTagClassName
{
color: #AB9810;
}
</style>
background-color css
<style>
a { background-color: #AB9810; }
a { background-color: rgb(171,152,16); }
div.DivClassName
{
background-color: #AB9810;
}
.BgClassName
{
background-color: #AB9810;
}
</style>
border-color css
<style>
span { border-color: #AB9810; }
span { border-color: rgb(171,152,16); }
td.TdClassName
{
border-color: #AB9810;
}
.TagClassName
{
border-color: #AB9810;
}
</style>