Shades of Lucky #ABA01E
Tints of Lucky #ABA01E
RGB
CMYK
RGB Variations
Color information
#ABA01E (or 0xABA01E) is known color: Lucky. HEX triplet: AB, A0 and 1E. RGB value is (171,160,30). Sum of RGB (Red+Green+Blue) = 171+160+30=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA01E is #545FE1. Grayscale: #959595. Windows color (decimal): -5529570 or 2007211. OLE color: 2007211.
HSL color Cylindrical-coordinate representation of color #ABA01E: hue angle of 55.32º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA01E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 30 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.33 |
| HSL | 55.32º | 0.7% | 0.39% | - |
| HSV(B) | 55.32º | 0.82% | 0.67% | - |
| XYZ | 29.6 | 33.89 | 6.21 | - |
| YUV | 148.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 30 | 0 | 0.06 | 0.82 | 0.33 | 55.32 | 0.7 | 0.39 |
| Hex | AB | A0 | 1E | 0 | 6 | 52 | 21 | 37 | 46 | 27 |
| Octal | 253 | 240 | 36 | 0 | 6 | 122 | 41 | 67 | 106 | 47 |
| Binary | 10101011 | 10100000 | 11110 | 0 | 110 | 1010010 | 100001 | 110111 | 1000110 | 100111 |
Color Harmonies of #ABA01E
Complementary color
Monochromatic Colors of #ABA01E
Black with #ABA01E
Text Example
Text Example
White with #ABA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA01E; }
p { color: rgb(171,160,30); }
H1.HeaderClassName
{
color: #ABA01E;
}
.AnyTagClassName
{
color: #ABA01E;
}
</style>
background-color css
<style>
a { background-color: #ABA01E; }
a { background-color: rgb(171,160,30); }
div.DivClassName
{
background-color: #ABA01E;
}
.BgClassName
{
background-color: #ABA01E;
}
</style>
border-color css
<style>
span { border-color: #ABA01E; }
span { border-color: rgb(171,160,30); }
td.TdClassName
{
border-color: #ABA01E;
}
.TagClassName
{
border-color: #ABA01E;
}
</style>