Shades of Lucky #9F972A
Tints of Lucky #9F972A
RGB
CMYK
RGB Variations
Color information
#9F972A (or 0x9F972A) is known color: Lucky. HEX triplet: 9F, 97 and 2A. RGB value is (159,151,42). Sum of RGB (Red+Green+Blue) = 159+151+42=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F972A is #6068D5. Grayscale: #8D8D8D. Windows color (decimal): -6318294 or 2791327. OLE color: 2791327.
HSL color Cylindrical-coordinate representation of color #9F972A: hue angle of 55.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F972A is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 42 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.38 |
| HSL | 55.9º | 0.58% | 0.39% | - |
| HSV(B) | 55.9º | 0.74% | 0.62% | - |
| XYZ | 25.78 | 29.67 | 6.56 | - |
| YUV | 140.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 42 | 0 | 0.05 | 0.74 | 0.38 | 55.9 | 0.58 | 0.39 |
| Hex | 9F | 97 | 2A | 0 | 5 | 4A | 26 | 38 | 3A | 27 |
| Octal | 237 | 227 | 52 | 0 | 5 | 112 | 46 | 70 | 72 | 47 |
| Binary | 10011111 | 10010111 | 101010 | 0 | 101 | 1001010 | 100110 | 111000 | 111010 | 100111 |
Color Harmonies of #9F972A
Complementary color
Monochromatic Colors of #9F972A
Black with #9F972A
Text Example
Text Example
White with #9F972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F972A; }
p { color: rgb(159,151,42); }
H1.HeaderClassName
{
color: #9F972A;
}
.AnyTagClassName
{
color: #9F972A;
}
</style>
background-color css
<style>
a { background-color: #9F972A; }
a { background-color: rgb(159,151,42); }
div.DivClassName
{
background-color: #9F972A;
}
.BgClassName
{
background-color: #9F972A;
}
</style>
border-color css
<style>
span { border-color: #9F972A; }
span { border-color: rgb(159,151,42); }
td.TdClassName
{
border-color: #9F972A;
}
.TagClassName
{
border-color: #9F972A;
}
</style>