Shades of Lucky #AB971E
Tints of Lucky #AB971E
RGB
CMYK
RGB Variations
Color information
#AB971E (or 0xAB971E) is known color: Lucky. HEX triplet: AB, 97 and 1E. RGB value is (171,151,30). Sum of RGB (Red+Green+Blue) = 171+151+30=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB971E is #5468E1. Grayscale: #8F8F8F. Windows color (decimal): -5531874 or 2004907. OLE color: 2004907.
HSL color Cylindrical-coordinate representation of color #AB971E: hue angle of 51.49º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB971E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 30 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.33 |
| HSL | 51.49º | 0.7% | 0.39% | - |
| HSV(B) | 51.49º | 0.82% | 0.67% | - |
| XYZ | 28.1 | 30.88 | 5.71 | - |
| YUV | 143.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 30 | 0 | 0.12 | 0.82 | 0.33 | 51.49 | 0.7 | 0.39 |
| Hex | AB | 97 | 1E | 0 | C | 52 | 21 | 33 | 46 | 27 |
| Octal | 253 | 227 | 36 | 0 | 14 | 122 | 41 | 63 | 106 | 47 |
| Binary | 10101011 | 10010111 | 11110 | 0 | 1100 | 1010010 | 100001 | 110011 | 1000110 | 100111 |
Color Harmonies of #AB971E
Complementary color
Monochromatic Colors of #AB971E
Black with #AB971E
Text Example
Text Example
White with #AB971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB971E; }
p { color: rgb(171,151,30); }
H1.HeaderClassName
{
color: #AB971E;
}
.AnyTagClassName
{
color: #AB971E;
}
</style>
background-color css
<style>
a { background-color: #AB971E; }
a { background-color: rgb(171,151,30); }
div.DivClassName
{
background-color: #AB971E;
}
.BgClassName
{
background-color: #AB971E;
}
</style>
border-color css
<style>
span { border-color: #AB971E; }
span { border-color: rgb(171,151,30); }
td.TdClassName
{
border-color: #AB971E;
}
.TagClassName
{
border-color: #AB971E;
}
</style>