Shades of Luxor Gold #A3863D
Tints of Luxor Gold #A3863D
RGB
CMYK
RGB Variations
Color information
#A3863D (or 0xA3863D) is known color: Luxor Gold. HEX triplet: A3, 86 and 3D. RGB value is (163,134,61). Sum of RGB (Red+Green+Blue) = 163+134+61=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3863D is #5C79C2. Grayscale: #868686. Windows color (decimal): -6060483 or 4032163. OLE color: 4032163.
HSL color Cylindrical-coordinate representation of color #A3863D: hue angle of 42.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3863D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 61 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.36 |
| HSL | 42.94º | 0.46% | 0.44% | - |
| HSV(B) | 42.94º | 0.63% | 0.64% | - |
| XYZ | 24.47 | 25.17 | 7.98 | - |
| YUV | 134.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 61 | 0 | 0.18 | 0.63 | 0.36 | 42.94 | 0.46 | 0.44 |
| Hex | A3 | 86 | 3D | 0 | 12 | 3F | 24 | 2B | 2E | 2C |
| Octal | 243 | 206 | 75 | 0 | 22 | 77 | 44 | 53 | 56 | 54 |
| Binary | 10100011 | 10000110 | 111101 | 0 | 10010 | 111111 | 100100 | 101011 | 101110 | 101100 |
Color Harmonies of #A3863D
Complementary color
Monochromatic Colors of #A3863D
Black with #A3863D
Text Example
Text Example
White with #A3863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3863D; }
p { color: rgb(163,134,61); }
H1.HeaderClassName
{
color: #A3863D;
}
.AnyTagClassName
{
color: #A3863D;
}
</style>
background-color css
<style>
a { background-color: #A3863D; }
a { background-color: rgb(163,134,61); }
div.DivClassName
{
background-color: #A3863D;
}
.BgClassName
{
background-color: #A3863D;
}
</style>
border-color css
<style>
span { border-color: #A3863D; }
span { border-color: rgb(163,134,61); }
td.TdClassName
{
border-color: #A3863D;
}
.TagClassName
{
border-color: #A3863D;
}
</style>