Shades of Luxor Gold #A1904C
Tints of Luxor Gold #A1904C
RGB
CMYK
RGB Variations
Color information
#A1904C (or 0xA1904C) is known color: Luxor Gold. HEX triplet: A1, 90 and 4C. RGB value is (161,144,76). Sum of RGB (Red+Green+Blue) = 161+144+76=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1904C is #5E6FB3. Grayscale: #8D8D8D. Windows color (decimal): -6188980 or 5017761. OLE color: 5017761.
HSL color Cylindrical-coordinate representation of color #A1904C: hue angle of 48º 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 #A1904C is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 76 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.37 |
| HSL | 48º | 0.36% | 0.46% | - |
| HSV(B) | 48º | 0.53% | 0.63% | - |
| XYZ | 25.98 | 28.05 | 10.88 | - |
| YUV | 141.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 76 | 0 | 0.11 | 0.53 | 0.37 | 48 | 0.36 | 0.46 |
| Hex | A1 | 90 | 4C | 0 | B | 35 | 25 | 30 | 24 | 2E |
| Octal | 241 | 220 | 114 | 0 | 13 | 65 | 45 | 60 | 44 | 56 |
| Binary | 10100001 | 10010000 | 1001100 | 0 | 1011 | 110101 | 100101 | 110000 | 100100 | 101110 |
Color Harmonies of #A1904C
Complementary color
Monochromatic Colors of #A1904C
Black with #A1904C
Text Example
Text Example
White with #A1904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1904C; }
p { color: rgb(161,144,76); }
H1.HeaderClassName
{
color: #A1904C;
}
.AnyTagClassName
{
color: #A1904C;
}
</style>
background-color css
<style>
a { background-color: #A1904C; }
a { background-color: rgb(161,144,76); }
div.DivClassName
{
background-color: #A1904C;
}
.BgClassName
{
background-color: #A1904C;
}
</style>
border-color css
<style>
span { border-color: #A1904C; }
span { border-color: rgb(161,144,76); }
td.TdClassName
{
border-color: #A1904C;
}
.TagClassName
{
border-color: #A1904C;
}
</style>