Shades of Lucky #ABA109
Tints of Lucky #ABA109
RGB
CMYK
RGB Variations
Color information
#ABA109 (or 0xABA109) is known color: Lucky. HEX triplet: AB, A1 and 09. RGB value is (171,161,9). Sum of RGB (Red+Green+Blue) = 171+161+9=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA109 is #545EF6. Grayscale: #939393. Windows color (decimal): -5529335 or 631211. OLE color: 631211.
HSL color Cylindrical-coordinate representation of color #ABA109: hue angle of 56.3º 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 #ABA109 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 9 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.33 |
| HSL | 56.3º | 0.9% | 0.35% | - |
| HSV(B) | 56.3º | 0.95% | 0.67% | - |
| XYZ | 29.59 | 34.17 | 5.29 | - |
| YUV | 146.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 9 | 0 | 0.06 | 0.95 | 0.33 | 56.3 | 0.9 | 0.35 |
| Hex | AB | A1 | 9 | 0 | 6 | 5F | 21 | 38 | 5A | 23 |
| Octal | 253 | 241 | 11 | 0 | 6 | 137 | 41 | 70 | 132 | 43 |
| Binary | 10101011 | 10100001 | 1001 | 0 | 110 | 1011111 | 100001 | 111000 | 1011010 | 100011 |
Color Harmonies of #ABA109
Complementary color
Monochromatic Colors of #ABA109
Black with #ABA109
Text Example
Text Example
White with #ABA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA109; }
p { color: rgb(171,161,9); }
H1.HeaderClassName
{
color: #ABA109;
}
.AnyTagClassName
{
color: #ABA109;
}
</style>
background-color css
<style>
a { background-color: #ABA109; }
a { background-color: rgb(171,161,9); }
div.DivClassName
{
background-color: #ABA109;
}
.BgClassName
{
background-color: #ABA109;
}
</style>
border-color css
<style>
span { border-color: #ABA109; }
span { border-color: rgb(171,161,9); }
td.TdClassName
{
border-color: #ABA109;
}
.TagClassName
{
border-color: #ABA109;
}
</style>