Shades of Lucky #AB970B
Tints of Lucky #AB970B
RGB
CMYK
RGB Variations
Color information
#AB970B (or 0xAB970B) is known color: Lucky. HEX triplet: AB, 97 and 0B. RGB value is (171,151,11). Sum of RGB (Red+Green+Blue) = 171+151+11=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB970B is #5468F4. Grayscale: #8D8D8D. Windows color (decimal): -5531893 or 759723. OLE color: 759723.
HSL color Cylindrical-coordinate representation of color #AB970B: hue angle of 52.5º 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 #AB970B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.33 |
| HSL | 52.5º | 0.88% | 0.36% | - |
| HSV(B) | 52.5º | 0.94% | 0.67% | - |
| XYZ | 27.92 | 30.82 | 4.79 | - |
| YUV | 141.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 11 | 0 | 0.12 | 0.94 | 0.33 | 52.5 | 0.88 | 0.36 |
| Hex | AB | 97 | B | 0 | C | 5E | 21 | 34 | 58 | 24 |
| Octal | 253 | 227 | 13 | 0 | 14 | 136 | 41 | 64 | 130 | 44 |
| Binary | 10101011 | 10010111 | 1011 | 0 | 1100 | 1011110 | 100001 | 110100 | 1011000 | 100100 |
Color Harmonies of #AB970B
Complementary color
Monochromatic Colors of #AB970B
Black with #AB970B
Text Example
Text Example
White with #AB970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB970B; }
p { color: rgb(171,151,11); }
H1.HeaderClassName
{
color: #AB970B;
}
.AnyTagClassName
{
color: #AB970B;
}
</style>
background-color css
<style>
a { background-color: #AB970B; }
a { background-color: rgb(171,151,11); }
div.DivClassName
{
background-color: #AB970B;
}
.BgClassName
{
background-color: #AB970B;
}
</style>
border-color css
<style>
span { border-color: #AB970B; }
span { border-color: rgb(171,151,11); }
td.TdClassName
{
border-color: #AB970B;
}
.TagClassName
{
border-color: #AB970B;
}
</style>