Shades of Luxor Gold #9A8646
Tints of Luxor Gold #9A8646
RGB
CMYK
RGB Variations
Color information
#9A8646 (or 0x9A8646) is known color: Luxor Gold. HEX triplet: 9A, 86 and 46. RGB value is (154,134,70). Sum of RGB (Red+Green+Blue) = 154+134+70=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8646 is #6579B9. Grayscale: #848484. Windows color (decimal): -6650298 or 4621978. OLE color: 4621978.
HSL color Cylindrical-coordinate representation of color #9A8646: hue angle of 45.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A8646 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 70 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.40 |
| HSL | 45.71º | 0.38% | 0.44% | - |
| HSV(B) | 45.71º | 0.55% | 0.6% | - |
| XYZ | 22.96 | 24.36 | 9.29 | - |
| YUV | 132.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 70 | 0 | 0.13 | 0.55 | 0.40 | 45.71 | 0.38 | 0.44 |
| Hex | 9A | 86 | 46 | 0 | D | 37 | 28 | 2E | 26 | 2C |
| Octal | 232 | 206 | 106 | 0 | 15 | 67 | 50 | 56 | 46 | 54 |
| Binary | 10011010 | 10000110 | 1000110 | 0 | 1101 | 110111 | 101000 | 101110 | 100110 | 101100 |
Color Harmonies of #9A8646
Complementary color
Monochromatic Colors of #9A8646
Black with #9A8646
Text Example
Text Example
White with #9A8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8646; }
p { color: rgb(154,134,70); }
H1.HeaderClassName
{
color: #9A8646;
}
.AnyTagClassName
{
color: #9A8646;
}
</style>
background-color css
<style>
a { background-color: #9A8646; }
a { background-color: rgb(154,134,70); }
div.DivClassName
{
background-color: #9A8646;
}
.BgClassName
{
background-color: #9A8646;
}
</style>
border-color css
<style>
span { border-color: #9A8646; }
span { border-color: rgb(154,134,70); }
td.TdClassName
{
border-color: #9A8646;
}
.TagClassName
{
border-color: #9A8646;
}
</style>