Shades of Luxor Gold #9F9248
Tints of Luxor Gold #9F9248
RGB
CMYK
RGB Variations
Color information
#9F9248 (or 0x9F9248) is known color: Luxor Gold. HEX triplet: 9F, 92 and 48. RGB value is (159,146,72). Sum of RGB (Red+Green+Blue) = 159+146+72=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9248 is #606DB7. Grayscale: #8D8D8D. Windows color (decimal): -6319544 or 4756127. OLE color: 4756127.
HSL color Cylindrical-coordinate representation of color #9F9248: hue angle of 51.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F9248 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 72 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.38 |
| HSL | 51.03º | 0.38% | 0.45% | - |
| HSV(B) | 51.03º | 0.55% | 0.62% | - |
| XYZ | 25.75 | 28.4 | 10.25 | - |
| YUV | 141.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 72 | 0 | 0.08 | 0.55 | 0.38 | 51.03 | 0.38 | 0.45 |
| Hex | 9F | 92 | 48 | 0 | 8 | 37 | 26 | 33 | 26 | 2D |
| Octal | 237 | 222 | 110 | 0 | 10 | 67 | 46 | 63 | 46 | 55 |
| Binary | 10011111 | 10010010 | 1001000 | 0 | 1000 | 110111 | 100110 | 110011 | 100110 | 101101 |
Color Harmonies of #9F9248
Complementary color
Monochromatic Colors of #9F9248
Black with #9F9248
Text Example
Text Example
White with #9F9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9248; }
p { color: rgb(159,146,72); }
H1.HeaderClassName
{
color: #9F9248;
}
.AnyTagClassName
{
color: #9F9248;
}
</style>
background-color css
<style>
a { background-color: #9F9248; }
a { background-color: rgb(159,146,72); }
div.DivClassName
{
background-color: #9F9248;
}
.BgClassName
{
background-color: #9F9248;
}
</style>
border-color css
<style>
span { border-color: #9F9248; }
span { border-color: rgb(159,146,72); }
td.TdClassName
{
border-color: #9F9248;
}
.TagClassName
{
border-color: #9F9248;
}
</style>