Shades of Lucky #AB9626
Tints of Lucky #AB9626
RGB
CMYK
RGB Variations
Color information
#AB9626 (or 0xAB9626) is known color: Lucky. HEX triplet: AB, 96 and 26. RGB value is (171,150,38). Sum of RGB (Red+Green+Blue) = 171+150+38=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9626 is #5469D9. Grayscale: #8F8F8F. Windows color (decimal): -5532122 or 2528939. OLE color: 2528939.
HSL color Cylindrical-coordinate representation of color #AB9626: hue angle of 50.53º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB9626 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 38 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.33 |
| HSL | 50.53º | 0.64% | 0.41% | - |
| HSV(B) | 50.53º | 0.78% | 0.67% | - |
| XYZ | 28.05 | 30.61 | 6.26 | - |
| YUV | 143.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 38 | 0 | 0.12 | 0.78 | 0.33 | 50.53 | 0.64 | 0.41 |
| Hex | AB | 96 | 26 | 0 | C | 4E | 21 | 33 | 40 | 29 |
| Octal | 253 | 226 | 46 | 0 | 14 | 116 | 41 | 63 | 100 | 51 |
| Binary | 10101011 | 10010110 | 100110 | 0 | 1100 | 1001110 | 100001 | 110011 | 1000000 | 101001 |
Color Harmonies of #AB9626
Complementary color
Monochromatic Colors of #AB9626
Black with #AB9626
Text Example
Text Example
White with #AB9626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9626; }
p { color: rgb(171,150,38); }
H1.HeaderClassName
{
color: #AB9626;
}
.AnyTagClassName
{
color: #AB9626;
}
</style>
background-color css
<style>
a { background-color: #AB9626; }
a { background-color: rgb(171,150,38); }
div.DivClassName
{
background-color: #AB9626;
}
.BgClassName
{
background-color: #AB9626;
}
</style>
border-color css
<style>
span { border-color: #AB9626; }
span { border-color: rgb(171,150,38); }
td.TdClassName
{
border-color: #AB9626;
}
.TagClassName
{
border-color: #AB9626;
}
</style>