Shades of Lucky #AB960A
Tints of Lucky #AB960A
RGB
CMYK
RGB Variations
Color information
#AB960A (or 0xAB960A) is known color: Lucky. HEX triplet: AB, 96 and 0A. RGB value is (171,150,10). Sum of RGB (Red+Green+Blue) = 171+150+10=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB960A is #5469F5. Grayscale: #8C8C8C. Windows color (decimal): -5532150 or 693931. OLE color: 693931.
HSL color Cylindrical-coordinate representation of color #AB960A: hue angle of 52.17º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB960A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.33 |
| HSL | 52.17º | 0.89% | 0.35% | - |
| HSV(B) | 52.17º | 0.94% | 0.67% | - |
| XYZ | 27.76 | 30.49 | 4.71 | - |
| YUV | 140.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 10 | 0 | 0.12 | 0.94 | 0.33 | 52.17 | 0.89 | 0.35 |
| Hex | AB | 96 | A | 0 | C | 5E | 21 | 34 | 59 | 23 |
| Octal | 253 | 226 | 12 | 0 | 14 | 136 | 41 | 64 | 131 | 43 |
| Binary | 10101011 | 10010110 | 1010 | 0 | 1100 | 1011110 | 100001 | 110100 | 1011001 | 100011 |
Color Harmonies of #AB960A
Complementary color
Monochromatic Colors of #AB960A
Black with #AB960A
Text Example
Text Example
White with #AB960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB960A; }
p { color: rgb(171,150,10); }
H1.HeaderClassName
{
color: #AB960A;
}
.AnyTagClassName
{
color: #AB960A;
}
</style>
background-color css
<style>
a { background-color: #AB960A; }
a { background-color: rgb(171,150,10); }
div.DivClassName
{
background-color: #AB960A;
}
.BgClassName
{
background-color: #AB960A;
}
</style>
border-color css
<style>
span { border-color: #AB960A; }
span { border-color: rgb(171,150,10); }
td.TdClassName
{
border-color: #AB960A;
}
.TagClassName
{
border-color: #AB960A;
}
</style>