Shades of Luxor Gold #A1843D
Tints of Luxor Gold #A1843D
RGB
CMYK
RGB Variations
Color information
#A1843D (or 0xA1843D) is known color: Luxor Gold. HEX triplet: A1, 84 and 3D. RGB value is (161,132,61). Sum of RGB (Red+Green+Blue) = 161+132+61=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1843D is #5E7BC2. Grayscale: #848484. Windows color (decimal): -6192067 or 4031649. OLE color: 4031649.
HSL color Cylindrical-coordinate representation of color #A1843D: hue angle of 42.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1843D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 61 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.37 |
| HSL | 42.6º | 0.45% | 0.44% | - |
| HSV(B) | 42.6º | 0.62% | 0.63% | - |
| XYZ | 23.79 | 24.42 | 7.87 | - |
| YUV | 132.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 61 | 0 | 0.18 | 0.62 | 0.37 | 42.6 | 0.45 | 0.44 |
| Hex | A1 | 84 | 3D | 0 | 12 | 3E | 25 | 2B | 2D | 2C |
| Octal | 241 | 204 | 75 | 0 | 22 | 76 | 45 | 53 | 55 | 54 |
| Binary | 10100001 | 10000100 | 111101 | 0 | 10010 | 111110 | 100101 | 101011 | 101101 | 101100 |
Color Harmonies of #A1843D
Complementary color
Monochromatic Colors of #A1843D
Black with #A1843D
Text Example
Text Example
White with #A1843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1843D; }
p { color: rgb(161,132,61); }
H1.HeaderClassName
{
color: #A1843D;
}
.AnyTagClassName
{
color: #A1843D;
}
</style>
background-color css
<style>
a { background-color: #A1843D; }
a { background-color: rgb(161,132,61); }
div.DivClassName
{
background-color: #A1843D;
}
.BgClassName
{
background-color: #A1843D;
}
</style>
border-color css
<style>
span { border-color: #A1843D; }
span { border-color: rgb(161,132,61); }
td.TdClassName
{
border-color: #A1843D;
}
.TagClassName
{
border-color: #A1843D;
}
</style>