Shades of Luxor Gold #A78F45
Tints of Luxor Gold #A78F45
RGB
CMYK
RGB Variations
Color information
#A78F45 (or 0xA78F45) is known color: Luxor Gold. HEX triplet: A7, 8F and 45. RGB value is (167,143,69). Sum of RGB (Red+Green+Blue) = 167+143+69=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F45 is #5870BA. Grayscale: #8E8E8E. Windows color (decimal): -5796027 or 4558759. OLE color: 4558759.
HSL color Cylindrical-coordinate representation of color #A78F45: hue angle of 45.31º 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 #A78F45 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 69 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.35 |
| HSL | 45.31º | 0.42% | 0.46% | - |
| HSV(B) | 45.31º | 0.59% | 0.65% | - |
| XYZ | 26.83 | 28.29 | 9.68 | - |
| YUV | 141.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 69 | 0 | 0.14 | 0.59 | 0.35 | 45.31 | 0.42 | 0.46 |
| Hex | A7 | 8F | 45 | 0 | E | 3B | 23 | 2D | 2A | 2E |
| Octal | 247 | 217 | 105 | 0 | 16 | 73 | 43 | 55 | 52 | 56 |
| Binary | 10100111 | 10001111 | 1000101 | 0 | 1110 | 111011 | 100011 | 101101 | 101010 | 101110 |
Color Harmonies of #A78F45
Complementary color
Monochromatic Colors of #A78F45
Black with #A78F45
Text Example
Text Example
White with #A78F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F45; }
p { color: rgb(167,143,69); }
H1.HeaderClassName
{
color: #A78F45;
}
.AnyTagClassName
{
color: #A78F45;
}
</style>
background-color css
<style>
a { background-color: #A78F45; }
a { background-color: rgb(167,143,69); }
div.DivClassName
{
background-color: #A78F45;
}
.BgClassName
{
background-color: #A78F45;
}
</style>
border-color css
<style>
span { border-color: #A78F45; }
span { border-color: rgb(167,143,69); }
td.TdClassName
{
border-color: #A78F45;
}
.TagClassName
{
border-color: #A78F45;
}
</style>