Shades of Lucky #ABA40C
Tints of Lucky #ABA40C
RGB
CMYK
RGB Variations
Color information
#ABA40C (or 0xABA40C) is known color: Lucky. HEX triplet: AB, A4 and 0C. RGB value is (171,164,12). Sum of RGB (Red+Green+Blue) = 171+164+12=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA40C is #545BF3. Grayscale: #959595. Windows color (decimal): -5528564 or 828587. OLE color: 828587.
HSL color Cylindrical-coordinate representation of color #ABA40C: hue angle of 57.36º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABA40C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.33 |
| HSL | 57.36º | 0.87% | 0.36% | - |
| HSV(B) | 57.36º | 0.93% | 0.67% | - |
| XYZ | 30.14 | 35.24 | 5.56 | - |
| YUV | 148.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 12 | 0 | 0.04 | 0.93 | 0.33 | 57.36 | 0.87 | 0.36 |
| Hex | AB | A4 | C | 0 | 4 | 5D | 21 | 39 | 57 | 24 |
| Octal | 253 | 244 | 14 | 0 | 4 | 135 | 41 | 71 | 127 | 44 |
| Binary | 10101011 | 10100100 | 1100 | 0 | 100 | 1011101 | 100001 | 111001 | 1010111 | 100100 |
Color Harmonies of #ABA40C
Complementary color
Monochromatic Colors of #ABA40C
Black with #ABA40C
Text Example
Text Example
White with #ABA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA40C; }
p { color: rgb(171,164,12); }
H1.HeaderClassName
{
color: #ABA40C;
}
.AnyTagClassName
{
color: #ABA40C;
}
</style>
background-color css
<style>
a { background-color: #ABA40C; }
a { background-color: rgb(171,164,12); }
div.DivClassName
{
background-color: #ABA40C;
}
.BgClassName
{
background-color: #ABA40C;
}
</style>
border-color css
<style>
span { border-color: #ABA40C; }
span { border-color: rgb(171,164,12); }
td.TdClassName
{
border-color: #ABA40C;
}
.TagClassName
{
border-color: #ABA40C;
}
</style>