Shades of Lucky #AB9C00
Tints of Lucky #AB9C00
RGB
CMYK
RGB Variations
Color information
#AB9C00 (or 0xAB9C00) is known color: Lucky. HEX triplet: AB, 9C and 00. RGB value is (171,156,0). Sum of RGB (Red+Green+Blue) = 171+156+0=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C00 is #5463FF. Grayscale: #8F8F8F. Windows color (decimal): -5530624 or 40107. OLE color: 40107.
HSL color Cylindrical-coordinate representation of color #AB9C00: hue angle of 54.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB9C00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.33 |
| HSL | 54.74º | 1% | 0.34% | - |
| HSV(B) | 54.74º | 1% | 0.67% | - |
| XYZ | 28.68 | 32.43 | 4.75 | - |
| YUV | 142.7 | 47.47 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 0 | 0 | 0.09 | 1 | 0.33 | 54.74 | 1 | 0.34 |
| Hex | AB | 9C | 0 | 0 | 9 | 64 | 21 | 37 | 64 | 22 |
| Octal | 253 | 234 | 0 | 0 | 11 | 144 | 41 | 67 | 144 | 42 |
| Binary | 10101011 | 10011100 | 0 | 0 | 1001 | 1100100 | 100001 | 110111 | 1100100 | 100010 |
Color Harmonies of #AB9C00
Complementary color
Monochromatic Colors of #AB9C00
Black with #AB9C00
Text Example
Text Example
White with #AB9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C00; }
p { color: rgb(171,156,0); }
H1.HeaderClassName
{
color: #AB9C00;
}
.AnyTagClassName
{
color: #AB9C00;
}
</style>
background-color css
<style>
a { background-color: #AB9C00; }
a { background-color: rgb(171,156,0); }
div.DivClassName
{
background-color: #AB9C00;
}
.BgClassName
{
background-color: #AB9C00;
}
</style>
border-color css
<style>
span { border-color: #AB9C00; }
span { border-color: rgb(171,156,0); }
td.TdClassName
{
border-color: #AB9C00;
}
.TagClassName
{
border-color: #AB9C00;
}
</style>