Shades of Luxor Gold #A0843D
Tints of Luxor Gold #A0843D
RGB
CMYK
RGB Variations
Color information
#A0843D (or 0xA0843D) is known color: Luxor Gold. HEX triplet: A0, 84 and 3D. RGB value is (160,132,61). Sum of RGB (Red+Green+Blue) = 160+132+61=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0843D is #5F7BC2. Grayscale: #848484. Windows color (decimal): -6257603 or 4031648. OLE color: 4031648.
HSL color Cylindrical-coordinate representation of color #A0843D: hue angle of 43.03º 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 #A0843D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 61 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.37 |
| HSL | 43.03º | 0.45% | 0.43% | - |
| HSV(B) | 43.03º | 0.62% | 0.63% | - |
| XYZ | 23.59 | 24.31 | 7.86 | - |
| YUV | 132.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 61 | 0 | 0.17 | 0.62 | 0.37 | 43.03 | 0.45 | 0.43 |
| Hex | A0 | 84 | 3D | 0 | 11 | 3E | 25 | 2B | 2D | 2B |
| Octal | 240 | 204 | 75 | 0 | 21 | 76 | 45 | 53 | 55 | 53 |
| Binary | 10100000 | 10000100 | 111101 | 0 | 10001 | 111110 | 100101 | 101011 | 101101 | 101011 |
Color Harmonies of #A0843D
Complementary color
Monochromatic Colors of #A0843D
Black with #A0843D
Text Example
Text Example
White with #A0843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0843D; }
p { color: rgb(160,132,61); }
H1.HeaderClassName
{
color: #A0843D;
}
.AnyTagClassName
{
color: #A0843D;
}
</style>
background-color css
<style>
a { background-color: #A0843D; }
a { background-color: rgb(160,132,61); }
div.DivClassName
{
background-color: #A0843D;
}
.BgClassName
{
background-color: #A0843D;
}
</style>
border-color css
<style>
span { border-color: #A0843D; }
span { border-color: rgb(160,132,61); }
td.TdClassName
{
border-color: #A0843D;
}
.TagClassName
{
border-color: #A0843D;
}
</style>