Shades of Luxor Gold #A39740
Tints of Luxor Gold #A39740
RGB
CMYK
RGB Variations
Color information
#A39740 (or 0xA39740) is known color: Luxor Gold. HEX triplet: A3, 97 and 40. RGB value is (163,151,64). Sum of RGB (Red+Green+Blue) = 163+151+64=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39740 is #5C68BF. Grayscale: #919191. Windows color (decimal): -6056128 or 4233123. OLE color: 4233123.
HSL color Cylindrical-coordinate representation of color #A39740: hue angle of 52.73º 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 #A39740 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 64 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.36 |
| HSL | 52.73º | 0.44% | 0.45% | - |
| HSV(B) | 52.73º | 0.61% | 0.64% | - |
| XYZ | 27.1 | 30.29 | 9.27 | - |
| YUV | 144.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 64 | 0 | 0.07 | 0.61 | 0.36 | 52.73 | 0.44 | 0.45 |
| Hex | A3 | 97 | 40 | 0 | 7 | 3D | 24 | 35 | 2C | 2D |
| Octal | 243 | 227 | 100 | 0 | 7 | 75 | 44 | 65 | 54 | 55 |
| Binary | 10100011 | 10010111 | 1000000 | 0 | 111 | 111101 | 100100 | 110101 | 101100 | 101101 |
Color Harmonies of #A39740
Complementary color
Monochromatic Colors of #A39740
Black with #A39740
Text Example
Text Example
White with #A39740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39740; }
p { color: rgb(163,151,64); }
H1.HeaderClassName
{
color: #A39740;
}
.AnyTagClassName
{
color: #A39740;
}
</style>
background-color css
<style>
a { background-color: #A39740; }
a { background-color: rgb(163,151,64); }
div.DivClassName
{
background-color: #A39740;
}
.BgClassName
{
background-color: #A39740;
}
</style>
border-color css
<style>
span { border-color: #A39740; }
span { border-color: rgb(163,151,64); }
td.TdClassName
{
border-color: #A39740;
}
.TagClassName
{
border-color: #A39740;
}
</style>