Shades of Lucky #ABA00E
Tints of Lucky #ABA00E
RGB
CMYK
RGB Variations
Color information
#ABA00E (or 0xABA00E) is known color: Lucky. HEX triplet: AB, A0 and 0E. RGB value is (171,160,14). Sum of RGB (Red+Green+Blue) = 171+160+14=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00E is #545FF1. Grayscale: #939393. Windows color (decimal): -5529586 or 958635. OLE color: 958635.
HSL color Cylindrical-coordinate representation of color #ABA00E: hue angle of 55.8º 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 #ABA00E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.33 |
| HSL | 55.8º | 0.85% | 0.36% | - |
| HSV(B) | 55.8º | 0.92% | 0.67% | - |
| XYZ | 29.44 | 33.83 | 5.39 | - |
| YUV | 146.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 14 | 0 | 0.06 | 0.92 | 0.33 | 55.8 | 0.85 | 0.36 |
| Hex | AB | A0 | E | 0 | 6 | 5C | 21 | 38 | 55 | 24 |
| Octal | 253 | 240 | 16 | 0 | 6 | 134 | 41 | 70 | 125 | 44 |
| Binary | 10101011 | 10100000 | 1110 | 0 | 110 | 1011100 | 100001 | 111000 | 1010101 | 100100 |
Color Harmonies of #ABA00E
Complementary color
Monochromatic Colors of #ABA00E
Black with #ABA00E
Text Example
Text Example
White with #ABA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA00E; }
p { color: rgb(171,160,14); }
H1.HeaderClassName
{
color: #ABA00E;
}
.AnyTagClassName
{
color: #ABA00E;
}
</style>
background-color css
<style>
a { background-color: #ABA00E; }
a { background-color: rgb(171,160,14); }
div.DivClassName
{
background-color: #ABA00E;
}
.BgClassName
{
background-color: #ABA00E;
}
</style>
border-color css
<style>
span { border-color: #ABA00E; }
span { border-color: rgb(171,160,14); }
td.TdClassName
{
border-color: #ABA00E;
}
.TagClassName
{
border-color: #ABA00E;
}
</style>