Shades of Luxor Gold #A19541
Tints of Luxor Gold #A19541
RGB
CMYK
RGB Variations
Color information
#A19541 (or 0xA19541) is known color: Luxor Gold. HEX triplet: A1, 95 and 41. RGB value is (161,149,65). Sum of RGB (Red+Green+Blue) = 161+149+65=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A19541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19541 is #5E6ABE. Grayscale: #8F8F8F. Windows color (decimal): -6187711 or 4298145. OLE color: 4298145.
HSL color Cylindrical-coordinate representation of color #A19541: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19541 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 65 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.37 |
| HSL | 52.5º | 0.42% | 0.44% | - |
| HSV(B) | 52.5º | 0.6% | 0.63% | - |
| XYZ | 26.4 | 29.45 | 9.29 | - |
| YUV | 143.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 65 | 0 | 0.07 | 0.60 | 0.37 | 52.5 | 0.42 | 0.44 |
| Hex | A1 | 95 | 41 | 0 | 7 | 3C | 25 | 34 | 2A | 2C |
| Octal | 241 | 225 | 101 | 0 | 7 | 74 | 45 | 64 | 52 | 54 |
| Binary | 10100001 | 10010101 | 1000001 | 0 | 111 | 111100 | 100101 | 110100 | 101010 | 101100 |
Color Harmonies of #A19541
Complementary color
Monochromatic Colors of #A19541
Black with #A19541
Text Example
Text Example
White with #A19541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19541; }
p { color: rgb(161,149,65); }
H1.HeaderClassName
{
color: #A19541;
}
.AnyTagClassName
{
color: #A19541;
}
</style>
background-color css
<style>
a { background-color: #A19541; }
a { background-color: rgb(161,149,65); }
div.DivClassName
{
background-color: #A19541;
}
.BgClassName
{
background-color: #A19541;
}
</style>
border-color css
<style>
span { border-color: #A19541; }
span { border-color: rgb(161,149,65); }
td.TdClassName
{
border-color: #A19541;
}
.TagClassName
{
border-color: #A19541;
}
</style>