Shades of Luxor Gold #A0904D
Tints of Luxor Gold #A0904D
RGB
CMYK
RGB Variations
Color information
#A0904D (or 0xA0904D) is known color: Luxor Gold. HEX triplet: A0, 90 and 4D. RGB value is (160,144,77). Sum of RGB (Red+Green+Blue) = 160+144+77=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0904D is #5F6FB2. Grayscale: #8D8D8D. Windows color (decimal): -6254515 or 5083296. OLE color: 5083296.
HSL color Cylindrical-coordinate representation of color #A0904D: hue angle of 48.43º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0904D is Cyan = 0, Magento = 0.1, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 77 | - |
| CMYK | 0 | 0.1 | 0.52 | 0.37 |
| HSL | 48.43º | 0.35% | 0.46% | - |
| HSV(B) | 48.43º | 0.52% | 0.63% | - |
| XYZ | 25.81 | 27.96 | 11.06 | - |
| YUV | 141.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 77 | 0 | 0.1 | 0.52 | 0.37 | 48.43 | 0.35 | 0.46 |
| Hex | A0 | 90 | 4D | 0 | A | 34 | 25 | 30 | 23 | 2E |
| Octal | 240 | 220 | 115 | 0 | 12 | 64 | 45 | 60 | 43 | 56 |
| Binary | 10100000 | 10010000 | 1001101 | 0 | 1010 | 110100 | 100101 | 110000 | 100011 | 101110 |
Color Harmonies of #A0904D
Complementary color
Monochromatic Colors of #A0904D
Black with #A0904D
Text Example
Text Example
White with #A0904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0904D; }
p { color: rgb(160,144,77); }
H1.HeaderClassName
{
color: #A0904D;
}
.AnyTagClassName
{
color: #A0904D;
}
</style>
background-color css
<style>
a { background-color: #A0904D; }
a { background-color: rgb(160,144,77); }
div.DivClassName
{
background-color: #A0904D;
}
.BgClassName
{
background-color: #A0904D;
}
</style>
border-color css
<style>
span { border-color: #A0904D; }
span { border-color: rgb(160,144,77); }
td.TdClassName
{
border-color: #A0904D;
}
.TagClassName
{
border-color: #A0904D;
}
</style>