Shades of Lucky #ABA915
Tints of Lucky #ABA915
RGB
CMYK
RGB Variations
Color information
#ABA915 (or 0xABA915) is known color: Lucky. HEX triplet: AB, A9 and 15. RGB value is (171,169,21). Sum of RGB (Red+Green+Blue) = 171+169+21=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA915 is #5456EA. Grayscale: #999999. Windows color (decimal): -5527275 or 1419691. OLE color: 1419691.
HSL color Cylindrical-coordinate representation of color #ABA915: hue angle of 59.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABA915 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 21 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.33 |
| HSL | 59.2º | 0.78% | 0.38% | - |
| HSV(B) | 59.2º | 0.88% | 0.67% | - |
| XYZ | 31.12 | 37.09 | 6.23 | - |
| YUV | 152.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 21 | 0 | 0.01 | 0.88 | 0.33 | 59.2 | 0.78 | 0.38 |
| Hex | AB | A9 | 15 | 0 | 1 | 58 | 21 | 3B | 4E | 26 |
| Octal | 253 | 251 | 25 | 0 | 1 | 130 | 41 | 73 | 116 | 46 |
| Binary | 10101011 | 10101001 | 10101 | 0 | 1 | 1011000 | 100001 | 111011 | 1001110 | 100110 |
Color Harmonies of #ABA915
Complementary color
Monochromatic Colors of #ABA915
Black with #ABA915
Text Example
Text Example
White with #ABA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA915; }
p { color: rgb(171,169,21); }
H1.HeaderClassName
{
color: #ABA915;
}
.AnyTagClassName
{
color: #ABA915;
}
</style>
background-color css
<style>
a { background-color: #ABA915; }
a { background-color: rgb(171,169,21); }
div.DivClassName
{
background-color: #ABA915;
}
.BgClassName
{
background-color: #ABA915;
}
</style>
border-color css
<style>
span { border-color: #ABA915; }
span { border-color: rgb(171,169,21); }
td.TdClassName
{
border-color: #ABA915;
}
.TagClassName
{
border-color: #ABA915;
}
</style>