Shades of Lucky #ABA11E
Tints of Lucky #ABA11E
RGB
CMYK
RGB Variations
Color information
#ABA11E (or 0xABA11E) is known color: Lucky. HEX triplet: AB, A1 and 1E. RGB value is (171,161,30). Sum of RGB (Red+Green+Blue) = 171+161+30=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA11E is #545EE1. Grayscale: #959595. Windows color (decimal): -5529314 or 2007467. OLE color: 2007467.
HSL color Cylindrical-coordinate representation of color #ABA11E: hue angle of 55.74º 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 #ABA11E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 30 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.33 |
| HSL | 55.74º | 0.7% | 0.39% | - |
| HSV(B) | 55.74º | 0.82% | 0.67% | - |
| XYZ | 29.77 | 34.24 | 6.27 | - |
| YUV | 149.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 30 | 0 | 0.06 | 0.82 | 0.33 | 55.74 | 0.7 | 0.39 |
| Hex | AB | A1 | 1E | 0 | 6 | 52 | 21 | 38 | 46 | 27 |
| Octal | 253 | 241 | 36 | 0 | 6 | 122 | 41 | 70 | 106 | 47 |
| Binary | 10101011 | 10100001 | 11110 | 0 | 110 | 1010010 | 100001 | 111000 | 1000110 | 100111 |
Color Harmonies of #ABA11E
Complementary color
Monochromatic Colors of #ABA11E
Black with #ABA11E
Text Example
Text Example
White with #ABA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA11E; }
p { color: rgb(171,161,30); }
H1.HeaderClassName
{
color: #ABA11E;
}
.AnyTagClassName
{
color: #ABA11E;
}
</style>
background-color css
<style>
a { background-color: #ABA11E; }
a { background-color: rgb(171,161,30); }
div.DivClassName
{
background-color: #ABA11E;
}
.BgClassName
{
background-color: #ABA11E;
}
</style>
border-color css
<style>
span { border-color: #ABA11E; }
span { border-color: rgb(171,161,30); }
td.TdClassName
{
border-color: #ABA11E;
}
.TagClassName
{
border-color: #ABA11E;
}
</style>