Shades of Luxor Gold #A39340
Tints of Luxor Gold #A39340
RGB
CMYK
RGB Variations
Color information
#A39340 (or 0xA39340) is known color: Luxor Gold. HEX triplet: A3, 93 and 40. RGB value is (163,147,64). Sum of RGB (Red+Green+Blue) = 163+147+64=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A39340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39340 is #5C6CBF. Grayscale: #8E8E8E. Windows color (decimal): -6057152 or 4232099. OLE color: 4232099.
HSL color Cylindrical-coordinate representation of color #A39340: hue angle of 50.3º 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 #A39340 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 64 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.36 |
| HSL | 50.3º | 0.44% | 0.45% | - |
| HSV(B) | 50.3º | 0.61% | 0.64% | - |
| XYZ | 26.46 | 29.02 | 9.06 | - |
| YUV | 142.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 64 | 0 | 0.10 | 0.61 | 0.36 | 50.3 | 0.44 | 0.45 |
| Hex | A3 | 93 | 40 | 0 | A | 3D | 24 | 32 | 2C | 2D |
| Octal | 243 | 223 | 100 | 0 | 12 | 75 | 44 | 62 | 54 | 55 |
| Binary | 10100011 | 10010011 | 1000000 | 0 | 1010 | 111101 | 100100 | 110010 | 101100 | 101101 |
Color Harmonies of #A39340
Complementary color
Monochromatic Colors of #A39340
Black with #A39340
Text Example
Text Example
White with #A39340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39340; }
p { color: rgb(163,147,64); }
H1.HeaderClassName
{
color: #A39340;
}
.AnyTagClassName
{
color: #A39340;
}
</style>
background-color css
<style>
a { background-color: #A39340; }
a { background-color: rgb(163,147,64); }
div.DivClassName
{
background-color: #A39340;
}
.BgClassName
{
background-color: #A39340;
}
</style>
border-color css
<style>
span { border-color: #A39340; }
span { border-color: rgb(163,147,64); }
td.TdClassName
{
border-color: #A39340;
}
.TagClassName
{
border-color: #A39340;
}
</style>