Shades of Luxor Gold #A78A49
Tints of Luxor Gold #A78A49
RGB
CMYK
RGB Variations
Color information
#A78A49 (or 0xA78A49) is known color: Luxor Gold. HEX triplet: A7, 8A and 49. RGB value is (167,138,73). Sum of RGB (Red+Green+Blue) = 167+138+73=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A49 is #5875B6. Grayscale: #8B8B8B. Windows color (decimal): -5797303 or 4819623. OLE color: 4819623.
HSL color Cylindrical-coordinate representation of color #A78A49: hue angle of 41.49º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A78A49 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 73 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.35 |
| HSL | 41.49º | 0.39% | 0.47% | - |
| HSV(B) | 41.49º | 0.56% | 0.65% | - |
| XYZ | 26.23 | 26.87 | 10.11 | - |
| YUV | 139.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 73 | 0 | 0.17 | 0.56 | 0.35 | 41.49 | 0.39 | 0.47 |
| Hex | A7 | 8A | 49 | 0 | 11 | 38 | 23 | 29 | 27 | 2F |
| Octal | 247 | 212 | 111 | 0 | 21 | 70 | 43 | 51 | 47 | 57 |
| Binary | 10100111 | 10001010 | 1001001 | 0 | 10001 | 111000 | 100011 | 101001 | 100111 | 101111 |
Color Harmonies of #A78A49
Complementary color
Monochromatic Colors of #A78A49
Black with #A78A49
Text Example
Text Example
White with #A78A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A49; }
p { color: rgb(167,138,73); }
H1.HeaderClassName
{
color: #A78A49;
}
.AnyTagClassName
{
color: #A78A49;
}
</style>
background-color css
<style>
a { background-color: #A78A49; }
a { background-color: rgb(167,138,73); }
div.DivClassName
{
background-color: #A78A49;
}
.BgClassName
{
background-color: #A78A49;
}
</style>
border-color css
<style>
span { border-color: #A78A49; }
span { border-color: rgb(167,138,73); }
td.TdClassName
{
border-color: #A78A49;
}
.TagClassName
{
border-color: #A78A49;
}
</style>