Shades of Lucky #AB9B19
Tints of Lucky #AB9B19
RGB
CMYK
RGB Variations
Color information
#AB9B19 (or 0xAB9B19) is known color: Lucky. HEX triplet: AB, 9B and 19. RGB value is (171,155,25). Sum of RGB (Red+Green+Blue) = 171+155+25=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9B19 is #5464E6. Grayscale: #919191. Windows color (decimal): -5530855 or 1678251. OLE color: 1678251.
HSL color Cylindrical-coordinate representation of color #AB9B19: hue angle of 53.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB9B19 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 25 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.33 |
| HSL | 53.42º | 0.74% | 0.38% | - |
| HSV(B) | 53.42º | 0.85% | 0.67% | - |
| XYZ | 28.69 | 32.17 | 5.62 | - |
| YUV | 144.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 25 | 0 | 0.09 | 0.85 | 0.33 | 53.42 | 0.74 | 0.38 |
| Hex | AB | 9B | 19 | 0 | 9 | 55 | 21 | 35 | 4A | 26 |
| Octal | 253 | 233 | 31 | 0 | 11 | 125 | 41 | 65 | 112 | 46 |
| Binary | 10101011 | 10011011 | 11001 | 0 | 1001 | 1010101 | 100001 | 110101 | 1001010 | 100110 |
Color Harmonies of #AB9B19
Complementary color
Monochromatic Colors of #AB9B19
Black with #AB9B19
Text Example
Text Example
White with #AB9B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B19; }
p { color: rgb(171,155,25); }
H1.HeaderClassName
{
color: #AB9B19;
}
.AnyTagClassName
{
color: #AB9B19;
}
</style>
background-color css
<style>
a { background-color: #AB9B19; }
a { background-color: rgb(171,155,25); }
div.DivClassName
{
background-color: #AB9B19;
}
.BgClassName
{
background-color: #AB9B19;
}
</style>
border-color css
<style>
span { border-color: #AB9B19; }
span { border-color: rgb(171,155,25); }
td.TdClassName
{
border-color: #AB9B19;
}
.TagClassName
{
border-color: #AB9B19;
}
</style>