Shades of Lucky #AB9A00
Tints of Lucky #AB9A00
RGB
CMYK
RGB Variations
Color information
#AB9A00 (or 0xAB9A00) is known color: Lucky. HEX triplet: AB, 9A and 00. RGB value is (171,154,0). Sum of RGB (Red+Green+Blue) = 171+154+0=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A00 is #5465FF. Grayscale: #8E8E8E. Windows color (decimal): -5531136 or 39595. OLE color: 39595.
HSL color Cylindrical-coordinate representation of color #AB9A00: hue angle of 54.04º 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 #AB9A00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.33 |
| HSL | 54.04º | 1% | 0.34% | - |
| HSV(B) | 54.04º | 1% | 0.67% | - |
| XYZ | 28.35 | 31.77 | 4.64 | - |
| YUV | 141.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 0 | 0 | 0.10 | 1 | 0.33 | 54.04 | 1 | 0.34 |
| Hex | AB | 9A | 0 | 0 | A | 64 | 21 | 36 | 64 | 22 |
| Octal | 253 | 232 | 0 | 0 | 12 | 144 | 41 | 66 | 144 | 42 |
| Binary | 10101011 | 10011010 | 0 | 0 | 1010 | 1100100 | 100001 | 110110 | 1100100 | 100010 |
Color Harmonies of #AB9A00
Complementary color
Monochromatic Colors of #AB9A00
Black with #AB9A00
Text Example
Text Example
White with #AB9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A00; }
p { color: rgb(171,154,0); }
H1.HeaderClassName
{
color: #AB9A00;
}
.AnyTagClassName
{
color: #AB9A00;
}
</style>
background-color css
<style>
a { background-color: #AB9A00; }
a { background-color: rgb(171,154,0); }
div.DivClassName
{
background-color: #AB9A00;
}
.BgClassName
{
background-color: #AB9A00;
}
</style>
border-color css
<style>
span { border-color: #AB9A00; }
span { border-color: rgb(171,154,0); }
td.TdClassName
{
border-color: #AB9A00;
}
.TagClassName
{
border-color: #AB9A00;
}
</style>