Shades of Lucky #ABA30A
Tints of Lucky #ABA30A
RGB
CMYK
RGB Variations
Color information
#ABA30A (or 0xABA30A) is known color: Lucky. HEX triplet: AB, A3 and 0A. RGB value is (171,163,10). Sum of RGB (Red+Green+Blue) = 171+163+10=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA30A is #545CF5. Grayscale: #949494. Windows color (decimal): -5528822 or 697259. OLE color: 697259.
HSL color Cylindrical-coordinate representation of color #ABA30A: hue angle of 57.02º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA30A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 10 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.33 |
| HSL | 57.02º | 0.89% | 0.35% | - |
| HSV(B) | 57.02º | 0.94% | 0.67% | - |
| XYZ | 29.95 | 34.87 | 5.44 | - |
| YUV | 147.95 | 50.15 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 10 | 0 | 0.05 | 0.94 | 0.33 | 57.02 | 0.89 | 0.35 |
| Hex | AB | A3 | A | 0 | 5 | 5E | 21 | 39 | 59 | 23 |
| Octal | 253 | 243 | 12 | 0 | 5 | 136 | 41 | 71 | 131 | 43 |
| Binary | 10101011 | 10100011 | 1010 | 0 | 101 | 1011110 | 100001 | 111001 | 1011001 | 100011 |
Color Harmonies of #ABA30A
Complementary color
Monochromatic Colors of #ABA30A
Black with #ABA30A
Text Example
Text Example
White with #ABA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA30A; }
p { color: rgb(171,163,10); }
H1.HeaderClassName
{
color: #ABA30A;
}
.AnyTagClassName
{
color: #ABA30A;
}
</style>
background-color css
<style>
a { background-color: #ABA30A; }
a { background-color: rgb(171,163,10); }
div.DivClassName
{
background-color: #ABA30A;
}
.BgClassName
{
background-color: #ABA30A;
}
</style>
border-color css
<style>
span { border-color: #ABA30A; }
span { border-color: rgb(171,163,10); }
td.TdClassName
{
border-color: #ABA30A;
}
.TagClassName
{
border-color: #ABA30A;
}
</style>