Shades of Lucky #AB960B
Tints of Lucky #AB960B
RGB
CMYK
RGB Variations
Color information
#AB960B (or 0xAB960B) is known color: Lucky. HEX triplet: AB, 96 and 0B. RGB value is (171,150,11). Sum of RGB (Red+Green+Blue) = 171+150+11=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB960B is #5469F4. Grayscale: #8D8D8D. Windows color (decimal): -5532149 or 759467. OLE color: 759467.
HSL color Cylindrical-coordinate representation of color #AB960B: hue angle of 52.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB960B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.33 |
| HSL | 52.13º | 0.88% | 0.36% | - |
| HSV(B) | 52.13º | 0.94% | 0.67% | - |
| XYZ | 27.76 | 30.49 | 4.74 | - |
| YUV | 140.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 11 | 0 | 0.12 | 0.94 | 0.33 | 52.13 | 0.88 | 0.36 |
| Hex | AB | 96 | B | 0 | C | 5E | 21 | 34 | 58 | 24 |
| Octal | 253 | 226 | 13 | 0 | 14 | 136 | 41 | 64 | 130 | 44 |
| Binary | 10101011 | 10010110 | 1011 | 0 | 1100 | 1011110 | 100001 | 110100 | 1011000 | 100100 |
Color Harmonies of #AB960B
Complementary color
Monochromatic Colors of #AB960B
Black with #AB960B
Text Example
Text Example
White with #AB960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB960B; }
p { color: rgb(171,150,11); }
H1.HeaderClassName
{
color: #AB960B;
}
.AnyTagClassName
{
color: #AB960B;
}
</style>
background-color css
<style>
a { background-color: #AB960B; }
a { background-color: rgb(171,150,11); }
div.DivClassName
{
background-color: #AB960B;
}
.BgClassName
{
background-color: #AB960B;
}
</style>
border-color css
<style>
span { border-color: #AB960B; }
span { border-color: rgb(171,150,11); }
td.TdClassName
{
border-color: #AB960B;
}
.TagClassName
{
border-color: #AB960B;
}
</style>