Shades of Luxor Gold #9D8A45
Tints of Luxor Gold #9D8A45
RGB
CMYK
RGB Variations
Color information
#9D8A45 (or 0x9D8A45) is known color: Luxor Gold. HEX triplet: 9D, 8A and 45. RGB value is (157,138,69). Sum of RGB (Red+Green+Blue) = 157+138+69=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A45 is #6275BA. Grayscale: #888888. Windows color (decimal): -6452667 or 4557469. OLE color: 4557469.
HSL color Cylindrical-coordinate representation of color #9D8A45: hue angle of 47.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D8A45 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 69 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.38 |
| HSL | 47.05º | 0.39% | 0.44% | - |
| HSV(B) | 47.05º | 0.56% | 0.62% | - |
| XYZ | 24.07 | 25.77 | 9.34 | - |
| YUV | 135.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 69 | 0 | 0.12 | 0.56 | 0.38 | 47.05 | 0.39 | 0.44 |
| Hex | 9D | 8A | 45 | 0 | C | 38 | 26 | 2F | 27 | 2C |
| Octal | 235 | 212 | 105 | 0 | 14 | 70 | 46 | 57 | 47 | 54 |
| Binary | 10011101 | 10001010 | 1000101 | 0 | 1100 | 111000 | 100110 | 101111 | 100111 | 101100 |
Color Harmonies of #9D8A45
Complementary color
Monochromatic Colors of #9D8A45
Black with #9D8A45
Text Example
Text Example
White with #9D8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A45; }
p { color: rgb(157,138,69); }
H1.HeaderClassName
{
color: #9D8A45;
}
.AnyTagClassName
{
color: #9D8A45;
}
</style>
background-color css
<style>
a { background-color: #9D8A45; }
a { background-color: rgb(157,138,69); }
div.DivClassName
{
background-color: #9D8A45;
}
.BgClassName
{
background-color: #9D8A45;
}
</style>
border-color css
<style>
span { border-color: #9D8A45; }
span { border-color: rgb(157,138,69); }
td.TdClassName
{
border-color: #9D8A45;
}
.TagClassName
{
border-color: #9D8A45;
}
</style>