Shades of Luxor Gold #A39341
Tints of Luxor Gold #A39341
RGB
CMYK
RGB Variations
Color information
#A39341 (or 0xA39341) is known color: Luxor Gold. HEX triplet: A3, 93 and 41. RGB value is (163,147,65). Sum of RGB (Red+Green+Blue) = 163+147+65=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A39341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39341 is #5C6CBE. Grayscale: #8E8E8E. Windows color (decimal): -6057151 or 4297635. OLE color: 4297635.
HSL color Cylindrical-coordinate representation of color #A39341: hue angle of 50.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A39341 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 65 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.36 |
| HSL | 50.2º | 0.43% | 0.45% | - |
| HSV(B) | 50.2º | 0.6% | 0.64% | - |
| XYZ | 26.49 | 29.04 | 9.21 | - |
| YUV | 142.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 65 | 0 | 0.10 | 0.60 | 0.36 | 50.2 | 0.43 | 0.45 |
| Hex | A3 | 93 | 41 | 0 | A | 3C | 24 | 32 | 2B | 2D |
| Octal | 243 | 223 | 101 | 0 | 12 | 74 | 44 | 62 | 53 | 55 |
| Binary | 10100011 | 10010011 | 1000001 | 0 | 1010 | 111100 | 100100 | 110010 | 101011 | 101101 |
Color Harmonies of #A39341
Complementary color
Monochromatic Colors of #A39341
Black with #A39341
Text Example
Text Example
White with #A39341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39341; }
p { color: rgb(163,147,65); }
H1.HeaderClassName
{
color: #A39341;
}
.AnyTagClassName
{
color: #A39341;
}
</style>
background-color css
<style>
a { background-color: #A39341; }
a { background-color: rgb(163,147,65); }
div.DivClassName
{
background-color: #A39341;
}
.BgClassName
{
background-color: #A39341;
}
</style>
border-color css
<style>
span { border-color: #A39341; }
span { border-color: rgb(163,147,65); }
td.TdClassName
{
border-color: #A39341;
}
.TagClassName
{
border-color: #A39341;
}
</style>