Shades of Lucky #AB970F
Tints of Lucky #AB970F
RGB
CMYK
RGB Variations
Color information
#AB970F (or 0xAB970F) is known color: Lucky. HEX triplet: AB, 97 and 0F. RGB value is (171,151,15). Sum of RGB (Red+Green+Blue) = 171+151+15=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB970F is #5468F0. Grayscale: #8E8E8E. Windows color (decimal): -5531889 or 1021867. OLE color: 1021867.
HSL color Cylindrical-coordinate representation of color #AB970F: hue angle of 52.31º 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 #AB970F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.33 |
| HSL | 52.31º | 0.84% | 0.36% | - |
| HSV(B) | 52.31º | 0.91% | 0.67% | - |
| XYZ | 27.95 | 30.83 | 4.93 | - |
| YUV | 141.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 15 | 0 | 0.12 | 0.91 | 0.33 | 52.31 | 0.84 | 0.36 |
| Hex | AB | 97 | F | 0 | C | 5B | 21 | 34 | 54 | 24 |
| Octal | 253 | 227 | 17 | 0 | 14 | 133 | 41 | 64 | 124 | 44 |
| Binary | 10101011 | 10010111 | 1111 | 0 | 1100 | 1011011 | 100001 | 110100 | 1010100 | 100100 |
Color Harmonies of #AB970F
Complementary color
Monochromatic Colors of #AB970F
Black with #AB970F
Text Example
Text Example
White with #AB970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB970F; }
p { color: rgb(171,151,15); }
H1.HeaderClassName
{
color: #AB970F;
}
.AnyTagClassName
{
color: #AB970F;
}
</style>
background-color css
<style>
a { background-color: #AB970F; }
a { background-color: rgb(171,151,15); }
div.DivClassName
{
background-color: #AB970F;
}
.BgClassName
{
background-color: #AB970F;
}
</style>
border-color css
<style>
span { border-color: #AB970F; }
span { border-color: rgb(171,151,15); }
td.TdClassName
{
border-color: #AB970F;
}
.TagClassName
{
border-color: #AB970F;
}
</style>