Shades of Luxor Gold #A18341
Tints of Luxor Gold #A18341
RGB
CMYK
RGB Variations
Color information
#A18341 (or 0xA18341) is known color: Luxor Gold. HEX triplet: A1, 83 and 41. RGB value is (161,131,65). Sum of RGB (Red+Green+Blue) = 161+131+65=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A18341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18341 is #5E7CBE. Grayscale: #848484. Windows color (decimal): -6192319 or 4293537. OLE color: 4293537.
HSL color Cylindrical-coordinate representation of color #A18341: hue angle of 41.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 #A18341 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 65 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.37 |
| HSL | 41.25º | 0.42% | 0.44% | - |
| HSV(B) | 41.25º | 0.6% | 0.63% | - |
| XYZ | 23.77 | 24.19 | 8.42 | - |
| YUV | 132.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 65 | 0 | 0.19 | 0.60 | 0.37 | 41.25 | 0.42 | 0.44 |
| Hex | A1 | 83 | 41 | 0 | 13 | 3C | 25 | 29 | 2A | 2C |
| Octal | 241 | 203 | 101 | 0 | 23 | 74 | 45 | 51 | 52 | 54 |
| Binary | 10100001 | 10000011 | 1000001 | 0 | 10011 | 111100 | 100101 | 101001 | 101010 | 101100 |
Color Harmonies of #A18341
Complementary color
Monochromatic Colors of #A18341
Black with #A18341
Text Example
Text Example
White with #A18341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18341; }
p { color: rgb(161,131,65); }
H1.HeaderClassName
{
color: #A18341;
}
.AnyTagClassName
{
color: #A18341;
}
</style>
background-color css
<style>
a { background-color: #A18341; }
a { background-color: rgb(161,131,65); }
div.DivClassName
{
background-color: #A18341;
}
.BgClassName
{
background-color: #A18341;
}
</style>
border-color css
<style>
span { border-color: #A18341; }
span { border-color: rgb(161,131,65); }
td.TdClassName
{
border-color: #A18341;
}
.TagClassName
{
border-color: #A18341;
}
</style>