Shades of Lucky #ABAA16
Tints of Lucky #ABAA16
RGB
CMYK
RGB Variations
Color information
#ABAA16 (or 0xABAA16) is known color: Lucky. HEX triplet: AB, AA and 16. RGB value is (171,170,22). Sum of RGB (Red+Green+Blue) = 171+170+22=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA16 is #5455E9. Grayscale: #9A9A9A. Windows color (decimal): -5527018 or 1485483. OLE color: 1485483.
HSL color Cylindrical-coordinate representation of color #ABAA16: hue angle of 59.6º 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 #ABAA16 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 22 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.33 |
| HSL | 59.6º | 0.77% | 0.38% | - |
| HSV(B) | 59.6º | 0.87% | 0.67% | - |
| XYZ | 31.31 | 37.47 | 6.34 | - |
| YUV | 153.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 22 | 0 | 0.01 | 0.87 | 0.33 | 59.6 | 0.77 | 0.38 |
| Hex | AB | AA | 16 | 0 | 1 | 57 | 21 | 3C | 4D | 26 |
| Octal | 253 | 252 | 26 | 0 | 1 | 127 | 41 | 74 | 115 | 46 |
| Binary | 10101011 | 10101010 | 10110 | 0 | 1 | 1010111 | 100001 | 111100 | 1001101 | 100110 |
Color Harmonies of #ABAA16
Complementary color
Monochromatic Colors of #ABAA16
Black with #ABAA16
Text Example
Text Example
White with #ABAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA16; }
p { color: rgb(171,170,22); }
H1.HeaderClassName
{
color: #ABAA16;
}
.AnyTagClassName
{
color: #ABAA16;
}
</style>
background-color css
<style>
a { background-color: #ABAA16; }
a { background-color: rgb(171,170,22); }
div.DivClassName
{
background-color: #ABAA16;
}
.BgClassName
{
background-color: #ABAA16;
}
</style>
border-color css
<style>
span { border-color: #ABAA16; }
span { border-color: rgb(171,170,22); }
td.TdClassName
{
border-color: #ABAA16;
}
.TagClassName
{
border-color: #ABAA16;
}
</style>