Shades of Luxor Gold #9F8F43
Tints of Luxor Gold #9F8F43
RGB
CMYK
RGB Variations
Color information
#9F8F43 (or 0x9F8F43) is known color: Luxor Gold. HEX triplet: 9F, 8F and 43. RGB value is (159,143,67). Sum of RGB (Red+Green+Blue) = 159+143+67=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F43 is #6070BC. Grayscale: #8B8B8B. Windows color (decimal): -6320317 or 4427679. OLE color: 4427679.
HSL color Cylindrical-coordinate representation of color #9F8F43: hue angle of 49.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F8F43 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 67 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.38 |
| HSL | 49.57º | 0.41% | 0.44% | - |
| HSV(B) | 49.57º | 0.58% | 0.62% | - |
| XYZ | 25.13 | 27.42 | 9.28 | - |
| YUV | 139.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 67 | 0 | 0.10 | 0.58 | 0.38 | 49.57 | 0.41 | 0.44 |
| Hex | 9F | 8F | 43 | 0 | A | 3A | 26 | 32 | 29 | 2C |
| Octal | 237 | 217 | 103 | 0 | 12 | 72 | 46 | 62 | 51 | 54 |
| Binary | 10011111 | 10001111 | 1000011 | 0 | 1010 | 111010 | 100110 | 110010 | 101001 | 101100 |
Color Harmonies of #9F8F43
Complementary color
Monochromatic Colors of #9F8F43
Black with #9F8F43
Text Example
Text Example
White with #9F8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F43; }
p { color: rgb(159,143,67); }
H1.HeaderClassName
{
color: #9F8F43;
}
.AnyTagClassName
{
color: #9F8F43;
}
</style>
background-color css
<style>
a { background-color: #9F8F43; }
a { background-color: rgb(159,143,67); }
div.DivClassName
{
background-color: #9F8F43;
}
.BgClassName
{
background-color: #9F8F43;
}
</style>
border-color css
<style>
span { border-color: #9F8F43; }
span { border-color: rgb(159,143,67); }
td.TdClassName
{
border-color: #9F8F43;
}
.TagClassName
{
border-color: #9F8F43;
}
</style>