Shades of Lucky #AB970A
Tints of Lucky #AB970A
RGB
CMYK
RGB Variations
Color information
#AB970A (or 0xAB970A) is known color: Lucky. HEX triplet: AB, 97 and 0A. RGB value is (171,151,10). Sum of RGB (Red+Green+Blue) = 171+151+10=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB970A is #5468F5. Grayscale: #8D8D8D. Windows color (decimal): -5531894 or 694187. OLE color: 694187.
HSL color Cylindrical-coordinate representation of color #AB970A: hue angle of 52.55º 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 #AB970A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.33 |
| HSL | 52.55º | 0.89% | 0.35% | - |
| HSV(B) | 52.55º | 0.94% | 0.67% | - |
| XYZ | 27.92 | 30.81 | 4.76 | - |
| YUV | 140.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 10 | 0 | 0.12 | 0.94 | 0.33 | 52.55 | 0.89 | 0.35 |
| Hex | AB | 97 | A | 0 | C | 5E | 21 | 35 | 59 | 23 |
| Octal | 253 | 227 | 12 | 0 | 14 | 136 | 41 | 65 | 131 | 43 |
| Binary | 10101011 | 10010111 | 1010 | 0 | 1100 | 1011110 | 100001 | 110101 | 1011001 | 100011 |
Color Harmonies of #AB970A
Complementary color
Monochromatic Colors of #AB970A
Black with #AB970A
Text Example
Text Example
White with #AB970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB970A; }
p { color: rgb(171,151,10); }
H1.HeaderClassName
{
color: #AB970A;
}
.AnyTagClassName
{
color: #AB970A;
}
</style>
background-color css
<style>
a { background-color: #AB970A; }
a { background-color: rgb(171,151,10); }
div.DivClassName
{
background-color: #AB970A;
}
.BgClassName
{
background-color: #AB970A;
}
</style>
border-color css
<style>
span { border-color: #AB970A; }
span { border-color: rgb(171,151,10); }
td.TdClassName
{
border-color: #AB970A;
}
.TagClassName
{
border-color: #AB970A;
}
</style>