Shades of Luxor Gold #A78948
Tints of Luxor Gold #A78948
RGB
CMYK
RGB Variations
Color information
#A78948 (or 0xA78948) is known color: Luxor Gold. HEX triplet: A7, 89 and 48. RGB value is (167,137,72). Sum of RGB (Red+Green+Blue) = 167+137+72=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A78948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78948 is #5876B7. Grayscale: #8A8A8A. Windows color (decimal): -5797560 or 4753831. OLE color: 4753831.
HSL color Cylindrical-coordinate representation of color #A78948: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A78948 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 72 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.35 |
| HSL | 41.05º | 0.4% | 0.47% | - |
| HSV(B) | 41.05º | 0.57% | 0.65% | - |
| XYZ | 26.05 | 26.57 | 9.89 | - |
| YUV | 138.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 72 | 0 | 0.18 | 0.57 | 0.35 | 41.05 | 0.4 | 0.47 |
| Hex | A7 | 89 | 48 | 0 | 12 | 39 | 23 | 29 | 28 | 2F |
| Octal | 247 | 211 | 110 | 0 | 22 | 71 | 43 | 51 | 50 | 57 |
| Binary | 10100111 | 10001001 | 1001000 | 0 | 10010 | 111001 | 100011 | 101001 | 101000 | 101111 |
Color Harmonies of #A78948
Complementary color
Monochromatic Colors of #A78948
Black with #A78948
Text Example
Text Example
White with #A78948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78948; }
p { color: rgb(167,137,72); }
H1.HeaderClassName
{
color: #A78948;
}
.AnyTagClassName
{
color: #A78948;
}
</style>
background-color css
<style>
a { background-color: #A78948; }
a { background-color: rgb(167,137,72); }
div.DivClassName
{
background-color: #A78948;
}
.BgClassName
{
background-color: #A78948;
}
</style>
border-color css
<style>
span { border-color: #A78948; }
span { border-color: rgb(167,137,72); }
td.TdClassName
{
border-color: #A78948;
}
.TagClassName
{
border-color: #A78948;
}
</style>