Shades of Lucky #ABA810
Tints of Lucky #ABA810
RGB
CMYK
RGB Variations
Color information
#ABA810 (or 0xABA810) is known color: Lucky. HEX triplet: AB, A8 and 10. RGB value is (171,168,16). Sum of RGB (Red+Green+Blue) = 171+168+16=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA810 is #5457EF. Grayscale: #989898. Windows color (decimal): -5527536 or 1091755. OLE color: 1091755.
HSL color Cylindrical-coordinate representation of color #ABA810: hue angle of 58.84º 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 #ABA810 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.33 |
| HSL | 58.84º | 0.83% | 0.37% | - |
| HSV(B) | 58.84º | 0.91% | 0.67% | - |
| XYZ | 30.89 | 36.7 | 5.95 | - |
| YUV | 151.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 16 | 0 | 0.02 | 0.91 | 0.33 | 58.84 | 0.83 | 0.37 |
| Hex | AB | A8 | 10 | 0 | 2 | 5B | 21 | 3B | 53 | 25 |
| Octal | 253 | 250 | 20 | 0 | 2 | 133 | 41 | 73 | 123 | 45 |
| Binary | 10101011 | 10101000 | 10000 | 0 | 10 | 1011011 | 100001 | 111011 | 1010011 | 100101 |
Color Harmonies of #ABA810
Complementary color
Monochromatic Colors of #ABA810
Black with #ABA810
Text Example
Text Example
White with #ABA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA810; }
p { color: rgb(171,168,16); }
H1.HeaderClassName
{
color: #ABA810;
}
.AnyTagClassName
{
color: #ABA810;
}
</style>
background-color css
<style>
a { background-color: #ABA810; }
a { background-color: rgb(171,168,16); }
div.DivClassName
{
background-color: #ABA810;
}
.BgClassName
{
background-color: #ABA810;
}
</style>
border-color css
<style>
span { border-color: #ABA810; }
span { border-color: rgb(171,168,16); }
td.TdClassName
{
border-color: #ABA810;
}
.TagClassName
{
border-color: #ABA810;
}
</style>