Shades of Luxor Gold #A18B41
Tints of Luxor Gold #A18B41
RGB
CMYK
RGB Variations
Color information
#A18B41 (or 0xA18B41) is known color: Luxor Gold. HEX triplet: A1, 8B and 41. RGB value is (161,139,65). Sum of RGB (Red+Green+Blue) = 161+139+65=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B41 is #5E74BE. Grayscale: #898989. Windows color (decimal): -6190271 or 4295585. OLE color: 4295585.
HSL color Cylindrical-coordinate representation of color #A18B41: hue angle of 46.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A18B41 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 65 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.37 |
| HSL | 46.25º | 0.42% | 0.44% | - |
| HSV(B) | 46.25º | 0.6% | 0.63% | - |
| XYZ | 24.88 | 26.42 | 8.79 | - |
| YUV | 137.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 65 | 0 | 0.14 | 0.60 | 0.37 | 46.25 | 0.42 | 0.44 |
| Hex | A1 | 8B | 41 | 0 | E | 3C | 25 | 2E | 2A | 2C |
| Octal | 241 | 213 | 101 | 0 | 16 | 74 | 45 | 56 | 52 | 54 |
| Binary | 10100001 | 10001011 | 1000001 | 0 | 1110 | 111100 | 100101 | 101110 | 101010 | 101100 |
Color Harmonies of #A18B41
Complementary color
Monochromatic Colors of #A18B41
Black with #A18B41
Text Example
Text Example
White with #A18B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B41; }
p { color: rgb(161,139,65); }
H1.HeaderClassName
{
color: #A18B41;
}
.AnyTagClassName
{
color: #A18B41;
}
</style>
background-color css
<style>
a { background-color: #A18B41; }
a { background-color: rgb(161,139,65); }
div.DivClassName
{
background-color: #A18B41;
}
.BgClassName
{
background-color: #A18B41;
}
</style>
border-color css
<style>
span { border-color: #A18B41; }
span { border-color: rgb(161,139,65); }
td.TdClassName
{
border-color: #A18B41;
}
.TagClassName
{
border-color: #A18B41;
}
</style>