Shades of Lucky #AB980E
Tints of Lucky #AB980E
RGB
CMYK
RGB Variations
Color information
#AB980E (or 0xAB980E) is known color: Lucky. HEX triplet: AB, 98 and 0E. RGB value is (171,152,14). Sum of RGB (Red+Green+Blue) = 171+152+14=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB980E is #5467F1. Grayscale: #8E8E8E. Windows color (decimal): -5531634 or 956587. OLE color: 956587.
HSL color Cylindrical-coordinate representation of color #AB980E: hue angle of 52.74º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB980E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.33 |
| HSL | 52.74º | 0.85% | 0.36% | - |
| HSV(B) | 52.74º | 0.92% | 0.67% | - |
| XYZ | 28.1 | 31.15 | 4.95 | - |
| YUV | 141.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 14 | 0 | 0.11 | 0.92 | 0.33 | 52.74 | 0.85 | 0.36 |
| Hex | AB | 98 | E | 0 | B | 5C | 21 | 35 | 55 | 24 |
| Octal | 253 | 230 | 16 | 0 | 13 | 134 | 41 | 65 | 125 | 44 |
| Binary | 10101011 | 10011000 | 1110 | 0 | 1011 | 1011100 | 100001 | 110101 | 1010101 | 100100 |
Color Harmonies of #AB980E
Complementary color
Monochromatic Colors of #AB980E
Black with #AB980E
Text Example
Text Example
White with #AB980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB980E; }
p { color: rgb(171,152,14); }
H1.HeaderClassName
{
color: #AB980E;
}
.AnyTagClassName
{
color: #AB980E;
}
</style>
background-color css
<style>
a { background-color: #AB980E; }
a { background-color: rgb(171,152,14); }
div.DivClassName
{
background-color: #AB980E;
}
.BgClassName
{
background-color: #AB980E;
}
</style>
border-color css
<style>
span { border-color: #AB980E; }
span { border-color: rgb(171,152,14); }
td.TdClassName
{
border-color: #AB980E;
}
.TagClassName
{
border-color: #AB980E;
}
</style>