Shades of Luxor Gold #A49246
Tints of Luxor Gold #A49246
RGB
CMYK
RGB Variations
Color information
#A49246 (or 0xA49246) is known color: Luxor Gold. HEX triplet: A4, 92 and 46. RGB value is (164,146,70). Sum of RGB (Red+Green+Blue) = 164+146+70=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49246 is #5B6DB9. Grayscale: #8F8F8F. Windows color (decimal): -5991866 or 4625060. OLE color: 4625060.
HSL color Cylindrical-coordinate representation of color #A49246: hue angle of 48.51º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49246 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 70 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.36 |
| HSL | 48.51º | 0.4% | 0.46% | - |
| HSV(B) | 48.51º | 0.57% | 0.64% | - |
| XYZ | 26.69 | 28.89 | 9.96 | - |
| YUV | 142.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 70 | 0 | 0.11 | 0.57 | 0.36 | 48.51 | 0.4 | 0.46 |
| Hex | A4 | 92 | 46 | 0 | B | 39 | 24 | 31 | 28 | 2E |
| Octal | 244 | 222 | 106 | 0 | 13 | 71 | 44 | 61 | 50 | 56 |
| Binary | 10100100 | 10010010 | 1000110 | 0 | 1011 | 111001 | 100100 | 110001 | 101000 | 101110 |
Color Harmonies of #A49246
Complementary color
Monochromatic Colors of #A49246
Black with #A49246
Text Example
Text Example
White with #A49246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49246; }
p { color: rgb(164,146,70); }
H1.HeaderClassName
{
color: #A49246;
}
.AnyTagClassName
{
color: #A49246;
}
</style>
background-color css
<style>
a { background-color: #A49246; }
a { background-color: rgb(164,146,70); }
div.DivClassName
{
background-color: #A49246;
}
.BgClassName
{
background-color: #A49246;
}
</style>
border-color css
<style>
span { border-color: #A49246; }
span { border-color: rgb(164,146,70); }
td.TdClassName
{
border-color: #A49246;
}
.TagClassName
{
border-color: #A49246;
}
</style>