Shades of Luxor Gold #A18543
Tints of Luxor Gold #A18543
RGB
CMYK
RGB Variations
Color information
#A18543 (or 0xA18543) is known color: Luxor Gold. HEX triplet: A1, 85 and 43. RGB value is (161,133,67). Sum of RGB (Red+Green+Blue) = 161+133+67=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A18543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18543 is #5E7ABC. Grayscale: #868686. Windows color (decimal): -6191805 or 4425121. OLE color: 4425121.
HSL color Cylindrical-coordinate representation of color #A18543: hue angle of 42.13º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A18543 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 67 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.37 |
| HSL | 42.13º | 0.41% | 0.45% | - |
| HSV(B) | 42.13º | 0.58% | 0.63% | - |
| XYZ | 24.1 | 24.76 | 8.82 | - |
| YUV | 133.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 67 | 0 | 0.17 | 0.58 | 0.37 | 42.13 | 0.41 | 0.45 |
| Hex | A1 | 85 | 43 | 0 | 11 | 3A | 25 | 2A | 29 | 2D |
| Octal | 241 | 205 | 103 | 0 | 21 | 72 | 45 | 52 | 51 | 55 |
| Binary | 10100001 | 10000101 | 1000011 | 0 | 10001 | 111010 | 100101 | 101010 | 101001 | 101101 |
Color Harmonies of #A18543
Complementary color
Monochromatic Colors of #A18543
Black with #A18543
Text Example
Text Example
White with #A18543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18543; }
p { color: rgb(161,133,67); }
H1.HeaderClassName
{
color: #A18543;
}
.AnyTagClassName
{
color: #A18543;
}
</style>
background-color css
<style>
a { background-color: #A18543; }
a { background-color: rgb(161,133,67); }
div.DivClassName
{
background-color: #A18543;
}
.BgClassName
{
background-color: #A18543;
}
</style>
border-color css
<style>
span { border-color: #A18543; }
span { border-color: rgb(161,133,67); }
td.TdClassName
{
border-color: #A18543;
}
.TagClassName
{
border-color: #A18543;
}
</style>