Shades of Luxor Gold #A39149
Tints of Luxor Gold #A39149
RGB
CMYK
RGB Variations
Color information
#A39149 (or 0xA39149) is known color: Luxor Gold. HEX triplet: A3, 91 and 49. RGB value is (163,145,73). Sum of RGB (Red+Green+Blue) = 163+145+73=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A39149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39149 is #5C6EB6. Grayscale: #8E8E8E. Windows color (decimal): -6057655 or 4821411. OLE color: 4821411.
HSL color Cylindrical-coordinate representation of color #A39149: hue angle of 48º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A39149 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 73 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.36 |
| HSL | 48º | 0.38% | 0.46% | - |
| HSV(B) | 48º | 0.55% | 0.64% | - |
| XYZ | 26.43 | 28.52 | 10.41 | - |
| YUV | 142.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 73 | 0 | 0.11 | 0.55 | 0.36 | 48 | 0.38 | 0.46 |
| Hex | A3 | 91 | 49 | 0 | B | 37 | 24 | 30 | 26 | 2E |
| Octal | 243 | 221 | 111 | 0 | 13 | 67 | 44 | 60 | 46 | 56 |
| Binary | 10100011 | 10010001 | 1001001 | 0 | 1011 | 110111 | 100100 | 110000 | 100110 | 101110 |
Color Harmonies of #A39149
Complementary color
Monochromatic Colors of #A39149
Black with #A39149
Text Example
Text Example
White with #A39149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39149; }
p { color: rgb(163,145,73); }
H1.HeaderClassName
{
color: #A39149;
}
.AnyTagClassName
{
color: #A39149;
}
</style>
background-color css
<style>
a { background-color: #A39149; }
a { background-color: rgb(163,145,73); }
div.DivClassName
{
background-color: #A39149;
}
.BgClassName
{
background-color: #A39149;
}
</style>
border-color css
<style>
span { border-color: #A39149; }
span { border-color: rgb(163,145,73); }
td.TdClassName
{
border-color: #A39149;
}
.TagClassName
{
border-color: #A39149;
}
</style>