Shades of Lucky #ABA203
Tints of Lucky #ABA203
RGB
CMYK
RGB Variations
Color information
#ABA203 (or 0xABA203) is known color: Lucky. HEX triplet: AB, A2 and 03. RGB value is (171,162,3). Sum of RGB (Red+Green+Blue) = 171+162+3=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA203 is #545DFC. Grayscale: #939393. Windows color (decimal): -5529085 or 238251. OLE color: 238251.
HSL color Cylindrical-coordinate representation of color #ABA203: hue angle of 56.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABA203 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.33 |
| HSL | 56.79º | 0.97% | 0.34% | - |
| HSV(B) | 56.79º | 0.98% | 0.67% | - |
| XYZ | 29.73 | 34.51 | 5.18 | - |
| YUV | 146.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 3 | 0 | 0.05 | 0.98 | 0.33 | 56.79 | 0.97 | 0.34 |
| Hex | AB | A2 | 3 | 0 | 5 | 62 | 21 | 39 | 61 | 22 |
| Octal | 253 | 242 | 3 | 0 | 5 | 142 | 41 | 71 | 141 | 42 |
| Binary | 10101011 | 10100010 | 11 | 0 | 101 | 1100010 | 100001 | 111001 | 1100001 | 100010 |
Color Harmonies of #ABA203
Complementary color
Monochromatic Colors of #ABA203
Black with #ABA203
Text Example
Text Example
White with #ABA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA203; }
p { color: rgb(171,162,3); }
H1.HeaderClassName
{
color: #ABA203;
}
.AnyTagClassName
{
color: #ABA203;
}
</style>
background-color css
<style>
a { background-color: #ABA203; }
a { background-color: rgb(171,162,3); }
div.DivClassName
{
background-color: #ABA203;
}
.BgClassName
{
background-color: #ABA203;
}
</style>
border-color css
<style>
span { border-color: #ABA203; }
span { border-color: rgb(171,162,3); }
td.TdClassName
{
border-color: #ABA203;
}
.TagClassName
{
border-color: #ABA203;
}
</style>