Shades of Lucky #AB9C01
Tints of Lucky #AB9C01
RGB
CMYK
RGB Variations
Color information
#AB9C01 (or 0xAB9C01) is known color: Lucky. HEX triplet: AB, 9C and 01. RGB value is (171,156,1). Sum of RGB (Red+Green+Blue) = 171+156+1=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C01 is #5463FE. Grayscale: #8F8F8F. Windows color (decimal): -5530623 or 105643. OLE color: 105643.
HSL color Cylindrical-coordinate representation of color #AB9C01: hue angle of 54.71º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB9C01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.33 |
| HSL | 54.71º | 0.99% | 0.34% | - |
| HSV(B) | 54.71º | 0.99% | 0.67% | - |
| XYZ | 28.69 | 32.44 | 4.78 | - |
| YUV | 142.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 1 | 0 | 0.09 | 0.99 | 0.33 | 54.71 | 0.99 | 0.34 |
| Hex | AB | 9C | 1 | 0 | 9 | 63 | 21 | 37 | 63 | 22 |
| Octal | 253 | 234 | 1 | 0 | 11 | 143 | 41 | 67 | 143 | 42 |
| Binary | 10101011 | 10011100 | 1 | 0 | 1001 | 1100011 | 100001 | 110111 | 1100011 | 100010 |
Color Harmonies of #AB9C01
Complementary color
Monochromatic Colors of #AB9C01
Black with #AB9C01
Text Example
Text Example
White with #AB9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C01; }
p { color: rgb(171,156,1); }
H1.HeaderClassName
{
color: #AB9C01;
}
.AnyTagClassName
{
color: #AB9C01;
}
</style>
background-color css
<style>
a { background-color: #AB9C01; }
a { background-color: rgb(171,156,1); }
div.DivClassName
{
background-color: #AB9C01;
}
.BgClassName
{
background-color: #AB9C01;
}
</style>
border-color css
<style>
span { border-color: #AB9C01; }
span { border-color: rgb(171,156,1); }
td.TdClassName
{
border-color: #AB9C01;
}
.TagClassName
{
border-color: #AB9C01;
}
</style>