Shades of Luxor Gold #A1873D
Tints of Luxor Gold #A1873D
RGB
CMYK
RGB Variations
Color information
#A1873D (or 0xA1873D) is known color: Luxor Gold. HEX triplet: A1, 87 and 3D. RGB value is (161,135,61). Sum of RGB (Red+Green+Blue) = 161+135+61=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1873D is #5E78C2. Grayscale: #868686. Windows color (decimal): -6191299 or 4032417. OLE color: 4032417.
HSL color Cylindrical-coordinate representation of color #A1873D: hue angle of 44.4º 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 #A1873D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 61 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.37 |
| HSL | 44.4º | 0.45% | 0.44% | - |
| HSV(B) | 44.4º | 0.62% | 0.63% | - |
| XYZ | 24.2 | 25.24 | 8.01 | - |
| YUV | 134.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 61 | 0 | 0.16 | 0.62 | 0.37 | 44.4 | 0.45 | 0.44 |
| Hex | A1 | 87 | 3D | 0 | 10 | 3E | 25 | 2C | 2D | 2C |
| Octal | 241 | 207 | 75 | 0 | 20 | 76 | 45 | 54 | 55 | 54 |
| Binary | 10100001 | 10000111 | 111101 | 0 | 10000 | 111110 | 100101 | 101100 | 101101 | 101100 |
Color Harmonies of #A1873D
Complementary color
Monochromatic Colors of #A1873D
Black with #A1873D
Text Example
Text Example
White with #A1873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1873D; }
p { color: rgb(161,135,61); }
H1.HeaderClassName
{
color: #A1873D;
}
.AnyTagClassName
{
color: #A1873D;
}
</style>
background-color css
<style>
a { background-color: #A1873D; }
a { background-color: rgb(161,135,61); }
div.DivClassName
{
background-color: #A1873D;
}
.BgClassName
{
background-color: #A1873D;
}
</style>
border-color css
<style>
span { border-color: #A1873D; }
span { border-color: rgb(161,135,61); }
td.TdClassName
{
border-color: #A1873D;
}
.TagClassName
{
border-color: #A1873D;
}
</style>