Shades of Lucky #AB9B13
Tints of Lucky #AB9B13
RGB
CMYK
RGB Variations
Color information
#AB9B13 (or 0xAB9B13) is known color: Lucky. HEX triplet: AB, 9B and 13. RGB value is (171,155,19). Sum of RGB (Red+Green+Blue) = 171+155+19=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9B13 is #5464EC. Grayscale: #909090. Windows color (decimal): -5530861 or 1285035. OLE color: 1285035.
HSL color Cylindrical-coordinate representation of color #AB9B13: hue angle of 53.68º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB9B13 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 19 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.33 |
| HSL | 53.68º | 0.8% | 0.37% | - |
| HSV(B) | 53.68º | 0.89% | 0.67% | - |
| XYZ | 28.63 | 32.15 | 5.31 | - |
| YUV | 144.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 19 | 0 | 0.09 | 0.89 | 0.33 | 53.68 | 0.8 | 0.37 |
| Hex | AB | 9B | 13 | 0 | 9 | 59 | 21 | 36 | 50 | 25 |
| Octal | 253 | 233 | 23 | 0 | 11 | 131 | 41 | 66 | 120 | 45 |
| Binary | 10101011 | 10011011 | 10011 | 0 | 1001 | 1011001 | 100001 | 110110 | 1010000 | 100101 |
Color Harmonies of #AB9B13
Complementary color
Monochromatic Colors of #AB9B13
Black with #AB9B13
Text Example
Text Example
White with #AB9B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B13; }
p { color: rgb(171,155,19); }
H1.HeaderClassName
{
color: #AB9B13;
}
.AnyTagClassName
{
color: #AB9B13;
}
</style>
background-color css
<style>
a { background-color: #AB9B13; }
a { background-color: rgb(171,155,19); }
div.DivClassName
{
background-color: #AB9B13;
}
.BgClassName
{
background-color: #AB9B13;
}
</style>
border-color css
<style>
span { border-color: #AB9B13; }
span { border-color: rgb(171,155,19); }
td.TdClassName
{
border-color: #AB9B13;
}
.TagClassName
{
border-color: #AB9B13;
}
</style>