Shades of Lucky #AB9628
Tints of Lucky #AB9628
RGB
CMYK
RGB Variations
Color information
#AB9628 (or 0xAB9628) is known color: Lucky. HEX triplet: AB, 96 and 28. RGB value is (171,150,40). Sum of RGB (Red+Green+Blue) = 171+150+40=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9628 is #5469D7. Grayscale: #909090. Windows color (decimal): -5532120 or 2660011. OLE color: 2660011.
HSL color Cylindrical-coordinate representation of color #AB9628: hue angle of 50.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9628 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 40 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.33 |
| HSL | 50.38º | 0.62% | 0.41% | - |
| HSV(B) | 50.38º | 0.77% | 0.67% | - |
| XYZ | 28.08 | 30.62 | 6.44 | - |
| YUV | 143.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 40 | 0 | 0.12 | 0.77 | 0.33 | 50.38 | 0.62 | 0.41 |
| Hex | AB | 96 | 28 | 0 | C | 4D | 21 | 32 | 3E | 29 |
| Octal | 253 | 226 | 50 | 0 | 14 | 115 | 41 | 62 | 76 | 51 |
| Binary | 10101011 | 10010110 | 101000 | 0 | 1100 | 1001101 | 100001 | 110010 | 111110 | 101001 |
Color Harmonies of #AB9628
Complementary color
Monochromatic Colors of #AB9628
Black with #AB9628
Text Example
Text Example
White with #AB9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9628; }
p { color: rgb(171,150,40); }
H1.HeaderClassName
{
color: #AB9628;
}
.AnyTagClassName
{
color: #AB9628;
}
</style>
background-color css
<style>
a { background-color: #AB9628; }
a { background-color: rgb(171,150,40); }
div.DivClassName
{
background-color: #AB9628;
}
.BgClassName
{
background-color: #AB9628;
}
</style>
border-color css
<style>
span { border-color: #AB9628; }
span { border-color: rgb(171,150,40); }
td.TdClassName
{
border-color: #AB9628;
}
.TagClassName
{
border-color: #AB9628;
}
</style>