Shades of Luxor Gold #A79040
Tints of Luxor Gold #A79040
RGB
CMYK
RGB Variations
Color information
#A79040 (or 0xA79040) is known color: Luxor Gold. HEX triplet: A7, 90 and 40. RGB value is (167,144,64). Sum of RGB (Red+Green+Blue) = 167+144+64=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A79040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79040 is #586FBF. Grayscale: #8E8E8E. Windows color (decimal): -5795776 or 4231335. OLE color: 4231335.
HSL color Cylindrical-coordinate representation of color #A79040: hue angle of 46.6º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A79040 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 64 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.35 |
| HSL | 46.6º | 0.45% | 0.45% | - |
| HSV(B) | 46.6º | 0.62% | 0.65% | - |
| XYZ | 26.84 | 28.53 | 8.94 | - |
| YUV | 141.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 64 | 0 | 0.14 | 0.62 | 0.35 | 46.6 | 0.45 | 0.45 |
| Hex | A7 | 90 | 40 | 0 | E | 3E | 23 | 2F | 2D | 2D |
| Octal | 247 | 220 | 100 | 0 | 16 | 76 | 43 | 57 | 55 | 55 |
| Binary | 10100111 | 10010000 | 1000000 | 0 | 1110 | 111110 | 100011 | 101111 | 101101 | 101101 |
Color Harmonies of #A79040
Complementary color
Monochromatic Colors of #A79040
Black with #A79040
Text Example
Text Example
White with #A79040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79040; }
p { color: rgb(167,144,64); }
H1.HeaderClassName
{
color: #A79040;
}
.AnyTagClassName
{
color: #A79040;
}
</style>
background-color css
<style>
a { background-color: #A79040; }
a { background-color: rgb(167,144,64); }
div.DivClassName
{
background-color: #A79040;
}
.BgClassName
{
background-color: #A79040;
}
</style>
border-color css
<style>
span { border-color: #A79040; }
span { border-color: rgb(167,144,64); }
td.TdClassName
{
border-color: #A79040;
}
.TagClassName
{
border-color: #A79040;
}
</style>