Shades of Luxor Gold #A18D49
Tints of Luxor Gold #A18D49
RGB
CMYK
RGB Variations
Color information
#A18D49 (or 0xA18D49) is known color: Luxor Gold. HEX triplet: A1, 8D and 49. RGB value is (161,141,73). Sum of RGB (Red+Green+Blue) = 161+141+73=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D49 is #5E72B6. Grayscale: #8B8B8B. Windows color (decimal): -6189751 or 4820385. OLE color: 4820385.
HSL color Cylindrical-coordinate representation of color #A18D49: hue angle of 46.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A18D49 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 73 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.37 |
| HSL | 46.36º | 0.38% | 0.46% | - |
| HSV(B) | 46.36º | 0.55% | 0.63% | - |
| XYZ | 25.43 | 27.11 | 10.2 | - |
| YUV | 139.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 73 | 0 | 0.12 | 0.55 | 0.37 | 46.36 | 0.38 | 0.46 |
| Hex | A1 | 8D | 49 | 0 | C | 37 | 25 | 2E | 26 | 2E |
| Octal | 241 | 215 | 111 | 0 | 14 | 67 | 45 | 56 | 46 | 56 |
| Binary | 10100001 | 10001101 | 1001001 | 0 | 1100 | 110111 | 100101 | 101110 | 100110 | 101110 |
Color Harmonies of #A18D49
Complementary color
Monochromatic Colors of #A18D49
Black with #A18D49
Text Example
Text Example
White with #A18D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D49; }
p { color: rgb(161,141,73); }
H1.HeaderClassName
{
color: #A18D49;
}
.AnyTagClassName
{
color: #A18D49;
}
</style>
background-color css
<style>
a { background-color: #A18D49; }
a { background-color: rgb(161,141,73); }
div.DivClassName
{
background-color: #A18D49;
}
.BgClassName
{
background-color: #A18D49;
}
</style>
border-color css
<style>
span { border-color: #A18D49; }
span { border-color: rgb(161,141,73); }
td.TdClassName
{
border-color: #A18D49;
}
.TagClassName
{
border-color: #A18D49;
}
</style>