Shades of Luxor Gold #A0904E
Tints of Luxor Gold #A0904E
RGB
CMYK
RGB Variations
Color information
#A0904E (or 0xA0904E) is known color: Luxor Gold. HEX triplet: A0, 90 and 4E. RGB value is (160,144,78). Sum of RGB (Red+Green+Blue) = 160+144+78=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0904E is #5F6FB1. Grayscale: #8D8D8D. Windows color (decimal): -6254514 or 5148832. OLE color: 5148832.
HSL color Cylindrical-coordinate representation of color #A0904E: hue angle of 48.29º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0904E is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 78 | - |
| CMYK | 0 | 0.1 | 0.51 | 0.37 |
| HSL | 48.29º | 0.34% | 0.47% | - |
| HSV(B) | 48.29º | 0.51% | 0.63% | - |
| XYZ | 25.85 | 27.97 | 11.24 | - |
| YUV | 141.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 78 | 0 | 0.1 | 0.51 | 0.37 | 48.29 | 0.34 | 0.47 |
| Hex | A0 | 90 | 4E | 0 | A | 33 | 25 | 30 | 22 | 2F |
| Octal | 240 | 220 | 116 | 0 | 12 | 63 | 45 | 60 | 42 | 57 |
| Binary | 10100000 | 10010000 | 1001110 | 0 | 1010 | 110011 | 100101 | 110000 | 100010 | 101111 |
Color Harmonies of #A0904E
Complementary color
Monochromatic Colors of #A0904E
Black with #A0904E
Text Example
Text Example
White with #A0904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0904E; }
p { color: rgb(160,144,78); }
H1.HeaderClassName
{
color: #A0904E;
}
.AnyTagClassName
{
color: #A0904E;
}
</style>
background-color css
<style>
a { background-color: #A0904E; }
a { background-color: rgb(160,144,78); }
div.DivClassName
{
background-color: #A0904E;
}
.BgClassName
{
background-color: #A0904E;
}
</style>
border-color css
<style>
span { border-color: #A0904E; }
span { border-color: rgb(160,144,78); }
td.TdClassName
{
border-color: #A0904E;
}
.TagClassName
{
border-color: #A0904E;
}
</style>