Shades of Lucky #ABA70C
Tints of Lucky #ABA70C
RGB
CMYK
RGB Variations
Color information
#ABA70C (or 0xABA70C) is known color: Lucky. HEX triplet: AB, A7 and 0C. RGB value is (171,167,12). Sum of RGB (Red+Green+Blue) = 171+167+12=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70C is #5458F3. Grayscale: #979797. Windows color (decimal): -5527796 or 829355. OLE color: 829355.
HSL color Cylindrical-coordinate representation of color #ABA70C: hue angle of 58.49º 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 #ABA70C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.33 |
| HSL | 58.49º | 0.87% | 0.36% | - |
| HSV(B) | 58.49º | 0.93% | 0.67% | - |
| XYZ | 30.68 | 36.32 | 5.74 | - |
| YUV | 150.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 12 | 0 | 0.02 | 0.93 | 0.33 | 58.49 | 0.87 | 0.36 |
| Hex | AB | A7 | C | 0 | 2 | 5D | 21 | 3A | 57 | 24 |
| Octal | 253 | 247 | 14 | 0 | 2 | 135 | 41 | 72 | 127 | 44 |
| Binary | 10101011 | 10100111 | 1100 | 0 | 10 | 1011101 | 100001 | 111010 | 1010111 | 100100 |
Color Harmonies of #ABA70C
Complementary color
Monochromatic Colors of #ABA70C
Black with #ABA70C
Text Example
Text Example
White with #ABA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA70C; }
p { color: rgb(171,167,12); }
H1.HeaderClassName
{
color: #ABA70C;
}
.AnyTagClassName
{
color: #ABA70C;
}
</style>
background-color css
<style>
a { background-color: #ABA70C; }
a { background-color: rgb(171,167,12); }
div.DivClassName
{
background-color: #ABA70C;
}
.BgClassName
{
background-color: #ABA70C;
}
</style>
border-color css
<style>
span { border-color: #ABA70C; }
span { border-color: rgb(171,167,12); }
td.TdClassName
{
border-color: #ABA70C;
}
.TagClassName
{
border-color: #ABA70C;
}
</style>