Shades of Lucky #AB9618
Tints of Lucky #AB9618
RGB
CMYK
RGB Variations
Color information
#AB9618 (or 0xAB9618) is known color: Lucky. HEX triplet: AB, 96 and 18. RGB value is (171,150,24). Sum of RGB (Red+Green+Blue) = 171+150+24=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9618 is #5469E7. Grayscale: #8E8E8E. Windows color (decimal): -5532136 or 1611435. OLE color: 1611435.
HSL color Cylindrical-coordinate representation of color #AB9618: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB9618 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 24 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.33 |
| HSL | 51.43º | 0.75% | 0.38% | - |
| HSV(B) | 51.43º | 0.86% | 0.67% | - |
| XYZ | 27.87 | 30.54 | 5.29 | - |
| YUV | 141.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 24 | 0 | 0.12 | 0.86 | 0.33 | 51.43 | 0.75 | 0.38 |
| Hex | AB | 96 | 18 | 0 | C | 56 | 21 | 33 | 4B | 26 |
| Octal | 253 | 226 | 30 | 0 | 14 | 126 | 41 | 63 | 113 | 46 |
| Binary | 10101011 | 10010110 | 11000 | 0 | 1100 | 1010110 | 100001 | 110011 | 1001011 | 100110 |
Color Harmonies of #AB9618
Complementary color
Monochromatic Colors of #AB9618
Black with #AB9618
Text Example
Text Example
White with #AB9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9618; }
p { color: rgb(171,150,24); }
H1.HeaderClassName
{
color: #AB9618;
}
.AnyTagClassName
{
color: #AB9618;
}
</style>
background-color css
<style>
a { background-color: #AB9618; }
a { background-color: rgb(171,150,24); }
div.DivClassName
{
background-color: #AB9618;
}
.BgClassName
{
background-color: #AB9618;
}
</style>
border-color css
<style>
span { border-color: #AB9618; }
span { border-color: rgb(171,150,24); }
td.TdClassName
{
border-color: #AB9618;
}
.TagClassName
{
border-color: #AB9618;
}
</style>