Shades of Luxor Gold #A2863D
Tints of Luxor Gold #A2863D
RGB
CMYK
RGB Variations
Color information
#A2863D (or 0xA2863D) is known color: Luxor Gold. HEX triplet: A2, 86 and 3D. RGB value is (162,134,61). Sum of RGB (Red+Green+Blue) = 162+134+61=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2863D is #5D79C2. Grayscale: #868686. Windows color (decimal): -6126019 or 4032162. OLE color: 4032162.
HSL color Cylindrical-coordinate representation of color #A2863D: hue angle of 43.37º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2863D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 61 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.36 |
| HSL | 43.37º | 0.45% | 0.44% | - |
| HSV(B) | 43.37º | 0.62% | 0.64% | - |
| XYZ | 24.27 | 25.07 | 7.97 | - |
| YUV | 134.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 61 | 0 | 0.17 | 0.62 | 0.36 | 43.37 | 0.45 | 0.44 |
| Hex | A2 | 86 | 3D | 0 | 11 | 3E | 24 | 2B | 2D | 2C |
| Octal | 242 | 206 | 75 | 0 | 21 | 76 | 44 | 53 | 55 | 54 |
| Binary | 10100010 | 10000110 | 111101 | 0 | 10001 | 111110 | 100100 | 101011 | 101101 | 101100 |
Color Harmonies of #A2863D
Complementary color
Monochromatic Colors of #A2863D
Black with #A2863D
Text Example
Text Example
White with #A2863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2863D; }
p { color: rgb(162,134,61); }
H1.HeaderClassName
{
color: #A2863D;
}
.AnyTagClassName
{
color: #A2863D;
}
</style>
background-color css
<style>
a { background-color: #A2863D; }
a { background-color: rgb(162,134,61); }
div.DivClassName
{
background-color: #A2863D;
}
.BgClassName
{
background-color: #A2863D;
}
</style>
border-color css
<style>
span { border-color: #A2863D; }
span { border-color: rgb(162,134,61); }
td.TdClassName
{
border-color: #A2863D;
}
.TagClassName
{
border-color: #A2863D;
}
</style>