Shades of Luxor Gold #A19147
Tints of Luxor Gold #A19147
RGB
CMYK
RGB Variations
Color information
#A19147 (or 0xA19147) is known color: Luxor Gold. HEX triplet: A1, 91 and 47. RGB value is (161,145,71). Sum of RGB (Red+Green+Blue) = 161+145+71=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A19147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19147 is #5E6EB8. Grayscale: #8D8D8D. Windows color (decimal): -6188729 or 4690337. OLE color: 4690337.
HSL color Cylindrical-coordinate representation of color #A19147: hue angle of 49.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A19147 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 71 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.37 |
| HSL | 49.33º | 0.39% | 0.45% | - |
| HSV(B) | 49.33º | 0.56% | 0.63% | - |
| XYZ | 25.96 | 28.28 | 10.05 | - |
| YUV | 141.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 71 | 0 | 0.10 | 0.56 | 0.37 | 49.33 | 0.39 | 0.45 |
| Hex | A1 | 91 | 47 | 0 | A | 38 | 25 | 31 | 27 | 2D |
| Octal | 241 | 221 | 107 | 0 | 12 | 70 | 45 | 61 | 47 | 55 |
| Binary | 10100001 | 10010001 | 1000111 | 0 | 1010 | 111000 | 100101 | 110001 | 100111 | 101101 |
Color Harmonies of #A19147
Complementary color
Monochromatic Colors of #A19147
Black with #A19147
Text Example
Text Example
White with #A19147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19147; }
p { color: rgb(161,145,71); }
H1.HeaderClassName
{
color: #A19147;
}
.AnyTagClassName
{
color: #A19147;
}
</style>
background-color css
<style>
a { background-color: #A19147; }
a { background-color: rgb(161,145,71); }
div.DivClassName
{
background-color: #A19147;
}
.BgClassName
{
background-color: #A19147;
}
</style>
border-color css
<style>
span { border-color: #A19147; }
span { border-color: rgb(161,145,71); }
td.TdClassName
{
border-color: #A19147;
}
.TagClassName
{
border-color: #A19147;
}
</style>