Shades of Luxor Gold #A0863E
Tints of Luxor Gold #A0863E
RGB
CMYK
RGB Variations
Color information
#A0863E (or 0xA0863E) is known color: Luxor Gold. HEX triplet: A0, 86 and 3E. RGB value is (160,134,62). Sum of RGB (Red+Green+Blue) = 160+134+62=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0863E is #5F79C1. Grayscale: #858585. Windows color (decimal): -6257090 or 4097696. OLE color: 4097696.
HSL color Cylindrical-coordinate representation of color #A0863E: hue angle of 44.08º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0863E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 62 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.37 |
| HSL | 44.08º | 0.44% | 0.44% | - |
| HSV(B) | 44.08º | 0.61% | 0.63% | - |
| XYZ | 23.89 | 24.87 | 8.1 | - |
| YUV | 133.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 62 | 0 | 0.16 | 0.61 | 0.37 | 44.08 | 0.44 | 0.44 |
| Hex | A0 | 86 | 3E | 0 | 10 | 3D | 25 | 2C | 2C | 2C |
| Octal | 240 | 206 | 76 | 0 | 20 | 75 | 45 | 54 | 54 | 54 |
| Binary | 10100000 | 10000110 | 111110 | 0 | 10000 | 111101 | 100101 | 101100 | 101100 | 101100 |
Color Harmonies of #A0863E
Complementary color
Monochromatic Colors of #A0863E
Black with #A0863E
Text Example
Text Example
White with #A0863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0863E; }
p { color: rgb(160,134,62); }
H1.HeaderClassName
{
color: #A0863E;
}
.AnyTagClassName
{
color: #A0863E;
}
</style>
background-color css
<style>
a { background-color: #A0863E; }
a { background-color: rgb(160,134,62); }
div.DivClassName
{
background-color: #A0863E;
}
.BgClassName
{
background-color: #A0863E;
}
</style>
border-color css
<style>
span { border-color: #A0863E; }
span { border-color: rgb(160,134,62); }
td.TdClassName
{
border-color: #A0863E;
}
.TagClassName
{
border-color: #A0863E;
}
</style>