Shades of Lucky #ABA202
Tints of Lucky #ABA202
RGB
CMYK
RGB Variations
Color information
#ABA202 (or 0xABA202) is known color: Lucky. HEX triplet: AB, A2 and 02. RGB value is (171,162,2). Sum of RGB (Red+Green+Blue) = 171+162+2=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA202 is #545DFD. Grayscale: #939393. Windows color (decimal): -5529086 or 172715. OLE color: 172715.
HSL color Cylindrical-coordinate representation of color #ABA202: hue angle of 56.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.33 |
| HSL | 56.8º | 0.98% | 0.34% | - |
| HSV(B) | 56.8º | 0.99% | 0.67% | - |
| XYZ | 29.73 | 34.5 | 5.15 | - |
| YUV | 146.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 2 | 0 | 0.05 | 0.99 | 0.33 | 56.8 | 0.98 | 0.34 |
| Hex | AB | A2 | 2 | 0 | 5 | 63 | 21 | 39 | 62 | 22 |
| Octal | 253 | 242 | 2 | 0 | 5 | 143 | 41 | 71 | 142 | 42 |
| Binary | 10101011 | 10100010 | 10 | 0 | 101 | 1100011 | 100001 | 111001 | 1100010 | 100010 |
Color Harmonies of #ABA202
Complementary color
Monochromatic Colors of #ABA202
Black with #ABA202
Text Example
Text Example
White with #ABA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA202; }
p { color: rgb(171,162,2); }
H1.HeaderClassName
{
color: #ABA202;
}
.AnyTagClassName
{
color: #ABA202;
}
</style>
background-color css
<style>
a { background-color: #ABA202; }
a { background-color: rgb(171,162,2); }
div.DivClassName
{
background-color: #ABA202;
}
.BgClassName
{
background-color: #ABA202;
}
</style>
border-color css
<style>
span { border-color: #ABA202; }
span { border-color: rgb(171,162,2); }
td.TdClassName
{
border-color: #ABA202;
}
.TagClassName
{
border-color: #ABA202;
}
</style>