Shades of Lucky #AB981E
Tints of Lucky #AB981E
RGB
CMYK
RGB Variations
Color information
#AB981E (or 0xAB981E) is known color: Lucky. HEX triplet: AB, 98 and 1E. RGB value is (171,152,30). Sum of RGB (Red+Green+Blue) = 171+152+30=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB981E is #5467E1. Grayscale: #909090. Windows color (decimal): -5531618 or 2005163. OLE color: 2005163.
HSL color Cylindrical-coordinate representation of color #AB981E: hue angle of 51.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB981E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 30 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.33 |
| HSL | 51.91º | 0.7% | 0.39% | - |
| HSV(B) | 51.91º | 0.82% | 0.67% | - |
| XYZ | 28.26 | 31.21 | 5.76 | - |
| YUV | 143.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 30 | 0 | 0.11 | 0.82 | 0.33 | 51.91 | 0.7 | 0.39 |
| Hex | AB | 98 | 1E | 0 | B | 52 | 21 | 34 | 46 | 27 |
| Octal | 253 | 230 | 36 | 0 | 13 | 122 | 41 | 64 | 106 | 47 |
| Binary | 10101011 | 10011000 | 11110 | 0 | 1011 | 1010010 | 100001 | 110100 | 1000110 | 100111 |
Color Harmonies of #AB981E
Complementary color
Monochromatic Colors of #AB981E
Black with #AB981E
Text Example
Text Example
White with #AB981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB981E; }
p { color: rgb(171,152,30); }
H1.HeaderClassName
{
color: #AB981E;
}
.AnyTagClassName
{
color: #AB981E;
}
</style>
background-color css
<style>
a { background-color: #AB981E; }
a { background-color: rgb(171,152,30); }
div.DivClassName
{
background-color: #AB981E;
}
.BgClassName
{
background-color: #AB981E;
}
</style>
border-color css
<style>
span { border-color: #AB981E; }
span { border-color: rgb(171,152,30); }
td.TdClassName
{
border-color: #AB981E;
}
.TagClassName
{
border-color: #AB981E;
}
</style>