Shades of Luxor Gold #A78945
Tints of Luxor Gold #A78945
RGB
CMYK
RGB Variations
Color information
#A78945 (or 0xA78945) is known color: Luxor Gold. HEX triplet: A7, 89 and 45. RGB value is (167,137,69). Sum of RGB (Red+Green+Blue) = 167+137+69=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A78945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78945 is #5876BA. Grayscale: #8A8A8A. Windows color (decimal): -5797563 or 4557223. OLE color: 4557223.
HSL color Cylindrical-coordinate representation of color #A78945: hue angle of 41.63º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A78945 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 69 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.35 |
| HSL | 41.63º | 0.42% | 0.46% | - |
| HSV(B) | 41.63º | 0.59% | 0.65% | - |
| XYZ | 25.96 | 26.54 | 9.38 | - |
| YUV | 138.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 69 | 0 | 0.18 | 0.59 | 0.35 | 41.63 | 0.42 | 0.46 |
| Hex | A7 | 89 | 45 | 0 | 12 | 3B | 23 | 2A | 2A | 2E |
| Octal | 247 | 211 | 105 | 0 | 22 | 73 | 43 | 52 | 52 | 56 |
| Binary | 10100111 | 10001001 | 1000101 | 0 | 10010 | 111011 | 100011 | 101010 | 101010 | 101110 |
Color Harmonies of #A78945
Complementary color
Monochromatic Colors of #A78945
Black with #A78945
Text Example
Text Example
White with #A78945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78945; }
p { color: rgb(167,137,69); }
H1.HeaderClassName
{
color: #A78945;
}
.AnyTagClassName
{
color: #A78945;
}
</style>
background-color css
<style>
a { background-color: #A78945; }
a { background-color: rgb(167,137,69); }
div.DivClassName
{
background-color: #A78945;
}
.BgClassName
{
background-color: #A78945;
}
</style>
border-color css
<style>
span { border-color: #A78945; }
span { border-color: rgb(167,137,69); }
td.TdClassName
{
border-color: #A78945;
}
.TagClassName
{
border-color: #A78945;
}
</style>