Shades of Luxor Gold #A78847
Tints of Luxor Gold #A78847
RGB
CMYK
RGB Variations
Color information
#A78847 (or 0xA78847) is known color: Luxor Gold. HEX triplet: A7, 88 and 47. RGB value is (167,136,71). Sum of RGB (Red+Green+Blue) = 167+136+71=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A78847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78847 is #5877B8. Grayscale: #8A8A8A. Windows color (decimal): -5797817 or 4688039. OLE color: 4688039.
HSL color Cylindrical-coordinate representation of color #A78847: hue angle of 40.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A78847 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 71 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.35 |
| HSL | 40.63º | 0.4% | 0.47% | - |
| HSV(B) | 40.63º | 0.57% | 0.65% | - |
| XYZ | 25.88 | 26.28 | 9.67 | - |
| YUV | 137.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 71 | 0 | 0.19 | 0.57 | 0.35 | 40.63 | 0.4 | 0.47 |
| Hex | A7 | 88 | 47 | 0 | 13 | 39 | 23 | 29 | 28 | 2F |
| Octal | 247 | 210 | 107 | 0 | 23 | 71 | 43 | 51 | 50 | 57 |
| Binary | 10100111 | 10001000 | 1000111 | 0 | 10011 | 111001 | 100011 | 101001 | 101000 | 101111 |
Color Harmonies of #A78847
Complementary color
Monochromatic Colors of #A78847
Black with #A78847
Text Example
Text Example
White with #A78847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78847; }
p { color: rgb(167,136,71); }
H1.HeaderClassName
{
color: #A78847;
}
.AnyTagClassName
{
color: #A78847;
}
</style>
background-color css
<style>
a { background-color: #A78847; }
a { background-color: rgb(167,136,71); }
div.DivClassName
{
background-color: #A78847;
}
.BgClassName
{
background-color: #A78847;
}
</style>
border-color css
<style>
span { border-color: #A78847; }
span { border-color: rgb(167,136,71); }
td.TdClassName
{
border-color: #A78847;
}
.TagClassName
{
border-color: #A78847;
}
</style>