Shades of Lucky #AB9014
Tints of Lucky #AB9014
RGB
CMYK
RGB Variations
Color information
#AB9014 (or 0xAB9014) is known color: Lucky. HEX triplet: AB, 90 and 14. RGB value is (171,144,20). Sum of RGB (Red+Green+Blue) = 171+144+20=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9014 is #546FEB. Grayscale: #8A8A8A. Windows color (decimal): -5533676 or 1347755. OLE color: 1347755.
HSL color Cylindrical-coordinate representation of color #AB9014: hue angle of 49.27º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB9014 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 20 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.33 |
| HSL | 49.27º | 0.79% | 0.37% | - |
| HSV(B) | 49.27º | 0.88% | 0.67% | - |
| XYZ | 26.89 | 28.65 | 4.78 | - |
| YUV | 137.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 20 | 0 | 0.16 | 0.88 | 0.33 | 49.27 | 0.79 | 0.37 |
| Hex | AB | 90 | 14 | 0 | 10 | 58 | 21 | 31 | 4F | 25 |
| Octal | 253 | 220 | 24 | 0 | 20 | 130 | 41 | 61 | 117 | 45 |
| Binary | 10101011 | 10010000 | 10100 | 0 | 10000 | 1011000 | 100001 | 110001 | 1001111 | 100101 |
Color Harmonies of #AB9014
Complementary color
Monochromatic Colors of #AB9014
Black with #AB9014
Text Example
Text Example
White with #AB9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9014; }
p { color: rgb(171,144,20); }
H1.HeaderClassName
{
color: #AB9014;
}
.AnyTagClassName
{
color: #AB9014;
}
</style>
background-color css
<style>
a { background-color: #AB9014; }
a { background-color: rgb(171,144,20); }
div.DivClassName
{
background-color: #AB9014;
}
.BgClassName
{
background-color: #AB9014;
}
</style>
border-color css
<style>
span { border-color: #AB9014; }
span { border-color: rgb(171,144,20); }
td.TdClassName
{
border-color: #AB9014;
}
.TagClassName
{
border-color: #AB9014;
}
</style>