Shades of Luxor Gold #A78F43
Tints of Luxor Gold #A78F43
RGB
CMYK
RGB Variations
Color information
#A78F43 (or 0xA78F43) is known color: Luxor Gold. HEX triplet: A7, 8F and 43. RGB value is (167,143,67). Sum of RGB (Red+Green+Blue) = 167+143+67=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F43 is #5870BC. Grayscale: #8D8D8D. Windows color (decimal): -5796029 or 4427687. OLE color: 4427687.
HSL color Cylindrical-coordinate representation of color #A78F43: hue angle of 45.6º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A78F43 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 67 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.35 |
| HSL | 45.6º | 0.43% | 0.46% | - |
| HSV(B) | 45.6º | 0.6% | 0.65% | - |
| XYZ | 26.77 | 28.27 | 9.35 | - |
| YUV | 141.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 67 | 0 | 0.14 | 0.60 | 0.35 | 45.6 | 0.43 | 0.46 |
| Hex | A7 | 8F | 43 | 0 | E | 3C | 23 | 2E | 2B | 2E |
| Octal | 247 | 217 | 103 | 0 | 16 | 74 | 43 | 56 | 53 | 56 |
| Binary | 10100111 | 10001111 | 1000011 | 0 | 1110 | 111100 | 100011 | 101110 | 101011 | 101110 |
Color Harmonies of #A78F43
Complementary color
Monochromatic Colors of #A78F43
Black with #A78F43
Text Example
Text Example
White with #A78F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F43; }
p { color: rgb(167,143,67); }
H1.HeaderClassName
{
color: #A78F43;
}
.AnyTagClassName
{
color: #A78F43;
}
</style>
background-color css
<style>
a { background-color: #A78F43; }
a { background-color: rgb(167,143,67); }
div.DivClassName
{
background-color: #A78F43;
}
.BgClassName
{
background-color: #A78F43;
}
</style>
border-color css
<style>
span { border-color: #A78F43; }
span { border-color: rgb(167,143,67); }
td.TdClassName
{
border-color: #A78F43;
}
.TagClassName
{
border-color: #A78F43;
}
</style>