Shades of Lucky #AB980A
Tints of Lucky #AB980A
RGB
CMYK
RGB Variations
Color information
#AB980A (or 0xAB980A) is known color: Lucky. HEX triplet: AB, 98 and 0A. RGB value is (171,152,10). Sum of RGB (Red+Green+Blue) = 171+152+10=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB980A is #5467F5. Grayscale: #8E8E8E. Windows color (decimal): -5531638 or 694443. OLE color: 694443.
HSL color Cylindrical-coordinate representation of color #AB980A: hue angle of 52.92º 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 #AB980A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 10 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.33 |
| HSL | 52.92º | 0.89% | 0.35% | - |
| HSV(B) | 52.92º | 0.94% | 0.67% | - |
| XYZ | 28.08 | 31.14 | 4.82 | - |
| YUV | 141.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 10 | 0 | 0.11 | 0.94 | 0.33 | 52.92 | 0.89 | 0.35 |
| Hex | AB | 98 | A | 0 | B | 5E | 21 | 35 | 59 | 23 |
| Octal | 253 | 230 | 12 | 0 | 13 | 136 | 41 | 65 | 131 | 43 |
| Binary | 10101011 | 10011000 | 1010 | 0 | 1011 | 1011110 | 100001 | 110101 | 1011001 | 100011 |
Color Harmonies of #AB980A
Complementary color
Monochromatic Colors of #AB980A
Black with #AB980A
Text Example
Text Example
White with #AB980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB980A; }
p { color: rgb(171,152,10); }
H1.HeaderClassName
{
color: #AB980A;
}
.AnyTagClassName
{
color: #AB980A;
}
</style>
background-color css
<style>
a { background-color: #AB980A; }
a { background-color: rgb(171,152,10); }
div.DivClassName
{
background-color: #AB980A;
}
.BgClassName
{
background-color: #AB980A;
}
</style>
border-color css
<style>
span { border-color: #AB980A; }
span { border-color: rgb(171,152,10); }
td.TdClassName
{
border-color: #AB980A;
}
.TagClassName
{
border-color: #AB980A;
}
</style>