Shades of Luxor Gold #A19441
Tints of Luxor Gold #A19441
RGB
CMYK
RGB Variations
Color information
#A19441 (or 0xA19441) is known color: Luxor Gold. HEX triplet: A1, 94 and 41. RGB value is (161,148,65). Sum of RGB (Red+Green+Blue) = 161+148+65=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A19441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19441 is #5E6BBE. Grayscale: #8E8E8E. Windows color (decimal): -6187967 or 4297889. OLE color: 4297889.
HSL color Cylindrical-coordinate representation of color #A19441: hue angle of 51.88º 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 #A19441 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 65 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.37 |
| HSL | 51.88º | 0.42% | 0.44% | - |
| HSV(B) | 51.88º | 0.6% | 0.63% | - |
| XYZ | 26.24 | 29.14 | 9.24 | - |
| YUV | 142.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 65 | 0 | 0.08 | 0.60 | 0.37 | 51.88 | 0.42 | 0.44 |
| Hex | A1 | 94 | 41 | 0 | 8 | 3C | 25 | 34 | 2A | 2C |
| Octal | 241 | 224 | 101 | 0 | 10 | 74 | 45 | 64 | 52 | 54 |
| Binary | 10100001 | 10010100 | 1000001 | 0 | 1000 | 111100 | 100101 | 110100 | 101010 | 101100 |
Color Harmonies of #A19441
Complementary color
Monochromatic Colors of #A19441
Black with #A19441
Text Example
Text Example
White with #A19441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19441; }
p { color: rgb(161,148,65); }
H1.HeaderClassName
{
color: #A19441;
}
.AnyTagClassName
{
color: #A19441;
}
</style>
background-color css
<style>
a { background-color: #A19441; }
a { background-color: rgb(161,148,65); }
div.DivClassName
{
background-color: #A19441;
}
.BgClassName
{
background-color: #A19441;
}
</style>
border-color css
<style>
span { border-color: #A19441; }
span { border-color: rgb(161,148,65); }
td.TdClassName
{
border-color: #A19441;
}
.TagClassName
{
border-color: #A19441;
}
</style>