Shades of Luxor Gold #A78D45
Tints of Luxor Gold #A78D45
RGB
CMYK
RGB Variations
Color information
#A78D45 (or 0xA78D45) is known color: Luxor Gold. HEX triplet: A7, 8D and 45. RGB value is (167,141,69). Sum of RGB (Red+Green+Blue) = 167+141+69=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78D45 is #5872BA. Grayscale: #8C8C8C. Windows color (decimal): -5796539 or 4558247. OLE color: 4558247.
HSL color Cylindrical-coordinate representation of color #A78D45: hue angle of 44.08º 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 #A78D45 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 69 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.35 |
| HSL | 44.08º | 0.42% | 0.46% | - |
| HSV(B) | 44.08º | 0.59% | 0.65% | - |
| XYZ | 26.54 | 27.69 | 9.58 | - |
| YUV | 140.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 69 | 0 | 0.16 | 0.59 | 0.35 | 44.08 | 0.42 | 0.46 |
| Hex | A7 | 8D | 45 | 0 | 10 | 3B | 23 | 2C | 2A | 2E |
| Octal | 247 | 215 | 105 | 0 | 20 | 73 | 43 | 54 | 52 | 56 |
| Binary | 10100111 | 10001101 | 1000101 | 0 | 10000 | 111011 | 100011 | 101100 | 101010 | 101110 |
Color Harmonies of #A78D45
Complementary color
Monochromatic Colors of #A78D45
Black with #A78D45
Text Example
Text Example
White with #A78D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D45; }
p { color: rgb(167,141,69); }
H1.HeaderClassName
{
color: #A78D45;
}
.AnyTagClassName
{
color: #A78D45;
}
</style>
background-color css
<style>
a { background-color: #A78D45; }
a { background-color: rgb(167,141,69); }
div.DivClassName
{
background-color: #A78D45;
}
.BgClassName
{
background-color: #A78D45;
}
</style>
border-color css
<style>
span { border-color: #A78D45; }
span { border-color: rgb(167,141,69); }
td.TdClassName
{
border-color: #A78D45;
}
.TagClassName
{
border-color: #A78D45;
}
</style>