Shades of Luxor Gold #A19247
Tints of Luxor Gold #A19247
RGB
CMYK
RGB Variations
Color information
#A19247 (or 0xA19247) is known color: Luxor Gold. HEX triplet: A1, 92 and 47. RGB value is (161,146,71). Sum of RGB (Red+Green+Blue) = 161+146+71=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A19247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19247 is #5E6DB8. Grayscale: #8E8E8E. Windows color (decimal): -6188473 or 4690593. OLE color: 4690593.
HSL color Cylindrical-coordinate representation of color #A19247: hue angle of 50º 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 #A19247 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 71 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.37 |
| HSL | 50º | 0.39% | 0.45% | - |
| HSV(B) | 50º | 0.56% | 0.63% | - |
| XYZ | 26.11 | 28.59 | 10.1 | - |
| YUV | 141.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 71 | 0 | 0.09 | 0.56 | 0.37 | 50 | 0.39 | 0.45 |
| Hex | A1 | 92 | 47 | 0 | 9 | 38 | 25 | 32 | 27 | 2D |
| Octal | 241 | 222 | 107 | 0 | 11 | 70 | 45 | 62 | 47 | 55 |
| Binary | 10100001 | 10010010 | 1000111 | 0 | 1001 | 111000 | 100101 | 110010 | 100111 | 101101 |
Color Harmonies of #A19247
Complementary color
Monochromatic Colors of #A19247
Black with #A19247
Text Example
Text Example
White with #A19247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19247; }
p { color: rgb(161,146,71); }
H1.HeaderClassName
{
color: #A19247;
}
.AnyTagClassName
{
color: #A19247;
}
</style>
background-color css
<style>
a { background-color: #A19247; }
a { background-color: rgb(161,146,71); }
div.DivClassName
{
background-color: #A19247;
}
.BgClassName
{
background-color: #A19247;
}
</style>
border-color css
<style>
span { border-color: #A19247; }
span { border-color: rgb(161,146,71); }
td.TdClassName
{
border-color: #A19247;
}
.TagClassName
{
border-color: #A19247;
}
</style>