Shades of Luxor Gold #9F8D46
Tints of Luxor Gold #9F8D46
RGB
CMYK
RGB Variations
Color information
#9F8D46 (or 0x9F8D46) is known color: Luxor Gold. HEX triplet: 9F, 8D and 46. RGB value is (159,141,70). Sum of RGB (Red+Green+Blue) = 159+141+70=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8D46 is #6072B9. Grayscale: #8A8A8A. Windows color (decimal): -6320826 or 4623775. OLE color: 4623775.
HSL color Cylindrical-coordinate representation of color #9F8D46: hue angle of 47.87º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F8D46 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 70 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.38 |
| HSL | 47.87º | 0.39% | 0.45% | - |
| HSV(B) | 47.87º | 0.56% | 0.62% | - |
| XYZ | 24.93 | 26.86 | 9.67 | - |
| YUV | 138.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 70 | 0 | 0.11 | 0.56 | 0.38 | 47.87 | 0.39 | 0.45 |
| Hex | 9F | 8D | 46 | 0 | B | 38 | 26 | 30 | 27 | 2D |
| Octal | 237 | 215 | 106 | 0 | 13 | 70 | 46 | 60 | 47 | 55 |
| Binary | 10011111 | 10001101 | 1000110 | 0 | 1011 | 111000 | 100110 | 110000 | 100111 | 101101 |
Color Harmonies of #9F8D46
Complementary color
Monochromatic Colors of #9F8D46
Black with #9F8D46
Text Example
Text Example
White with #9F8D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D46; }
p { color: rgb(159,141,70); }
H1.HeaderClassName
{
color: #9F8D46;
}
.AnyTagClassName
{
color: #9F8D46;
}
</style>
background-color css
<style>
a { background-color: #9F8D46; }
a { background-color: rgb(159,141,70); }
div.DivClassName
{
background-color: #9F8D46;
}
.BgClassName
{
background-color: #9F8D46;
}
</style>
border-color css
<style>
span { border-color: #9F8D46; }
span { border-color: rgb(159,141,70); }
td.TdClassName
{
border-color: #9F8D46;
}
.TagClassName
{
border-color: #9F8D46;
}
</style>