Shades of Lucky #ABA007
Tints of Lucky #ABA007
RGB
CMYK
RGB Variations
Color information
#ABA007 (or 0xABA007) is known color: Lucky. HEX triplet: AB, A0 and 07. RGB value is (171,160,7). Sum of RGB (Red+Green+Blue) = 171+160+7=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA007 is #545FF8. Grayscale: #929292. Windows color (decimal): -5529593 or 499883. OLE color: 499883.
HSL color Cylindrical-coordinate representation of color #ABA007: hue angle of 55.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABA007 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 7 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.33 |
| HSL | 55.98º | 0.92% | 0.35% | - |
| HSV(B) | 55.98º | 0.96% | 0.67% | - |
| XYZ | 29.4 | 33.81 | 5.18 | - |
| YUV | 145.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 7 | 0 | 0.06 | 0.96 | 0.33 | 55.98 | 0.92 | 0.35 |
| Hex | AB | A0 | 7 | 0 | 6 | 60 | 21 | 38 | 5C | 23 |
| Octal | 253 | 240 | 7 | 0 | 6 | 140 | 41 | 70 | 134 | 43 |
| Binary | 10101011 | 10100000 | 111 | 0 | 110 | 1100000 | 100001 | 111000 | 1011100 | 100011 |
Color Harmonies of #ABA007
Complementary color
Monochromatic Colors of #ABA007
Black with #ABA007
Text Example
Text Example
White with #ABA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA007; }
p { color: rgb(171,160,7); }
H1.HeaderClassName
{
color: #ABA007;
}
.AnyTagClassName
{
color: #ABA007;
}
</style>
background-color css
<style>
a { background-color: #ABA007; }
a { background-color: rgb(171,160,7); }
div.DivClassName
{
background-color: #ABA007;
}
.BgClassName
{
background-color: #ABA007;
}
</style>
border-color css
<style>
span { border-color: #ABA007; }
span { border-color: rgb(171,160,7); }
td.TdClassName
{
border-color: #ABA007;
}
.TagClassName
{
border-color: #ABA007;
}
</style>