Shades of Luxor Gold #9D8A48
Tints of Luxor Gold #9D8A48
RGB
CMYK
RGB Variations
Color information
#9D8A48 (or 0x9D8A48) is known color: Luxor Gold. HEX triplet: 9D, 8A and 48. RGB value is (157,138,72). Sum of RGB (Red+Green+Blue) = 157+138+72=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A48 is #6275B7. Grayscale: #888888. Windows color (decimal): -6452664 or 4754077. OLE color: 4754077.
HSL color Cylindrical-coordinate representation of color #9D8A48: hue angle of 46.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D8A48 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 72 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.38 |
| HSL | 46.59º | 0.37% | 0.45% | - |
| HSV(B) | 46.59º | 0.54% | 0.62% | - |
| XYZ | 24.16 | 25.81 | 9.84 | - |
| YUV | 136.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 72 | 0 | 0.12 | 0.54 | 0.38 | 46.59 | 0.37 | 0.45 |
| Hex | 9D | 8A | 48 | 0 | C | 36 | 26 | 2F | 25 | 2D |
| Octal | 235 | 212 | 110 | 0 | 14 | 66 | 46 | 57 | 45 | 55 |
| Binary | 10011101 | 10001010 | 1001000 | 0 | 1100 | 110110 | 100110 | 101111 | 100101 | 101101 |
Color Harmonies of #9D8A48
Complementary color
Monochromatic Colors of #9D8A48
Black with #9D8A48
Text Example
Text Example
White with #9D8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A48; }
p { color: rgb(157,138,72); }
H1.HeaderClassName
{
color: #9D8A48;
}
.AnyTagClassName
{
color: #9D8A48;
}
</style>
background-color css
<style>
a { background-color: #9D8A48; }
a { background-color: rgb(157,138,72); }
div.DivClassName
{
background-color: #9D8A48;
}
.BgClassName
{
background-color: #9D8A48;
}
</style>
border-color css
<style>
span { border-color: #9D8A48; }
span { border-color: rgb(157,138,72); }
td.TdClassName
{
border-color: #9D8A48;
}
.TagClassName
{
border-color: #9D8A48;
}
</style>