Shades of Lucky #ABA20C
Tints of Lucky #ABA20C
RGB
CMYK
RGB Variations
Color information
#ABA20C (or 0xABA20C) is known color: Lucky. HEX triplet: AB, A2 and 0C. RGB value is (171,162,12). Sum of RGB (Red+Green+Blue) = 171+162+12=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA20C is #545DF3. Grayscale: #949494. Windows color (decimal): -5529076 or 828075. OLE color: 828075.
HSL color Cylindrical-coordinate representation of color #ABA20C: hue angle of 56.6º 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 #ABA20C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 12 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.33 |
| HSL | 56.6º | 0.87% | 0.36% | - |
| HSV(B) | 56.6º | 0.93% | 0.67% | - |
| XYZ | 29.78 | 34.53 | 5.44 | - |
| YUV | 147.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 12 | 0 | 0.05 | 0.93 | 0.33 | 56.6 | 0.87 | 0.36 |
| Hex | AB | A2 | C | 0 | 5 | 5D | 21 | 39 | 57 | 24 |
| Octal | 253 | 242 | 14 | 0 | 5 | 135 | 41 | 71 | 127 | 44 |
| Binary | 10101011 | 10100010 | 1100 | 0 | 101 | 1011101 | 100001 | 111001 | 1010111 | 100100 |
Color Harmonies of #ABA20C
Complementary color
Monochromatic Colors of #ABA20C
Black with #ABA20C
Text Example
Text Example
White with #ABA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA20C; }
p { color: rgb(171,162,12); }
H1.HeaderClassName
{
color: #ABA20C;
}
.AnyTagClassName
{
color: #ABA20C;
}
</style>
background-color css
<style>
a { background-color: #ABA20C; }
a { background-color: rgb(171,162,12); }
div.DivClassName
{
background-color: #ABA20C;
}
.BgClassName
{
background-color: #ABA20C;
}
</style>
border-color css
<style>
span { border-color: #ABA20C; }
span { border-color: rgb(171,162,12); }
td.TdClassName
{
border-color: #ABA20C;
}
.TagClassName
{
border-color: #ABA20C;
}
</style>