Shades of Luxor Gold #A18443
Tints of Luxor Gold #A18443
RGB
CMYK
RGB Variations
Color information
#A18443 (or 0xA18443) is known color: Luxor Gold. HEX triplet: A1, 84 and 43. RGB value is (161,132,67). Sum of RGB (Red+Green+Blue) = 161+132+67=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A18443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18443 is #5E7BBC. Grayscale: #858585. Windows color (decimal): -6192061 or 4424865. OLE color: 4424865.
HSL color Cylindrical-coordinate representation of color #A18443: hue angle of 41.49º 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 #A18443 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 67 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.37 |
| HSL | 41.49º | 0.41% | 0.45% | - |
| HSV(B) | 41.49º | 0.58% | 0.63% | - |
| XYZ | 23.96 | 24.48 | 8.77 | - |
| YUV | 133.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 67 | 0 | 0.18 | 0.58 | 0.37 | 41.49 | 0.41 | 0.45 |
| Hex | A1 | 84 | 43 | 0 | 12 | 3A | 25 | 29 | 29 | 2D |
| Octal | 241 | 204 | 103 | 0 | 22 | 72 | 45 | 51 | 51 | 55 |
| Binary | 10100001 | 10000100 | 1000011 | 0 | 10010 | 111010 | 100101 | 101001 | 101001 | 101101 |
Color Harmonies of #A18443
Complementary color
Monochromatic Colors of #A18443
Black with #A18443
Text Example
Text Example
White with #A18443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18443; }
p { color: rgb(161,132,67); }
H1.HeaderClassName
{
color: #A18443;
}
.AnyTagClassName
{
color: #A18443;
}
</style>
background-color css
<style>
a { background-color: #A18443; }
a { background-color: rgb(161,132,67); }
div.DivClassName
{
background-color: #A18443;
}
.BgClassName
{
background-color: #A18443;
}
</style>
border-color css
<style>
span { border-color: #A18443; }
span { border-color: rgb(161,132,67); }
td.TdClassName
{
border-color: #A18443;
}
.TagClassName
{
border-color: #A18443;
}
</style>