Shades of Lucky #AB960F
Tints of Lucky #AB960F
RGB
CMYK
RGB Variations
Color information
#AB960F (or 0xAB960F) is known color: Lucky. HEX triplet: AB, 96 and 0F. RGB value is (171,150,15). Sum of RGB (Red+Green+Blue) = 171+150+15=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB960F is #5469F0. Grayscale: #8D8D8D. Windows color (decimal): -5532145 or 1021611. OLE color: 1021611.
HSL color Cylindrical-coordinate representation of color #AB960F: hue angle of 51.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB960F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.33 |
| HSL | 51.92º | 0.84% | 0.36% | - |
| HSV(B) | 51.92º | 0.91% | 0.67% | - |
| XYZ | 27.79 | 30.51 | 4.88 | - |
| YUV | 140.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 15 | 0 | 0.12 | 0.91 | 0.33 | 51.92 | 0.84 | 0.36 |
| Hex | AB | 96 | F | 0 | C | 5B | 21 | 34 | 54 | 24 |
| Octal | 253 | 226 | 17 | 0 | 14 | 133 | 41 | 64 | 124 | 44 |
| Binary | 10101011 | 10010110 | 1111 | 0 | 1100 | 1011011 | 100001 | 110100 | 1010100 | 100100 |
Color Harmonies of #AB960F
Complementary color
Monochromatic Colors of #AB960F
Black with #AB960F
Text Example
Text Example
White with #AB960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB960F; }
p { color: rgb(171,150,15); }
H1.HeaderClassName
{
color: #AB960F;
}
.AnyTagClassName
{
color: #AB960F;
}
</style>
background-color css
<style>
a { background-color: #AB960F; }
a { background-color: rgb(171,150,15); }
div.DivClassName
{
background-color: #AB960F;
}
.BgClassName
{
background-color: #AB960F;
}
</style>
border-color css
<style>
span { border-color: #AB960F; }
span { border-color: rgb(171,150,15); }
td.TdClassName
{
border-color: #AB960F;
}
.TagClassName
{
border-color: #AB960F;
}
</style>