Shades of Luxor Gold #A1843F
Tints of Luxor Gold #A1843F
RGB
CMYK
RGB Variations
Color information
#A1843F (or 0xA1843F) is known color: Luxor Gold. HEX triplet: A1, 84 and 3F. RGB value is (161,132,63). Sum of RGB (Red+Green+Blue) = 161+132+63=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1843F is #5E7BC0. Grayscale: #858585. Windows color (decimal): -6192065 or 4162721. OLE color: 4162721.
HSL color Cylindrical-coordinate representation of color #A1843F: hue angle of 42.24º 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 #A1843F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 63 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.37 |
| HSL | 42.24º | 0.44% | 0.44% | - |
| HSV(B) | 42.24º | 0.61% | 0.63% | - |
| XYZ | 23.85 | 24.44 | 8.16 | - |
| YUV | 132.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 63 | 0 | 0.18 | 0.61 | 0.37 | 42.24 | 0.44 | 0.44 |
| Hex | A1 | 84 | 3F | 0 | 12 | 3D | 25 | 2A | 2C | 2C |
| Octal | 241 | 204 | 77 | 0 | 22 | 75 | 45 | 52 | 54 | 54 |
| Binary | 10100001 | 10000100 | 111111 | 0 | 10010 | 111101 | 100101 | 101010 | 101100 | 101100 |
Color Harmonies of #A1843F
Complementary color
Monochromatic Colors of #A1843F
Black with #A1843F
Text Example
Text Example
White with #A1843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1843F; }
p { color: rgb(161,132,63); }
H1.HeaderClassName
{
color: #A1843F;
}
.AnyTagClassName
{
color: #A1843F;
}
</style>
background-color css
<style>
a { background-color: #A1843F; }
a { background-color: rgb(161,132,63); }
div.DivClassName
{
background-color: #A1843F;
}
.BgClassName
{
background-color: #A1843F;
}
</style>
border-color css
<style>
span { border-color: #A1843F; }
span { border-color: rgb(161,132,63); }
td.TdClassName
{
border-color: #A1843F;
}
.TagClassName
{
border-color: #A1843F;
}
</style>