Shades of Luxor Gold #A49340
Tints of Luxor Gold #A49340
RGB
CMYK
RGB Variations
Color information
#A49340 (or 0xA49340) is known color: Luxor Gold. HEX triplet: A4, 93 and 40. RGB value is (164,147,64). Sum of RGB (Red+Green+Blue) = 164+147+64=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49340 is #5B6CBF. Grayscale: #8E8E8E. Windows color (decimal): -5991616 or 4232100. OLE color: 4232100.
HSL color Cylindrical-coordinate representation of color #A49340: hue angle of 49.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A49340 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 64 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.36 |
| HSL | 49.8º | 0.44% | 0.45% | - |
| HSV(B) | 49.8º | 0.61% | 0.64% | - |
| XYZ | 26.67 | 29.13 | 9.07 | - |
| YUV | 142.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 64 | 0 | 0.10 | 0.61 | 0.36 | 49.8 | 0.44 | 0.45 |
| Hex | A4 | 93 | 40 | 0 | A | 3D | 24 | 32 | 2C | 2D |
| Octal | 244 | 223 | 100 | 0 | 12 | 75 | 44 | 62 | 54 | 55 |
| Binary | 10100100 | 10010011 | 1000000 | 0 | 1010 | 111101 | 100100 | 110010 | 101100 | 101101 |
Color Harmonies of #A49340
Complementary color
Monochromatic Colors of #A49340
Black with #A49340
Text Example
Text Example
White with #A49340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49340; }
p { color: rgb(164,147,64); }
H1.HeaderClassName
{
color: #A49340;
}
.AnyTagClassName
{
color: #A49340;
}
</style>
background-color css
<style>
a { background-color: #A49340; }
a { background-color: rgb(164,147,64); }
div.DivClassName
{
background-color: #A49340;
}
.BgClassName
{
background-color: #A49340;
}
</style>
border-color css
<style>
span { border-color: #A49340; }
span { border-color: rgb(164,147,64); }
td.TdClassName
{
border-color: #A49340;
}
.TagClassName
{
border-color: #A49340;
}
</style>