Shades of Luxor Gold #A78A3B
Tints of Luxor Gold #A78A3B
RGB
CMYK
RGB Variations
Color information
#A78A3B (or 0xA78A3B) is known color: Luxor Gold. HEX triplet: A7, 8A and 3B. RGB value is (167,138,59). Sum of RGB (Red+Green+Blue) = 167+138+59=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A3B is #5875C4. Grayscale: #8A8A8A. Windows color (decimal): -5797317 or 3902119. OLE color: 3902119.
HSL color Cylindrical-coordinate representation of color #A78A3B: hue angle of 43.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A78A3B is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 59 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.35 |
| HSL | 43.89º | 0.48% | 0.44% | - |
| HSV(B) | 43.89º | 0.65% | 0.65% | - |
| XYZ | 25.81 | 26.71 | 7.93 | - |
| YUV | 137.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 59 | 0 | 0.17 | 0.65 | 0.35 | 43.89 | 0.48 | 0.44 |
| Hex | A7 | 8A | 3B | 0 | 11 | 41 | 23 | 2C | 30 | 2C |
| Octal | 247 | 212 | 73 | 0 | 21 | 101 | 43 | 54 | 60 | 54 |
| Binary | 10100111 | 10001010 | 111011 | 0 | 10001 | 1000001 | 100011 | 101100 | 110000 | 101100 |
Color Harmonies of #A78A3B
Complementary color
Monochromatic Colors of #A78A3B
Black with #A78A3B
Text Example
Text Example
White with #A78A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A3B; }
p { color: rgb(167,138,59); }
H1.HeaderClassName
{
color: #A78A3B;
}
.AnyTagClassName
{
color: #A78A3B;
}
</style>
background-color css
<style>
a { background-color: #A78A3B; }
a { background-color: rgb(167,138,59); }
div.DivClassName
{
background-color: #A78A3B;
}
.BgClassName
{
background-color: #A78A3B;
}
</style>
border-color css
<style>
span { border-color: #A78A3B; }
span { border-color: rgb(167,138,59); }
td.TdClassName
{
border-color: #A78A3B;
}
.TagClassName
{
border-color: #A78A3B;
}
</style>