Shades of Luxor Gold #A18646
Tints of Luxor Gold #A18646
RGB
CMYK
RGB Variations
Color information
#A18646 (or 0xA18646) is known color: Luxor Gold. HEX triplet: A1, 86 and 46. RGB value is (161,134,70). Sum of RGB (Red+Green+Blue) = 161+134+70=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18646 is #5E79B9. Grayscale: #878787. Windows color (decimal): -6191546 or 4621985. OLE color: 4621985.
HSL color Cylindrical-coordinate representation of color #A18646: hue angle of 42.2º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A18646 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 70 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.37 |
| HSL | 42.2º | 0.39% | 0.45% | - |
| HSV(B) | 42.2º | 0.57% | 0.63% | - |
| XYZ | 24.33 | 25.07 | 9.35 | - |
| YUV | 134.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 70 | 0 | 0.17 | 0.57 | 0.37 | 42.2 | 0.39 | 0.45 |
| Hex | A1 | 86 | 46 | 0 | 11 | 39 | 25 | 2A | 27 | 2D |
| Octal | 241 | 206 | 106 | 0 | 21 | 71 | 45 | 52 | 47 | 55 |
| Binary | 10100001 | 10000110 | 1000110 | 0 | 10001 | 111001 | 100101 | 101010 | 100111 | 101101 |
Color Harmonies of #A18646
Complementary color
Monochromatic Colors of #A18646
Black with #A18646
Text Example
Text Example
White with #A18646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18646; }
p { color: rgb(161,134,70); }
H1.HeaderClassName
{
color: #A18646;
}
.AnyTagClassName
{
color: #A18646;
}
</style>
background-color css
<style>
a { background-color: #A18646; }
a { background-color: rgb(161,134,70); }
div.DivClassName
{
background-color: #A18646;
}
.BgClassName
{
background-color: #A18646;
}
</style>
border-color css
<style>
span { border-color: #A18646; }
span { border-color: rgb(161,134,70); }
td.TdClassName
{
border-color: #A18646;
}
.TagClassName
{
border-color: #A18646;
}
</style>