Shades of Luxor Gold #A3873C
Tints of Luxor Gold #A3873C
RGB
CMYK
RGB Variations
Color information
#A3873C (or 0xA3873C) is known color: Luxor Gold. HEX triplet: A3, 87 and 3C. RGB value is (163,135,60). Sum of RGB (Red+Green+Blue) = 163+135+60=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3873C is #5C78C3. Grayscale: #878787. Windows color (decimal): -6060228 or 3966883. OLE color: 3966883.
HSL color Cylindrical-coordinate representation of color #A3873C: hue angle of 43.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3873C is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 60 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.36 |
| HSL | 43.69º | 0.46% | 0.44% | - |
| HSV(B) | 43.69º | 0.63% | 0.64% | - |
| XYZ | 24.58 | 25.44 | 7.89 | - |
| YUV | 134.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 60 | 0 | 0.17 | 0.63 | 0.36 | 43.69 | 0.46 | 0.44 |
| Hex | A3 | 87 | 3C | 0 | 11 | 3F | 24 | 2C | 2E | 2C |
| Octal | 243 | 207 | 74 | 0 | 21 | 77 | 44 | 54 | 56 | 54 |
| Binary | 10100011 | 10000111 | 111100 | 0 | 10001 | 111111 | 100100 | 101100 | 101110 | 101100 |
Color Harmonies of #A3873C
Complementary color
Monochromatic Colors of #A3873C
Black with #A3873C
Text Example
Text Example
White with #A3873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3873C; }
p { color: rgb(163,135,60); }
H1.HeaderClassName
{
color: #A3873C;
}
.AnyTagClassName
{
color: #A3873C;
}
</style>
background-color css
<style>
a { background-color: #A3873C; }
a { background-color: rgb(163,135,60); }
div.DivClassName
{
background-color: #A3873C;
}
.BgClassName
{
background-color: #A3873C;
}
</style>
border-color css
<style>
span { border-color: #A3873C; }
span { border-color: rgb(163,135,60); }
td.TdClassName
{
border-color: #A3873C;
}
.TagClassName
{
border-color: #A3873C;
}
</style>