Shades of Luxor Gold #A0863D
Tints of Luxor Gold #A0863D
RGB
CMYK
RGB Variations
Color information
#A0863D (or 0xA0863D) is known color: Luxor Gold. HEX triplet: A0, 86 and 3D. RGB value is (160,134,61). Sum of RGB (Red+Green+Blue) = 160+134+61=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0863D is #5F79C2. Grayscale: #858585. Windows color (decimal): -6257091 or 4032160. OLE color: 4032160.
HSL color Cylindrical-coordinate representation of color #A0863D: hue angle of 44.24º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0863D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 61 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.37 |
| HSL | 44.24º | 0.45% | 0.43% | - |
| HSV(B) | 44.24º | 0.62% | 0.63% | - |
| XYZ | 23.86 | 24.86 | 7.96 | - |
| YUV | 133.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 61 | 0 | 0.16 | 0.62 | 0.37 | 44.24 | 0.45 | 0.43 |
| Hex | A0 | 86 | 3D | 0 | 10 | 3E | 25 | 2C | 2D | 2B |
| Octal | 240 | 206 | 75 | 0 | 20 | 76 | 45 | 54 | 55 | 53 |
| Binary | 10100000 | 10000110 | 111101 | 0 | 10000 | 111110 | 100101 | 101100 | 101101 | 101011 |
Color Harmonies of #A0863D
Complementary color
Monochromatic Colors of #A0863D
Black with #A0863D
Text Example
Text Example
White with #A0863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0863D; }
p { color: rgb(160,134,61); }
H1.HeaderClassName
{
color: #A0863D;
}
.AnyTagClassName
{
color: #A0863D;
}
</style>
background-color css
<style>
a { background-color: #A0863D; }
a { background-color: rgb(160,134,61); }
div.DivClassName
{
background-color: #A0863D;
}
.BgClassName
{
background-color: #A0863D;
}
</style>
border-color css
<style>
span { border-color: #A0863D; }
span { border-color: rgb(160,134,61); }
td.TdClassName
{
border-color: #A0863D;
}
.TagClassName
{
border-color: #A0863D;
}
</style>