Shades of Luxor Gold #9C8A46
Tints of Luxor Gold #9C8A46
RGB
CMYK
RGB Variations
Color information
#9C8A46 (or 0x9C8A46) is known color: Luxor Gold. HEX triplet: 9C, 8A and 46. RGB value is (156,138,70). Sum of RGB (Red+Green+Blue) = 156+138+70=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A46 is #6375B9. Grayscale: #878787. Windows color (decimal): -6518202 or 4623004. OLE color: 4623004.
HSL color Cylindrical-coordinate representation of color #9C8A46: hue angle of 47.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C8A46 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 138 | 70 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.39 |
| HSL | 47.44º | 0.38% | 0.44% | - |
| HSV(B) | 47.44º | 0.55% | 0.61% | - |
| XYZ | 23.9 | 25.69 | 9.49 | - |
| YUV | 135.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 70 | 0 | 0.12 | 0.55 | 0.39 | 47.44 | 0.38 | 0.44 |
| Hex | 9C | 8A | 46 | 0 | C | 37 | 27 | 2F | 26 | 2C |
| Octal | 234 | 212 | 106 | 0 | 14 | 67 | 47 | 57 | 46 | 54 |
| Binary | 10011100 | 10001010 | 1000110 | 0 | 1100 | 110111 | 100111 | 101111 | 100110 | 101100 |
Color Harmonies of #9C8A46
Complementary color
Monochromatic Colors of #9C8A46
Black with #9C8A46
Text Example
Text Example
White with #9C8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8A46; }
p { color: rgb(156,138,70); }
H1.HeaderClassName
{
color: #9C8A46;
}
.AnyTagClassName
{
color: #9C8A46;
}
</style>
background-color css
<style>
a { background-color: #9C8A46; }
a { background-color: rgb(156,138,70); }
div.DivClassName
{
background-color: #9C8A46;
}
.BgClassName
{
background-color: #9C8A46;
}
</style>
border-color css
<style>
span { border-color: #9C8A46; }
span { border-color: rgb(156,138,70); }
td.TdClassName
{
border-color: #9C8A46;
}
.TagClassName
{
border-color: #9C8A46;
}
</style>