Shades of Luxor Gold #A2863C
Tints of Luxor Gold #A2863C
RGB
CMYK
RGB Variations
Color information
#A2863C (or 0xA2863C) is known color: Luxor Gold. HEX triplet: A2, 86 and 3C. RGB value is (162,134,60). Sum of RGB (Red+Green+Blue) = 162+134+60=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2863C is #5D79C3. Grayscale: #868686. Windows color (decimal): -6126020 or 3966626. OLE color: 3966626.
HSL color Cylindrical-coordinate representation of color #A2863C: hue angle of 43.53º 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 #A2863C is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 60 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.36 |
| HSL | 43.53º | 0.46% | 0.44% | - |
| HSV(B) | 43.53º | 0.63% | 0.64% | - |
| XYZ | 24.24 | 25.06 | 7.83 | - |
| YUV | 133.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 60 | 0 | 0.17 | 0.63 | 0.36 | 43.53 | 0.46 | 0.44 |
| Hex | A2 | 86 | 3C | 0 | 11 | 3F | 24 | 2C | 2E | 2C |
| Octal | 242 | 206 | 74 | 0 | 21 | 77 | 44 | 54 | 56 | 54 |
| Binary | 10100010 | 10000110 | 111100 | 0 | 10001 | 111111 | 100100 | 101100 | 101110 | 101100 |
Color Harmonies of #A2863C
Complementary color
Monochromatic Colors of #A2863C
Black with #A2863C
Text Example
Text Example
White with #A2863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2863C; }
p { color: rgb(162,134,60); }
H1.HeaderClassName
{
color: #A2863C;
}
.AnyTagClassName
{
color: #A2863C;
}
</style>
background-color css
<style>
a { background-color: #A2863C; }
a { background-color: rgb(162,134,60); }
div.DivClassName
{
background-color: #A2863C;
}
.BgClassName
{
background-color: #A2863C;
}
</style>
border-color css
<style>
span { border-color: #A2863C; }
span { border-color: rgb(162,134,60); }
td.TdClassName
{
border-color: #A2863C;
}
.TagClassName
{
border-color: #A2863C;
}
</style>