Shades of Lucky #ABA009
Tints of Lucky #ABA009
RGB
CMYK
RGB Variations
Color information
#ABA009 (or 0xABA009) is known color: Lucky. HEX triplet: AB, A0 and 09. RGB value is (171,160,9). Sum of RGB (Red+Green+Blue) = 171+160+9=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA009 is #545FF6. Grayscale: #929292. Windows color (decimal): -5529591 or 630955. OLE color: 630955.
HSL color Cylindrical-coordinate representation of color #ABA009: hue angle of 55.93º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABA009 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 9 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.33 |
| HSL | 55.93º | 0.9% | 0.35% | - |
| HSV(B) | 55.93º | 0.95% | 0.67% | - |
| XYZ | 29.41 | 33.82 | 5.24 | - |
| YUV | 146.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 9 | 0 | 0.06 | 0.95 | 0.33 | 55.93 | 0.9 | 0.35 |
| Hex | AB | A0 | 9 | 0 | 6 | 5F | 21 | 38 | 5A | 23 |
| Octal | 253 | 240 | 11 | 0 | 6 | 137 | 41 | 70 | 132 | 43 |
| Binary | 10101011 | 10100000 | 1001 | 0 | 110 | 1011111 | 100001 | 111000 | 1011010 | 100011 |
Color Harmonies of #ABA009
Complementary color
Monochromatic Colors of #ABA009
Black with #ABA009
Text Example
Text Example
White with #ABA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA009; }
p { color: rgb(171,160,9); }
H1.HeaderClassName
{
color: #ABA009;
}
.AnyTagClassName
{
color: #ABA009;
}
</style>
background-color css
<style>
a { background-color: #ABA009; }
a { background-color: rgb(171,160,9); }
div.DivClassName
{
background-color: #ABA009;
}
.BgClassName
{
background-color: #ABA009;
}
</style>
border-color css
<style>
span { border-color: #ABA009; }
span { border-color: rgb(171,160,9); }
td.TdClassName
{
border-color: #ABA009;
}
.TagClassName
{
border-color: #ABA009;
}
</style>