Shades of Luxor Gold #A0843E
Tints of Luxor Gold #A0843E
RGB
CMYK
RGB Variations
Color information
#A0843E (or 0xA0843E) is known color: Luxor Gold. HEX triplet: A0, 84 and 3E. RGB value is (160,132,62). Sum of RGB (Red+Green+Blue) = 160+132+62=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0843E is #5F7BC1. Grayscale: #848484. Windows color (decimal): -6257602 or 4097184. OLE color: 4097184.
HSL color Cylindrical-coordinate representation of color #A0843E: hue angle of 42.86º 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 #A0843E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 62 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.37 |
| HSL | 42.86º | 0.44% | 0.44% | - |
| HSV(B) | 42.86º | 0.61% | 0.63% | - |
| XYZ | 23.62 | 24.32 | 8.01 | - |
| YUV | 132.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 62 | 0 | 0.17 | 0.61 | 0.37 | 42.86 | 0.44 | 0.44 |
| Hex | A0 | 84 | 3E | 0 | 11 | 3D | 25 | 2B | 2C | 2C |
| Octal | 240 | 204 | 76 | 0 | 21 | 75 | 45 | 53 | 54 | 54 |
| Binary | 10100000 | 10000100 | 111110 | 0 | 10001 | 111101 | 100101 | 101011 | 101100 | 101100 |
Color Harmonies of #A0843E
Complementary color
Monochromatic Colors of #A0843E
Black with #A0843E
Text Example
Text Example
White with #A0843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0843E; }
p { color: rgb(160,132,62); }
H1.HeaderClassName
{
color: #A0843E;
}
.AnyTagClassName
{
color: #A0843E;
}
</style>
background-color css
<style>
a { background-color: #A0843E; }
a { background-color: rgb(160,132,62); }
div.DivClassName
{
background-color: #A0843E;
}
.BgClassName
{
background-color: #A0843E;
}
</style>
border-color css
<style>
span { border-color: #A0843E; }
span { border-color: rgb(160,132,62); }
td.TdClassName
{
border-color: #A0843E;
}
.TagClassName
{
border-color: #A0843E;
}
</style>