Shades of Lucky #AB9926
Tints of Lucky #AB9926
RGB
CMYK
RGB Variations
Color information
#AB9926 (or 0xAB9926) is known color: Lucky. HEX triplet: AB, 99 and 26. RGB value is (171,153,38). Sum of RGB (Red+Green+Blue) = 171+153+38=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9926 is #5466D9. Grayscale: #919191. Windows color (decimal): -5531354 or 2529707. OLE color: 2529707.
HSL color Cylindrical-coordinate representation of color #AB9926: hue angle of 51.88º 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 #AB9926 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 38 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.33 |
| HSL | 51.88º | 0.64% | 0.41% | - |
| HSV(B) | 51.88º | 0.78% | 0.67% | - |
| XYZ | 28.54 | 31.58 | 6.43 | - |
| YUV | 145.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 38 | 0 | 0.11 | 0.78 | 0.33 | 51.88 | 0.64 | 0.41 |
| Hex | AB | 99 | 26 | 0 | B | 4E | 21 | 34 | 40 | 29 |
| Octal | 253 | 231 | 46 | 0 | 13 | 116 | 41 | 64 | 100 | 51 |
| Binary | 10101011 | 10011001 | 100110 | 0 | 1011 | 1001110 | 100001 | 110100 | 1000000 | 101001 |
Color Harmonies of #AB9926
Complementary color
Monochromatic Colors of #AB9926
Black with #AB9926
Text Example
Text Example
White with #AB9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9926; }
p { color: rgb(171,153,38); }
H1.HeaderClassName
{
color: #AB9926;
}
.AnyTagClassName
{
color: #AB9926;
}
</style>
background-color css
<style>
a { background-color: #AB9926; }
a { background-color: rgb(171,153,38); }
div.DivClassName
{
background-color: #AB9926;
}
.BgClassName
{
background-color: #AB9926;
}
</style>
border-color css
<style>
span { border-color: #AB9926; }
span { border-color: rgb(171,153,38); }
td.TdClassName
{
border-color: #AB9926;
}
.TagClassName
{
border-color: #AB9926;
}
</style>