Shades of Lucky #ABA50C
Tints of Lucky #ABA50C
RGB
CMYK
RGB Variations
Color information
#ABA50C (or 0xABA50C) is known color: Lucky. HEX triplet: AB, A5 and 0C. RGB value is (171,165,12). Sum of RGB (Red+Green+Blue) = 171+165+12=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA50C is #545AF3. Grayscale: #959595. Windows color (decimal): -5528308 or 828843. OLE color: 828843.
HSL color Cylindrical-coordinate representation of color #ABA50C: hue angle of 57.74º 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 #ABA50C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.33 |
| HSL | 57.74º | 0.87% | 0.36% | - |
| HSV(B) | 57.74º | 0.93% | 0.67% | - |
| XYZ | 30.32 | 35.59 | 5.62 | - |
| YUV | 149.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 12 | 0 | 0.04 | 0.93 | 0.33 | 57.74 | 0.87 | 0.36 |
| Hex | AB | A5 | C | 0 | 4 | 5D | 21 | 3A | 57 | 24 |
| Octal | 253 | 245 | 14 | 0 | 4 | 135 | 41 | 72 | 127 | 44 |
| Binary | 10101011 | 10100101 | 1100 | 0 | 100 | 1011101 | 100001 | 111010 | 1010111 | 100100 |
Color Harmonies of #ABA50C
Complementary color
Monochromatic Colors of #ABA50C
Black with #ABA50C
Text Example
Text Example
White with #ABA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA50C; }
p { color: rgb(171,165,12); }
H1.HeaderClassName
{
color: #ABA50C;
}
.AnyTagClassName
{
color: #ABA50C;
}
</style>
background-color css
<style>
a { background-color: #ABA50C; }
a { background-color: rgb(171,165,12); }
div.DivClassName
{
background-color: #ABA50C;
}
.BgClassName
{
background-color: #ABA50C;
}
</style>
border-color css
<style>
span { border-color: #ABA50C; }
span { border-color: rgb(171,165,12); }
td.TdClassName
{
border-color: #ABA50C;
}
.TagClassName
{
border-color: #ABA50C;
}
</style>