Shades of Luxor Gold #A0904B
Tints of Luxor Gold #A0904B
RGB
CMYK
RGB Variations
Color information
#A0904B (or 0xA0904B) is known color: Luxor Gold. HEX triplet: A0, 90 and 4B. RGB value is (160,144,75). Sum of RGB (Red+Green+Blue) = 160+144+75=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0904B is #5F6FB4. Grayscale: #8D8D8D. Windows color (decimal): -6254517 or 4952224. OLE color: 4952224.
HSL color Cylindrical-coordinate representation of color #A0904B: hue angle of 48.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0904B is Cyan = 0, Magento = 0.1, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 75 | - |
| CMYK | 0 | 0.1 | 0.53 | 0.37 |
| HSL | 48.71º | 0.36% | 0.46% | - |
| HSV(B) | 48.71º | 0.53% | 0.63% | - |
| XYZ | 25.74 | 27.93 | 10.69 | - |
| YUV | 140.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 75 | 0 | 0.1 | 0.53 | 0.37 | 48.71 | 0.36 | 0.46 |
| Hex | A0 | 90 | 4B | 0 | A | 35 | 25 | 31 | 24 | 2E |
| Octal | 240 | 220 | 113 | 0 | 12 | 65 | 45 | 61 | 44 | 56 |
| Binary | 10100000 | 10010000 | 1001011 | 0 | 1010 | 110101 | 100101 | 110001 | 100100 | 101110 |
Color Harmonies of #A0904B
Complementary color
Monochromatic Colors of #A0904B
Black with #A0904B
Text Example
Text Example
White with #A0904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0904B; }
p { color: rgb(160,144,75); }
H1.HeaderClassName
{
color: #A0904B;
}
.AnyTagClassName
{
color: #A0904B;
}
</style>
background-color css
<style>
a { background-color: #A0904B; }
a { background-color: rgb(160,144,75); }
div.DivClassName
{
background-color: #A0904B;
}
.BgClassName
{
background-color: #A0904B;
}
</style>
border-color css
<style>
span { border-color: #A0904B; }
span { border-color: rgb(160,144,75); }
td.TdClassName
{
border-color: #A0904B;
}
.TagClassName
{
border-color: #A0904B;
}
</style>