Shades of Lucky #AB9B04
Tints of Lucky #AB9B04
RGB
CMYK
RGB Variations
Color information
#AB9B04 (or 0xAB9B04) is known color: Lucky. HEX triplet: AB, 9B and 04. RGB value is (171,155,4). Sum of RGB (Red+Green+Blue) = 171+155+4=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9B04 is #5464FB. Grayscale: #8F8F8F. Windows color (decimal): -5530876 or 301995. OLE color: 301995.
HSL color Cylindrical-coordinate representation of color #AB9B04: hue angle of 54.25º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB9B04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.33 |
| HSL | 54.25º | 0.95% | 0.34% | - |
| HSV(B) | 54.25º | 0.98% | 0.67% | - |
| XYZ | 28.54 | 32.11 | 4.81 | - |
| YUV | 142.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 4 | 0 | 0.09 | 0.98 | 0.33 | 54.25 | 0.95 | 0.34 |
| Hex | AB | 9B | 4 | 0 | 9 | 62 | 21 | 36 | 5F | 22 |
| Octal | 253 | 233 | 4 | 0 | 11 | 142 | 41 | 66 | 137 | 42 |
| Binary | 10101011 | 10011011 | 100 | 0 | 1001 | 1100010 | 100001 | 110110 | 1011111 | 100010 |
Color Harmonies of #AB9B04
Complementary color
Monochromatic Colors of #AB9B04
Black with #AB9B04
Text Example
Text Example
White with #AB9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B04; }
p { color: rgb(171,155,4); }
H1.HeaderClassName
{
color: #AB9B04;
}
.AnyTagClassName
{
color: #AB9B04;
}
</style>
background-color css
<style>
a { background-color: #AB9B04; }
a { background-color: rgb(171,155,4); }
div.DivClassName
{
background-color: #AB9B04;
}
.BgClassName
{
background-color: #AB9B04;
}
</style>
border-color css
<style>
span { border-color: #AB9B04; }
span { border-color: rgb(171,155,4); }
td.TdClassName
{
border-color: #AB9B04;
}
.TagClassName
{
border-color: #AB9B04;
}
</style>